8000 Merge pull request #42277 from fabpot/release-5.2.13 · rubanooo/symfony@20cd469 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20cd469

Browse files
authored
Merge pull request symfony#42277 from fabpot/release-5.2.13
released v5.2.13
2 parents 3e38bf8 + 0c6b9d8 commit 20cd469

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG-5.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ in 5.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/v5.2.0...v5.2.1
99

10+
* 5.2.13 (2021-07-27)
11+
12+
* bug #42270 [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … (luzrain)
13+
1014
* 5.2.12 (2021-07-26)
1115

1216
* bug #42212 [Lock] Handle lock with long key (jderusse)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7474

7575
private static $freshCache = [];
7676

77-
public const VERSION = '5.2.12';
78-
public const VERSION_ID = 50212;
77+
public const VERSION = '5.2.13';
78+
public const VERSION_ID = 50213;
7979
public const MAJOR_VERSION = 5;
8080
public const MINOR_VERSION = 2;
81-
public const RELEASE_VERSION = 12;
81+
public const RELEASE_VERSION = 13;
8282
public const EXTRA_VERSION = '';
8383

8484
public const END_OF_MAINTENANCE = '07/2021';

0 commit comments

Comments
 (0)
0