Skip to content

Commit 94eb8a9

Browse files
authored
Merge pull request #44335 from fabpot/release-5.4.0
released v5.4.0
2 parents 3a96e4c + 64fe9e7 commit 94eb8a9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG-5.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ in 5.4 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/v5.4.0...v5.4.1
99

10+
* 5.4.0 (2021-11-29)
11+
12+
* bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (derrabus)
13+
* bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (1ed)
14+
* feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (nicolas-grekas)
15+
* bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (welcoMattic)
16+
* bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (stlrnz)
17+
* bug #43876 [Validator] Fix validation for single level domains (HypeMC)
18+
* bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (sakalys)
19+
* bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
20+
* bug #44295 [Serializer] fix support for lazy/unset properties (nicolas-grekas)
21+
* bug #44277 [Notifier] Fix AllMySms bridge body content (afiocre)
22+
* bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (dunglas)
23+
1024
* 5.4.0-RC1 (2021-11-24)
1125

1226
* security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (wouterj)

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
private static $freshCache = [];
8080

81-
public const VERSION = '5.4.0-DEV';
81+
public const VERSION = '5.4.0';
8282
public const VERSION_ID = 50400;
8383
public const MAJOR_VERSION = 5;
8484
public const MINOR_VERSION = 4;
8585
public const RELEASE_VERSION = 0;
86-
public const EXTRA_VERSION = 'DEV';
86+
public const EXTRA_VERSION = '';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';
8989
public const END_OF_LIFE = '11/2025';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy