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 773e6fd

Browse filesBrowse files
authored
Merge pull request #20140 from fabpot/release-2.7.19
released v2.7.19
2 parents 9ed8d57 + 70afffb commit 773e6fd
Copy full SHA for 773e6fd

File tree

3 files changed

+64
-32
lines changed
Filter options

3 files changed

+64
-32
lines changed

‎CHANGELOG-2.7.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.7.md
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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.19 (2016-10-03)
11+
12+
* bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)
13+
* bug #20132 Use "more entropy" option for uniqid() (javiereguiluz)
14+
* bug #20122 [Validator] Reset constraint options (ro0NL)
15+
* bug #20116 fixed AddConstraintValidatorsPass config (fabpot)
16+
* bug #20078 Fix #19943 Make sure to process each interface metadata only once (lemoinem)
17+
* bug #20080 [Form] compound forms without children should be considered rendered implicitly (backbone87)
18+
* bug #20086 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas)
19+
* bug #20077 [Process] silent file operation to avoid open basedir issues (xabbuh)
20+
* bug #20079 fixed Twig support for 1.26 and 2.0 (fabpot)
21+
* bug #19951 [Finder] Trim trailing directory slash in ExcludeDirectoryFilterIterator (ro0NL)
22+
* bug #20010 [DX] Fixed regression when exception message swallowed when logging it. (Koc)
23+
* bug #19983 [TwigBridge] removed Twig null nodes (deprecated as of Twig 1.25) (fabpot)
24+
* bug #19946 [Console] Fix parsing optionnal options with empty value in argv (chalasr)
25+
* bug #19636 [Finder] no PHP warning on empty directory iteration (ggottwald)
26+
* bug #19923 [bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level (phansys)
27+
* bug #19811 Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar)
28+
* bug #19904 [Form] Fixed collapsed ChoiceType options attributes (HeahDude)
29+
* bug #19908 [Config] Handle open_basedir restrictions in FileLocator (Nicofuma)
30+
* bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for lint commands output (chalasr)
31+
* bug #19928 [Validator] Update IpValidatorTest data set with a valid reserved IP (jakzal)
32+
* bug #19813 [Console] fixed PHP7 Errors are now handled and converted to Exceptions (fonsecas72)
33+
* bug #19879 [Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati)
34+
1035
* 2.7.18 (2016-09-07)
1136

1237
* bug #19859 [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) (nicolas-grekas)

0 commit comments

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