8000 Merge pull request #43230 from fabpot/release-5.3.9 · cinamo/symfony@842ecc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 842ecc5

Browse files
authored
Merge pull request symfony#43230 from fabpot/release-5.3.9
released v5.3.9
2 parents 908e858 + 4d89684 commit 842ecc5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-5.3.md

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

10+
* 5.3.9 (2021-09-28)
11+
12+
* Fix subtree split issue
13+
1014
* 5.3.8 (2021-09-28)
1115

1216
* bug #43206 [Workflow] Add missing audit-trail settings in framework workflow con… (Stephan Wentz)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.3.9-DEV';
78+
public const VERSION = '5.3.9';
7979
public const VERSION_ID = 50309;
8080
public const MAJOR_VERSION = 5;
8181
public const MINOR_VERSION = 3;
8282
public const RELEASE_VERSION = 9;
83-
public const EXTRA_VERSION = 'DEV';
83+
public const EXTRA_VERSION = '';
8484

8585
public const END_OF_MAINTENANCE = '01/2022';
8686
public const END_OF_LIFE = '01/2022';

0 commit comments

Comments
 (0)
0