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 625a4db

Browse filesBrowse files
authored
Merge pull request #34471 from fabpot/release-4.4.0
released v4.4.0
2 parents 2c1b1ba + 65ec3b4 commit 625a4db
Copy full SHA for 625a4db

File tree

2 files changed

+9
-2
lines changed
Filter options

2 files changed

+9
-2
lines changed

‎CHANGELOG-4.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.4.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.0 (2019-11-21)
11+
12+
* bug #34464 [Form] group constraints when calling the validator (nicolas-grekas)
13+
* bug #34451 [DependencyInjection] Fix dumping multiple deprecated aliases (shyim)
14+
* bug #34448 [Form] allow button names to start with uppercase letter (xabbuh)
15+
* bug #34428 [Security] Fix best encoder not wired using migrate_from (chalasr)
16+
1017
* 4.4.0-RC1 (2019-11-17)
1118

1219
* bug #34419 [Cache] Disable igbinary on PHP >= 7.4 (nicolas-grekas)

‎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.0-DEV';
79+
const VERSION = '4.4.0';
8080
const VERSION_ID = 40400;
8181
const MAJOR_VERSION = 4;
8282
const MINOR_VERSION = 4;
8383
const RELEASE_VERSION = 0;
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.