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 b802dd4

Browse filesBrowse files
authored
Merge pull request #35905 from fabpot/release-4.4.5
released v4.4.5
2 parents 8f7b8aa + 6c52d48 commit b802dd4
Copy full SHA for b802dd4

File tree

2 files changed

+62
-2
lines changed
Filter options

2 files changed

+62
-2
lines changed

‎CHANGELOG-4.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.4.md
+60Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,66 @@ in 4.4 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/v4.4.0...v4.4.1
99

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

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

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676

7777
private static $freshCache = [];
7878

79-
const VERSION = '4.4.5-DEV';
79+
const VERSION = '4.4.5';
8080
const VERSION_ID = 40405;
8181
const MAJOR_VERSION = 4;
8282
const MINOR_VERSION = 4;
8383
const RELEASE_VERSION = 5;
84-
const EXTRA_VERSION = 'DEV';
84+
const EXTRA_VERSION = '';
8585

8686
const END_OF_MAINTENANCE = '11/2022';
8787
const END_OF_LIFE = '11/2023';

0 commit comments

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