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

Commitcd78e13

Browse files
authored
Merge pull request#48029 from fabpot/release-5.4.15
released v5.4.15
2 parentsff2a9f4 +cd80d4b commitcd78e13

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

‎CHANGELOG-5.4.md‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ 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.15 (2022-10-28)
11+
12+
* bug#47990[HttpClient] Fix retrying requests when the content is used by the strategy (nicolas-grekas)
13+
* bug#48005[ErrorHandler] s/</br>/<br> (PhilETaylor)
14+
* bug#47907[Console] Update Application.php (aleksandr-shevchenko)
15+
* bug#47955[Security][Serializer] Add missing args to trigger_deprecation (alamirault)
16+
* bug#47932 Throw LogicException instead of Error when trying to generate logout-… (addiks)
17+
* bug#47918[Intl] Update the ICU data to 72.1 - 5.4 (jderusse)
18+
* bug#47857[HttpKernel] Fix empty request stack when terminating with exception (krzyc)
19+
* bug#47879[HttpClient] Fix buffering after calling AsyncContext::passthru() (nicolas-grekas, lubo13)
20+
* bug#47878[HttpKernel] Remove EOL when using error_log() in HttpKernel Logger (cyve)
21+
* bug#47883[Console] Fix error output on windows cli (Maximilian.Beckers)
22+
* bug#47884[Cache] Reserve numeric keys when doing memory leak prevention (simoheinonen)
23+
* bug#47831[Messenger] Fix amqp socket lost (GurvanVgx)
24+
* bug#47855[Routing] TypeError in Router when using UrlGenerator (Maximilian.Beckers)
25+
* bug#47822[Mailer] fix: use message object from event (rogamoore)
26+
* bug#47858[DoctrineBridge] Implement`EventManager::getAllListeners()` (derrabus)
27+
1028
* 5.4.14 (2022-10-12)
1129

1230
* bug#47621[Serializer] Allow getting discriminated type by class name (TamasSzigeti)

‎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.15-DEV';
81+
publicconstVERSION ='5.4.15';
8282
publicconstVERSION_ID =50415;
8383
publicconstMAJOR_VERSION =5;
8484
publicconstMINOR_VERSION =4;
8585
publicconstRELEASE_VERSION =15;
86-
publicconstEXTRA_VERSION ='DEV';
86+
publicconstEXTRA_VERSION ='';
8787

8888
publicconstEND_OF_MAINTENANCE ='11/2024';
8989
publicconstEND_OF_LIFE ='11/2025';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp