Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa8254c

Browse files
Merge branch '2.7' into 2.8
* 2.7: [WebProfilerBundle] Fix Debug toolbar breaks app bumped Symfony version to 2.7.43 updated VERSION for 2.7.42 update CONTRIBUTORS for 2.7.42 updated CHANGELOG for 2.7.42
2 parents 3ff74ad + 0c5f839 commit aa8254c

File tree

3 files changed

+94
-35
lines changed

3 files changed

+94
-35
lines changed

CHANGELOG-2.7.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 2.7 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.7.0...v2.7.1
99

10+
* 2.7.42 (2018-02-28)
11+
12+
* bug #26338 [Debug] Keep previous errors of Error instances (Philipp91)
13+
* bug #26312 [Routing] Don't throw 405 when scheme requirement doesn't match (nicolas-grekas)
14+
* bug #26298 Fix ArrayInput::toString() for InputArgument::IS_ARRAY args (maximium)
15+
* bug #25557 [WebProfilerBundle] add a way to limit ajax request (Simperfit)
16+
* bug #26228 [HttpFoundation] Fix missing "throw" in JsonResponse (nicolas-grekas)
17+
* bug #26211 [Console] Suppress warning from sapi_windows_vt100_support (adawolfa)
18+
* bug #26156 Fixes #26136: Avoid emitting warning in hasParameterOption() (greg-1-anderson)
19+
* bug #26183 [DI] Add null check for removeChild (changmin.keum)
20+
* bug #26159 created validator.tl.xlf for Form/Translations (ergiegonzaga)
21+
* bug #26100 [Routing] Throw 405 instead of 404 when redirect is not possible (nicolas-grekas)
22+
* bug #26040 [Process] Check PHP_BINDIR before $PATH in PhpExecutableFinder (nicolas-grekas)
23+
* bug #26012 Exit as late as possible (greg0ire)
24+
* bug #25893 [Console] Fix hasParameterOption / getParameterOption when used with multiple flags (greg-1-anderson)
25+
* bug #25940 [Form] keep the context when validating forms (xabbuh)
26+
* bug #25373 Use the PCRE_DOLLAR_ENDONLY modifier in route regexes (mpdude)
27+
* bug #26010 [CssSelector] For AND operator, the left operand should have parentheses, not only right operand (Arnaud CHASSEUX)
28+
* bug #25971 [Debug] Fix bad registration of exception handler, leading to mem leak (nicolas-grekas)
29+
* bug #25962 [Routing] Fix trailing slash redirection for non-safe verbs (nicolas-grekas)
30+
* bug #25948 [Form] Fixed empty data on expanded ChoiceType and FileType (HeahDude)
31+
* bug #25972 support sapi_windows_vt100_support for php 7.2+ (jhdxr)
32+
* bug #25744 [TwigBridge] Allow label translation to be safe (MatTheCat)
33+
1034
* 2.7.41 (2018-01-29)
1135

1236
* bug #25922 [HttpFoundation] Use the correct syntax for session gc based on Pdo driver (tanasecosminromeo)

0 commit comments

Comments
 (0)