8000 Merge pull request #26415 from fabpot/release-2.8.36 · symfony/symfony@4fdb16d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fdb16d

Browse files
authored
Merge pull request #26415 from fabpot/release-2.8.36
released v2.8.36
2 parents a03ae7c + af393d7 commit 4fdb16d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-2.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ in 2.8 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/v2.8.0...v2.8.1
99

10+
* 2.8.36 (2018-03-05)
11+
12+
* bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)
13+
1014
* 2.8.35 (2018-03-01)
1115

1216
* bug #26338 [Debug] Keep previous errors of Error instances (Philipp91)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '2.8.36-DEV';
62+
const VERSION = '2.8.36';
6363
const VERSION_ID = 20836;
6464
const MAJOR_VERSION = 2;
6565
const MINOR_VERSION = 8;
6666
const RELEASE_VERSION = 36;
67-
const EXTRA_VERSION = 'DEV';
67+
const EXTRA_VERSION = '';
6868

6969
const END_OF_MAINTENANCE = '11/2018';
7070
const END_OF_LIFE = '11/2019';

0 commit comments

Comments
 (0)
0