8000 Merge pull request #51186 from fabpot/release-6.2.14 · Wink-dev/symfony@4e5061c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e5061c

Browse files
authored
Merge pull request symfony#51186 from fabpot/release-6.2.14
released v6.2.14
2 parents bd6b177 + 4e91836 commit 4e5061c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG-6.2.md

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

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

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575
*/
7676
private static array $freshCache = [];
7777

78-
public const VERSION = '6.2.13';
79-
public const VERSION_ID = 60213;
78+
public const VERSION = '6.2.14';
79+
public const VERSION_ID = 60214;
8080
public const MAJOR_VERSION = 6;
8181
public const MINOR_VERSION = 2;
82-
public const RELEASE_VERSION = 13;
82+
public const RELEASE_VERSION = 14;
8383
public const EXTRA_VERSION = '';
8484

8585
public const END_OF_MAINTENANCE = '07/2023';

0 commit comments

Comments
 (0)
0