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

Skip to content

Commit 93f88f5

Browse files
authored
Merge pull request #24914 from fabpot/release-2.7.36
released v2.7.36
2 parents f249310 + 12135ad commit 93f88f5

File tree

3 files changed

+88
-32
lines changed

3 files changed

+88
-32
lines changed

CHANGELOG-2.7.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ 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.36 (2017-11-10)
11+
12+
* bug #24888 [FrameworkBundle] Specifically inject the debug dispatcher in the collector (ogizanagi)
13+
* bug #24909 [Intl] Update ICU data to 60.1 (jakzal)
14+
* bug #24906 [Bridge/ProxyManager] Remove direct reference to value holder property (nicolas-grekas)
15+
* bug #24900 [Validator] Fix Costa Rica IBAN format (Bozhidar Hristov)
16+
* bug #24904 [Validator] Add Belarus IBAN format (Bozhidar Hristov)
17+
* bug #24531 [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
18+
* bug #24814 [Intl] Make intl-data tests pass and save language aliases again (jakzal)
19+
* bug #24764 [HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
20+
* bug #24605 [FrameworkBundle] Do not load property_access.xml if the component isn't installed (ogizanagi)
21+
* bug #24606 [HttpFoundation] Fix FileBag issue with associative arrays (enumag)
22+
* bug #24660 Escape trailing \ in QuestionHelper autocompletion (kamazee)
23+
* bug #24644 [Security] Fixed auth provider authenticate() cannot return void (glye)
24+
* bug #24626 streamed response should return $this (DQNEO)
25+
* bug #24589 Username and password in basic auth are allowed to contain '.' (Richard Quadling)
26+
* bug #24566 Fixed unsetting from loosely equal keys OrderedHashMap (maryo)
27+
* bug #24570 [Debug] Fix same vendor detection in class loader (Jean-Beru)
28+
* bug #24563 [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed (dunglas)
29+
* bug #24579 pdo session fix (mxp100)
30+
* bug #24536 [Security] Reject remember-me token if UserCheckerInterface::checkPostAuth() fails (kbond)
31+
* bug #24519 [Validator] [Twig] added magic method __isset() to File Constraint class (loru88)
32+
* bug #24532 [DI] Fix possible incorrect php-code when dumped strings contains newlines (Strate)
33+
* bug #24502 [HttpFoundation] never match invalid IP addresses (xabbuh)
34+
* bug #24460 [Form] fix parsing invalid floating point numbers (xabbuh)
35+
* bug #24490 [HttpFoundation] Combine Cache-Control headers (c960657)
36+
* bug #23711 Fix support for PHP 7.2 (Simperfit, nicolas-grekas)
37+
* bug #24494 [HttpFoundation] Add missing session.lazy_write config option (nicolas-grekas)
38+
* bug #24434 [Form] Use for=ID on radio/checkbox label. (Nyholm)
39+
* bug #24455 [Console] Escape command usage (sroze)
40+
1041
* 2.7.35 (2017-10-05)
1142

1243
* bug #24448 [Session] fix MongoDb session handler to gc all expired sessions (Tobion)

0 commit comments

Comments
 (0)