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 1ae23ef

Browse filesBrowse files
authored
Merge pull request #24831 from fabpot/release-3.4.0-BETA3
released v3.4.0-BETA3
2 parents eaeb820 + f317976 commit 1ae23ef
Copy full SHA for 1ae23ef

File tree

2 files changed

+23
-2
lines changed
Filter options

2 files changed

+23
-2
lines changed

‎CHANGELOG-3.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.4.md
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ in 3.4 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/v3.4.0...v3.4.1
99

10+
* 3.4.0-BETA3 (2017-11-05)
11+
12+
* bug #24531 [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
13+
* bug #24828 [DI] Fix the "almost-circular refs" fix (nicolas-grekas)
14+
* bug #24665 Fix dump panel hidden when closing a dump (julienfalque)
15+
* bug #24802 [TwigBridge] [Bootstrap 4] Fix hidden errors (ostrolucky)
16+
* bug #24816 [Serializer] Fix extra attributes when no group specified (ogizanagi)
17+
* bug #24822 [DI] Fix "almost-circular" dependencies handling (nicolas-grekas)
18+
* bug #24821 symfony/form auto-enables symfony/validator, even when not present (weaverryan)
19+
* bug #24824 [FrameworkBundle][Config] fix: do not add resource checkers for no-debug (dmaicher)
20+
* bug #24814 [Intl] Make intl-data tests pass and save language aliases again (jakzal)
21+
* bug #24810 [Serializer] readd default argument value (xabbuh)
22+
* bug #24809 [Config] Fix dump of config references for deprecated nodes (chalasr)
23+
* bug #24796 [PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass (lyrixx)
24+
* bug #24774 [HttpKernel] Let the storage manage the session starts (sroze)
25+
* bug #24735 [VarDumper] fix trailling comma when dumping an exception (Simperfit)
26+
* bug #24770 [Validator] Fix TraceableValidator is reset on data collector instantiation (ogizanagi)
27+
* bug #24764 [HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
28+
* bug #24759 Removes \n or space when $context/$extra are empty (kirkmadera)
29+
* bug #24758 Throwing exception if redis and predis unavailable (aequasi)
30+
1031
* 3.4.0-BETA2 (2017-10-30)
1132

1233
* bug #24728 [Bridge\Twig] fix bootstrap checkbox_row to render properly & remove spaceless (arkste)

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.0-DEV';
70+
const VERSION = '3.4.0-BETA3';
7171
const VERSION_ID = 30400;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
7474
const RELEASE_VERSION = 0;
75-
const EXTRA_VERSION = 'DEV';
75+
const EXTRA_VERSION = 'BETA3';
7676

7777
const END_OF_MAINTENANCE = '11/2020';
7878
const END_OF_LIFE = '11/2021';

0 commit comments

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