Merge pull request #23401 from fabpot/release-2.8.24

released v2.8.24
This commit is contained in:
Fabien Potencier 2017-07-05 11:53:15 +03:00 committed by GitHub
commit 0ab3693b11
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ in 2.8 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
* 2.8.24 (2017-07-05)
* bug #23378 [FrameworkBundle] Do not remove files from assets dir (1ed)
* 2.8.23 (2017-07-04)
* bug #23341 [DoctrineBridge][Security][Validator] do not validate empty values (xabbuh)

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.8.24-DEV';
const VERSION = '2.8.24';
const VERSION_ID = 20824;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 8;
const RELEASE_VERSION = 24;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2018';
const END_OF_LIFE = '11/2019';