Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd869cc1

Browse files
authored
Merge pull request#58848 from fabpot/release-5.4.47
released v5.4.47
2 parentsb8f4116 +d6df8c2 commitd869cc1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎CHANGELOG-5.4.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ in 5.4 minor versions.
77
To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
99

10+
* 5.4.47 (2024-11-13)
11+
12+
* security #cve-2024-50342[HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (nicolas-grekas)
13+
* security #cve-2024-51996[Security] Check owner of persisted remember-me cookie (jderusse)
14+
* bug#58799[String] Fix some spellings in`EnglishInflector` (alexandre-daubois)
15+
* bug#58791[RateLimiter] handle error results of DateTime::modify() (xabbuh)
16+
* bug#58800[PropertyInfo] fix support for phpstan/phpdoc-parser 2 (xabbuh)
17+
1018
* 5.4.46 (2024-11-06)
1119

1220
* bug#58772[DoctrineBridge] Backport detection fix of Xml/Yaml driver in DoctrineExtension (MatTheCat)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
privatestatic$freshCache = [];
8080

81-
publicconstVERSION ='5.4.47-DEV';
81+
publicconstVERSION ='5.4.47';
8282
publicconstVERSION_ID =50447;
8383
publicconstMAJOR_VERSION =5;
8484
publicconstMINOR_VERSION =4;
8585
publicconstRELEASE_VERSION =47;
86-
publicconstEXTRA_VERSION ='DEV';
86+
publicconstEXTRA_VERSION ='';
8787

8888
publicconstEND_OF_MAINTENANCE ='11/2024';
8989
publicconstEND_OF_LIFE ='02/2029';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp