8000 Merge pull request #26849 from fabpot/release-4.0.8 · symfony/symfony@b0fcabb · GitHub
[go: up one dir, main page]

Skip to content

Commit b0fcabb

Browse files
authored
Merge pull request #26849 from fabpot/release-4.0.8
released v4.0.8
2 parents 5ea5ee2 + cdef8e4 commit b0fcabb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG-4.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ in 4.0 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/v4.0.0...v4.0.1
99

10+
* 4.0.8 (2018-04-06)
11+
12+
* bug #26802 [Security] register custom providers on ExpressionLanguage directly (dmaicher)
13+
* bug #26794 [PhpUnitBridge] Catch deprecation error handler (cvilleger)
14+
* bug #26788 [Security] Load the user before pre/post auth checks when needed (chalasr)
15+
* bug #26792 [Routing] Fix throwing NoConfigurationException instead of 405 (nicolas-grekas)
16+
* bug #26774 [SecurityBundle] Add missing argument to security.authentication.provider.simple (i3or1s, chalasr)
17+
* bug #26763 [Finder] Remove duplicate slashes in filenames (helhum)
18+
* bug #26758 [WebProfilerBundle][HttpKernel] Make FileLinkFormatter URL format generation lazy (nicolas-grekas)
19+
1020
* 4.0.7 (2018-04-03)
1121

1222
* bug #26387 [Yaml] Fix regression when trying to parse multiline (antograssiot)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6363
private $requestStackSize = 0;
6464
private $resetServices = false;
6565

66-
const VERSION = '4.0.8-DEV';
66+
const VERSION = '4.0.8';
6767
const VERSION_ID = 40008;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 0;
7070
const RELEASE_VERSION = 8;
71-
const EXTRA_VERSION = 'DEV';
71+
const EXTRA_VERSION = '';
7272

7373
const END_OF_MAINTENANCE = '07/2018';
7474
const END_OF_LIFE = '01/2019';

0 commit comments

Comments
 (0)
0