Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a57252f

Browse filesBrowse files
authored
Merge pull request #45591 from fabpot/release-5.3.16
released v5.3.16
2 parents 84f0d0e + 0116b3c commit a57252f
Copy full SHA for a57252f

File tree

2 files changed

+7
-3
lines changed
Filter options

2 files changed

+7
-3
lines changed

‎CHANGELOG-5.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-5.3.md
+4Lines 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.16 (2022-03-01)
11+
12+
* bug #45590 [Console] Revert StringInput bc break from #45088 (bobthecow)
13+
1014
* 5.3.15 (2022-01-29)
1115

1216
* security #cve-2022-xxxx [FrameworkBundle] Enable CSRF in FORM by default (jderusse)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+3-3Lines 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 $freshCache = [];
7777

78-
public const VERSION = '5.3.15';
79-
public const VERSION_ID = 50315;
78+
public const VERSION = '5.3.16';
79+
public const VERSION_ID = 50316;
8080
public const MAJOR_VERSION = 5;
8181
public const MINOR_VERSION = 3;
82-
public const RELEASE_VERSION = 15;
82+
public const RELEASE_VERSION = 16;
8383
public const EXTRA_VERSION = '';
8484

8585
public const END_OF_MAINTENANCE = '01/2022';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.