Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80cac46

Browse filesBrowse files
authored
Merge pull request #49559 from fabpot/release-6.2.7
released v6.2.7
2 parents 82c53de + 76f9380 commit 80cac46
Copy full SHA for 80cac46

File tree

2 files changed

+60
-2
lines changed
Filter options

2 files changed

+60
-2
lines changed

‎CHANGELOG-6.2.md

Copy file name to clipboardExpand all lines: CHANGELOG-6.2.md
+58Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,64 @@ in 6.2 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.2.0...v6.2.1
99

10+
* 6.2.7 (2023-02-28)
11+
12+
* bug #49526 [Security] Migrate the session on login only when the user changes (nicolas-grekas)
13+
* bug #49528 [Console] Fix fatal error when accessing Application::signalRegistry without pcntl (lyrixx)
14+
* bug #49516 [Workflow] display label with new lines + colours properly when rendering a PUML dump (alexislefebvre)
15+
* bug #48965 [TwigBridge] Allow floats in html5 input type number field (wimhendrikx)
16+
* bug #48833 [Translation] Handle the translation of empty strings (javiereguiluz)
17+
* bug #49292 [VarDumper] Fix error when reflected class has default Enum parameter in constructor (kapiwko)
18+
* bug #49493 [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
19+
* bug #49484 [Validator] Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
20+
* bug #48998 [Validator] Sync IBAN formats with Swift IBAN registry (smelesh)
21+
* bug #49488 [Mailer] Update Infobip API transport (ndousson)
22+
* bug #49477 [WebProfilerBundle] Fix the rendering of query explanation with Postgresql (stof)
23+
* bug #49446 [SecurityBundle] Fix `Security::login()` on specific firewall (chalasr)
24+
* bug #49405 [MonologBridge] FirePHPHandler::onKernelResponse throws PHP 8.1 deprecation when no user agent is set (juagarc4)
25+
* bug #49421 [TwigBridge] do not drop embed label classes (xabbuh)
26+
* bug #49459 [Form] Skip password hashing on empty password (Seb33300)
27+
* bug #49422 [Cache][Messenger] fixed CallbackInterface support in async expiration handler (AdamKatzDev)
28+
* bug #49441 [Contracts] Fix setting $container before calling parent::setContainer in ServiceSubscriberTrait (edsrzf)
29+
* bug #49272 [Workflow] remove new lines from workflow metadata (alexislefebvre)
30+
* bug #49427 [WebProfilerBundle] Render original (not encoded) email headers (1ed)
31+
* bug #48897 [Console] fix clear of section with question (maxbeckers)
32+
* bug #49400 [WebProfilerBundle] Tweak Mailer panel rendering (1ed)
33+
* bug #49368 [BC Break] Make data providers for abstract test cases static (OskarStark, alexandre-daubois)
34+
* bug #49379 [DependencyInjection] Fix autowire attribute with nullable parameters (alamirault)
35+
* bug #49385 [Notifier] Make `TransportTestCase` data providers static (alexandre-daubois)
36+
* bug #49395 fix trying to load Memcached before checking we can (nicolas-grekas)
37+
* bug #49326 [Notifier] Fix notifier profiler when transport name is null (fabpot)
38+
* bug #49265 [HttpKernel] Fix setting the session on the main request when it's started by a subrequest (nicolas-grekas)
39+
* bug #49353 [Cache] Only validate dbindex parameter when applicable (loevgaard)
40+
* bug #49346 [ErrorHandler] Do not patch return statements in closures (wouterj)
41+
* bug #49334 [DependencyInjection] keep `proxy` tag on original definition when decorating (kbond)
42+
* bug #47946 [FrameworkBundle] Fix checkboxes check assertions (MatTheCat)
43+
* bug #49301 [HttpClient] Fix data collector (fancyweb)
44+
* bug #49310 [Notifier][WebProfilerBundle] Ignore messages whose `getNotification` returns `null` (MatTheCat)
45+
* bug #49267 [Form] Check for `RepeatedType` child in `PasswordHasherListener` (MatTheCat)
46+
* bug #49299 [HttpClient] Fix over-encoding of URL parts to match browser's behavior (nicolas-grekas)
47+
* bug #49314 [HttpClient] Revert support for "friendsofphp/well-known-implementations" (nicolas-grekas)
48+
* bug #49214 [Mailer] add Sender to the list of bypassed headers (xabbuh)
49+
* bug #49282 [VarExporter] Fix lazy-proxying readonly classes on PHP 8.3 (nicolas-grekas)
50+
* bug #49147 [Intl] Generate all emoji short name returned by slack api (adnen-chouibi)
51+
* bug #49245 [Serializer] Fix CsvEncoder decode on empty data (cazak)
52+
* bug #49255 [Cache] Fix Redis proxies (nicolas-grekas)
53+
* bug #49249 [Dotenv] Fix phpdoc Dotenv (alamirault)
54+
* bug #49247 [Translator] Replace deprecated/removed way to configure enabled_locales (chr-hertel)
55+
* bug #49248 [Config] Fix phpdoc nullable (alamirault)
56+
* bug #48880 [Response] `getMaxAge()` returns non-negative integer (pkruithof, fabpot)
57+
* bug #49207 [PropertyInfo] Add meaningful message when `phpstan/phpdoc-parser` is not installed when using `PhpStanExtractor` (alexandre-daubois)
58+
* bug #49208 [Form] Fix `PasswordHasherListener` to work with empty data (1ed)
59+
* bug #49210 [Mailer] [MailPace] Fix undefined key in error response (OskarStark)
60+
* bug #49220 [Validator] Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)
61+
* bug #49224 [WebProfilerBundle] Fix an accessibility issue in the search form of the header (javiereguiluz)
62+
* bug #49226 [WebProfilerBundle] Disable Turbo for debug toolbar links (javiereguiluz)
63+
* bug #49223 [WebProfilerBundle] Fix some minor HTML issues (javiereguiluz)
64+
* bug #49146 [PropertyInfo] fail with a meaningful error when a needed package is missing (xabbuh)
65+
* bug #49187 [Ldap] Allow multiple values on `extra_fields` (mvhirsch)
66+
* bug #49128 [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types (nicolas-grekas)
67+
1068
* 6.2.6 (2023-02-01)
1169

1270
* bug #49141 [HttpFoundation] Fix bad return type in IpUtils::checkIp4() (tristankretzer)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575
*/
7676
private static array $freshCache = [];
7777

78-
public const VERSION = '6.2.7-DEV';
78+
public const VERSION = '6.2.7';
7979
public const VERSION_ID = 60207;
8080
public const MAJOR_VERSION = 6;
8181
public const MINOR_VERSION = 2;
8282
public const RELEASE_VERSION = 7;
83-
public const EXTRA_VERSION = 'DEV';
83+
public const EXTRA_VERSION = '';
8484

8585
public const END_OF_MAINTENANCE = '07/2023';
8686
public const END_OF_LIFE = '07/2023';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.