8000 Merge branch '3.1' · symfony/symfony@3ad5b29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ad5b29

Browse files
Merge branch '3.1'
* 3.1: [travis] Use hhvm-stable instead of discontinued hhvm-3.12 bumped Symfony version to 3.1.6 updated VERSION for 3.1.5 updated CHANGELOG for 3.1.5 bumped Symfony version to 2.8.13 updated VERSION for 2.8.12 updated CHANGELOG for 2.8.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 [Validator] Url validator not validating hosts ending in a number
2 parents 8794617 + 810c1e9 commit 3ad5b29

File tree

5 files changed

+89
-36
lines changed

5 files changed

+89
-36
lines changed

.travis.yml

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

CHANGELOG-3.1.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,51 @@ in 3.1 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.1.0...v3.1.1
99

10+
* 3.1.5 (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 #20087 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas)
19+
* bug #20086 [VarDumper] Fix PHP 7.1 compat (nicolas-grekas)
20+
* bug #20077 [Process] silent file operation to avoid open basedir issues (xabbuh)
21+
* bug #20079 fixed Twig support for 1.26 and 2.0 (fabpot)
22+
* bug #20051 Fix indexBy type extraction (lemoinem)
23+
* bug #19951 [Finder] Trim trailing directory slash in ExcludeDirectoryFilterIterator (ro0NL)
24+
* bug #19980 [Ldap] Fixed issue with legacy find() method not working as expected (csarrazi)
25+
* bug #20026 [Cache] Fixed password used to make the redis connection. (ErikSaunier)
26+
* bug #20018 [VarDumper] Fix test (nicolas-grekas)
27+
* bug #20011 Use UUID for error codes for Form validator. (Koc)
28+
* bug #20010 [DX] Fixed regression when exception message swallowed when logging it. (Koc)
29+
* bug #19983 [TwigBridge] removed Twig null nodes (deprecated as of Twig 1.25) (fabpot)
30+
* bug #19946 [Console] Fix parsing optionnal options with empty value in argv (chalasr)
31+
* bug #19636 [Finder] no PHP warning on empty directory iteration (ggottwald)
32+
* bug #19784 [HttpKernel] Fixed the nullable support for php 7.1 and below (iltar)
33+
* bug #19923 [bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level (phansys)
34+
* bug #19811 Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar)
35+
* bug #19853 [PropertyInfo] Make ReflectionExtractor compatible with ReflectionType changes in PHP 7.1 (teohhanhui)
36+
* bug #19904 [Form] Fixed collapsed ChoiceType options attributes (HeahDude)
37+
* bug #19872 [Filesystem] Consider the umask setting when dumping a file (leofeyer)
38+
* bug #19908 [Config] Handle open_basedir restrictions in FileLocator (Nicofuma)
39+
* bug #19893 [FrameworkBundle] Remove cache clearer default value in config (nicolas-grekas)
40+
* bug #19924 [DoctrineBridge][PropertyInfo] Treat Doctrine decimal type as string (teohhanhui)
41+
* bug #19932 Fixed bad merge (GrahamCampbell)
42+
* bug #19922 [Yaml][TwigBridge] Use JSON_UNESCAPED_SLASHES for lint commands output (chalasr)
43+
* bug #19928 [Validator] Update IpValidatorTest data set with a valid reserved IP (jakzal)
44+
* bug #19813 [Console] fixed PHP7 Errors are now handled and converted to Exceptions (fonsecas72)
45+
* bug #19879 [Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati)
46+
* bug #19878 Fix translation:update command count (tgalopin)
47+
* bug #19859 [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) (nicolas-grekas)
48+
* bug #19780 [FrameworkBundle] Incorrect line break in exception message (500 debug page) (pedroresende)
49+
* bug #19595 [form] lazy trans `post_max_size_message`. (aitboudad)
50+
* bug #19870 [DI] Fix setting synthetic services on ContainerBuilder (nicolas-grekas)
51+
* bug #19848 Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)" (nicolas-grekas)
52+
* bug #19842 [FrameworkBundle] Check for class existence before is_subclass_of (chalasr)
53+
* bug #19827 [BrowserKit] Fix cookie expiration on 32 bit systems (jameshalsall)
54+
1055
* 3.1.4 (2016-09-03)
1156

1257
* bug #19812 [WebProfilerBundle] Fix margin on toolbar route panel when no route is found in the request (jameshalsall)

0 commit comments

Comments
 (0)
0