8000 Merge pull request #35906 from fabpot/release-5.0.5 · symfony/symfony@28a7546 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28a7546

Browse files
authored
Merge pull request #35906 from fabpot/release-5.0.5
released v5.0.5
2 parents 65d06cb + 9e1fab6 commit 28a7546

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

CHANGELOG-5.0.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,70 @@ in 5.0 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/v5.0.0...v5.0.1
99

10+
* 5.0.5 (2020-02-29)
11+
12+
* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
13+
* bug #35846 [Serializer] prevent method calls on null values (xabbuh)
14+
* bug #35897 [FrameworkBundle] add missing Messenger options to XML schema definition (xabbuh)
15+
* bug #35870 [ErrorHandler] fix parsing static return type on interface method annotation (alekitto)
16+
* bug #35839 [Security] Allow switching to another user when already switched (chalasr)
17+
* bug #35851 [DoctrineBridge] Use new Types::* constants and support new json types (fancyweb)
18+
* bug #35841 [Notifier] Dispatch message event in null transport (jschaedl)
19+
* bug #35716 [PhpUnitBridge] Fix compatibility to PHPUnit 9 (Benjamin)
20+
* bug #35803 [Cache] Fix versioned namespace atomic clears (trvrnrth)
21+
* bug #35817 [DoctrineBridge] Use new Types::* constants and support new json type (fancyweb)
22+
* bug #35832 [Debug][ErrorHandler] improved deprecation notices for methods new args and return type (HeahDude)
23+
* bug #35827 [BrowserKit] Nested file array prevents uploading file (afilina)
24+
* bug #35826 [Notifier] Add correct tags for NullTransportFactory (jschaedl)
25+
* bug #35830 [FrameworkBundle] Skip notifiers tags in UnusedTagsPass (chalasr)
26+
* bug #35707 [ExpressionLanguage] Fixed collisions of character operators with object properties (Andrej-in-ua)
27+
* bug #35794 [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types (fancyweb)
28+
* bug #35787 [PhpUnitBridge] Use trait instead of extending deprecated class (marcello-moenkemeyer)
29+
* bug #35792 [Security] Prevent TypeError in case RememberMetoken has no attached user (nikophil)
30+
* bug #35735 [Routing] Add locale requirement for localized routes (mtarld)
31+
* bug #35772 [Config] don't throw on missing excluded paths (nicolas-grekas)
32+
* bug #35774 [Ldap] force default network timeout (nicolas-grekas)
33+
* bug #35702 [VarDumper] fixed DateCaster not displaying additional fields (Makdessi Alex)
34+
* bug #35722 [HttpKernel] Set previous exception when rethrown from controller resolver (danut007ro)
35+
* bug #35714 [HttpClient] Correctly remove trace level options for HttpCache (aschempp)
36+
* bug #35718 [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI (nicolas-grekas)
37+
* bug #35728 Add missing autoload calls (greg0ire)
38+
* bug #35693 [Finder] Fix unix root dir issue (chr-hertel)
39+
* bug #35709 [HttpFoundation] fix not sending Content-Type header for 204 responses (Tobion)
40+
* bug #35710 [ErrorHandler] silence warning when zend.assertions=-1 (nicolas-grekas)
41+
* bug #35676 [Console] Handle zero row count in appendRow() for Table (Adam Prickett)
42+
* bug #35696 [Console] Don't load same-namespace alternatives on exact match (chalasr)
43+
* bug #35674 [HttpClient] fix getting response content after its destructor throwed an HttpExceptionInterface (nicolas-grekas)
44+
* bug #35672 [HttpClient] fix HttpClientDataCollector when handling canceled responses (thematchless)
45+
* bug #35641 [Process] throw when PhpProcess::fromShellCommandLine() is used (Guikingone)
46+
* bug #35645 [ErrorHandler] Never throw on warnings triggered by assert() and set assert.exception=1 in Debug::enable() (nicolas-grekas)
47+
* bug #35633 [Mailer] Do not ping the SMTP server before sending every message (micheh)
48+
* bug #33897 [Console] Consider STDIN interactive (ostrolucky)
49+
* bug #35605 [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies (fabpot)
50+
* bug #35609 [DoctrineBridge] Fixed submitting ids with query limit or offset (HeahDude)
51+
* bug #35616 [Workflow] Make method signature compatible with 4.4 (pbowyer)
52+
* bug #35597 [PHPunit bridge] Provide current file as file path (greg0ire)
53+
* bug #33960 [DI] Unknown env prefix not recognized as such (ro0NL)
54+
* bug #35342 [DI] Fix support for multiple tags for locators and iterators (Alexandre Parent)
55+
* bug #33820 [PhpUnitBridge] Fix some errors when using serialized deprecations (l-vo)
56+
* bug #35553 Fix HTTP client config handling (julienfalque)
57+
* bug #35588 [ErrorHandler] Escape variable in Exception template (jderusse)
58+
* bug #35583 Add missing use statements (fabpot)
59+
* bug #35582 Missing use statement 4.4 (fabpot)
60+
* bug #34123 [Form] Fix handling of empty_data's \Closure value in Date/Time form types (yceruto)
61+
* bug #35537 [Config][XmlReferenceDumper] Prevent potential \TypeError (fancyweb)
62+
* bug #35227 [Mailer] Fix broken mandrill http send for recipients with names (vilius-g)
63+
* bug #35430 [Translation] prefer intl domain when adding messages to catalogue (Guite)
64+
* bug #35497 Fail on empty password verification (without warning on any implementation) (Stefan Kruppa)
65+
* bug #35546 [Validator] check for __get method existence if property is uninitialized (alekitto)
66+
* bug #35332 [Yaml][Inline] Fail properly on empty object tag and empty const tag (fancyweb)
67+
* bug #35489 [PhpUnitBridge] Fix running skipped tests expecting only deprecations (chalasr)
68+
* bug #35161 [FrameworkBundle] Check non-null type for numeric type (Arman-Hosseini)
69+
* bug #34059 [DomCrawler] Skip disabled fields processing in Form (sbogx)
70+
* bug #34114 [Console] SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)
71+
* bug #35557 [Config] dont catch instances of Error (nicolas-grekas)
72+
* bug #35562 [HttpClient] fix HttpClientDataCollector when handling canceled responses (nicolas-grekas)
73+
1074
* 5.0.4 (2020-01-31)
1175

1276
* bug #35530 [HttpClient] Fix regex bearer (noniagriconomie)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6868

6969
private static $freshCache = [];
7070

71-
const VERSION = '5.0.5-DEV';
71+
const VERSION = '5.0.5';
7272
const VERSION_ID = 50005;
7373
const MAJOR_VERSION = 5;
7474
const MINOR_VERSION = 0;
7575
const RELEASE_VERSION = 5;
76-
const EXTRA_VERSION = 'DEV';
76+
const EXTRA_VERSION = '';
7777

7878
const END_OF_MAINTENANCE = '07/2020';
7979
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)
0