8000 Merge branch '2.7' into 2.8 · symfony/symfony@c7baabf · GitHub
[go: up one dir, main page]

Skip to content

Commit c7baabf

Browse files
Merge branch '2.7' into 2.8
* 2.7: [travis] Use hhvm-stable instead of discontinued hhvm-3.12 bumped Symfony version to 2.7.20 updated VERSION for 2.7.19 update CONTRIBUTORS for 2.7.19 updated CHANGELOG for 2.7.19
2 parents 7f0ae27 + f03c95c commit c7baabf

File tree

3 files changed

+63
-31
lines changed

3 files changed

+63
-31
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
include:
2020
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
21-
- php: hhvm-3.12
21+
- php: hhvm-stable
2222
sudo: required
2323
dist: trusty
2424
group: edge

CHANGELOG-2.7.md

Lines 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