8000 Merge pull request #51184 from fabpot/release-5.4.27 · Wink-dev/symfony@8e93e5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e93e5a

Browse files
authored
Merge pull request symfony#51184 from fabpot/release-5.4.27
released v5.4.27
2 parents 3c24be3 + a6f8539 commit 8e93e5a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG-5.4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.27 (2023-07-31)
11+
12+
* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)
13+
1014
* 5.4.26 (2023-07-29)
1115

1216
* bug #50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (HypeMC)

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ The Symfony Connect username in parenthesis allows to get more information
163163
- marc.weistroff
164164
- lenar
165165
- Jesse Rushlow (geeshoe)
166+
- Jacob Dreesen (jdreesen)
166167
- Théo FIDRY
167168
- Jeroen Spee (jeroens)
168169
- Michael Babker (mbabker)
169170
- Włodzimierz Gajda (gajdaw)
170171
- Hugo Alliaume (kocal)
171172
- Christian Scheb
172173
- Guillaume (guill)
173-
- Jacob Dreesen (jdreesen)
174174
- Olivier Dolbeau (odolbeau)
175175
- Florian Voutzinos (florianv)
176176
- zairig imad (zairigimad)

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.27-DEV';
81+
public const VERSION = '5.4.27';
8282
public const VERSION_ID = 50427;
8383
public const MAJOR_VERSION = 5;
8484
public const MINOR_VERSION = 4;
8585
public const RELEASE_VERSION = 27;
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)
0