10000 Merge pull request #31717 from fabpot/release-4.3.0 · symfony/symfony@0bf8d12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bf8d12

Browse files
authored
Merge pull request #31717 from fabpot/release-4.3.0
released v4.3.0
2 parents d0cef82 + 090c029 commit 0bf8d12

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-4.3.md

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

10+
* 4.3.0 (2019-05-30)
11+
12+
* bug #31654 [HttpFoundation] Do not set X-Accel-Redirect for paths outside of X-Accel-Mapping (vilius-g)
13+
1014
* 4.3.0-RC1 (2019-05-28)
1115

1216
* bug #31650 Create an abstract HTTP transport and extend it in all HTTP transports (bocharsky-bw)

src/Symfony/Component/HttpKernel/Kernel.php

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

76-
const VERSION = '4.3.0-DEV';
76+
const VERSION = '4.3.0';
7777
const VERSION_ID = 40300;
7878
const MAJOR_VERSION = 4;
7979
const MINOR_VERSION = 3;
8080
const RELEASE_VERSION = 0;
81-
const EXTRA_VERSION = 'DEV';
81+
const EXTRA_VERSION = '';
8282

8383
const END_OF_MAINTENANCE = '01/2020';
8484
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)
0