Skip to content

Commit 2c2be26

Browse files
authored
Merge pull request #49087 from fabpot/release-6.0.19
released v6.0.19
2 parents de5f79f + 166ad69 commit 2c2be26

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG-6.0.md

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

10+
* 6.0.19 (2023-01-24)
11+
12+
* bug #49078 [Security/Http] Check tokens before loading users from providers (nicolas-grekas)
13+
* bug #49077 [DependencyInjection] Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
14+
* bug #49031 [Cache] fix collecting cache stats when nesting computations (nicolas-grekas)
15+
* bug #49046 Fix for Windows when projects are deployed on junctions/symlinks (nerdgod)
16+
* bug #49025 [Notifier] [OvhCloud] handle invalid receiver (seferov)
17+
* bug #48993 [VarDumper] Fix JS to expand / collapse (nicolas-grekas)
18+
* bug #48983 Fix BC user_identifier support after deprecation username (vtsykun)
19+
* bug #48986 [Validator] Fix Email validator logic (fabpot)
20+
* bug #48969 [PropertyInfo] Fixes constructor extractor for mixed type (michael.kubovic)
21+
* bug #48978 [Serializer] use method_exists() instead of catching reflection exceptions (xabbuh)
22+
* bug #48937 [SecurityBundle] Fix using same handler for multiple authenticators (RobertMe)
23+
* bug #48971 [DependencyInjection] Fix dump order of inlined deps (nicolas-grekas)
24+
* bug #48966 [HttpClient] Let curl handle content-length headers (nicolas-grekas)
25+
* bug #48968 [VarExporter] Fix exporting enums (nicolas-grekas)
26+
* bug #48926 [DependencyInjection] Fix support for named arguments on non-autowired services (nicolas-grekas)
27+
* bug #48943 [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
28+
* bug #48931 [DependencyInjection] Fix dumping inlined withers (nicolas-grekas)
29+
* bug #48898 [HttpClient] Move Http clients data collecting at a late level (pforesi)
30+
* bug #48896 [DoctrineBridge] Fix detecting mapping with one line annotations (franmomu)
31+
* bug #48916 [FrameworkBundle] restore call to addGlobalIgnoredName (alexislefebvre)
32+
* bug #48917 [Config] Fix XML dump when node example is an array (alexandre-daubois)
33+
* bug #48904 [Validator] Allow egulias/email-validator v4 (chalasr)
34+
* bug #48831 [Uid] Fix validating nil and max uuid (fancyweb)
35+
1036
* 6.0.18 (2022-12-29)
1137

1238
* bug #48823 [Cache] Fix possibly null value passed to preg_match() in RedisTrait (chalasr)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static array $freshCache = [];
8080

81-
public const VERSION = '6.0.19-DEV';
81+
public const VERSION = '6.0.19';
8282
public const VERSION_ID = 60019;
8383
public const MAJOR_VERSION = 6;
8484
public const MINOR_VERSION = 0;
8585
public const RELEASE_VERSION = 19;
86-
public const EXTRA_VERSION = 'DEV';
86+
public const EXTRA_VERSION = '';
8787

8888
public const END_OF_MAINTENANCE = '01/2023';
8989
public const END_OF_LIFE = '01/2023';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy