diff --git a/CHANGELOG-5.4.md b/CHANGELOG-5.4.md index 43c657cae08c..925da452b692 100644 --- a/CHANGELOG-5.4.md +++ b/CHANGELOG-5.4.md @@ -7,6 +7,12 @@ in 5.4 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1 +* 5.4.37 (2024-03-04) + + * bug #54102 [HttpClient] Fix deprecation on PHP 8.3 (nicolas-grekas) + * bug #54081 [DoctrineBridge] Safeguard dynamic access to Doctrine metadata properties (derrabus) + * bug #54080 [Routing] Enhance error handling in StaticPrefixCollection for compatibility with libpcre2-10.43 (Lustmored) + * 5.4.36 (2024-02-27) * bug #54045 [Config][Messenger][Security] Don't turn deprecations into exceptions when unserializing (nicolas-grekas) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c4a195380c0a..f676651321be 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -80,11 +80,11 @@ The Symfony Connect username in parenthesis allows to get more information - Mathieu Santostefano (welcomattic) - Alexander Schranz (alexander-schranz) - Vasilij Duško (staff) + - Simon André (simonandre) - Sarah Khalil (saro0h) - Laurent VOULLEMIER (lvo) - Konstantin Kudryashov (everzet) - Tomasz Kowalczyk (thunderer) - - Simon André (simonandre) - Guilhem N (guilhemn) - Bilal Amarni (bamarni) - Eriksen Costa @@ -97,10 +97,10 @@ The Symfony Connect username in parenthesis allows to get more information - David Buchmann (dbu) - Andrej Hudec (pulzarraider) - Jáchym Toušek (enumag) + - Ruud Kamphuis (ruudk) - Christian Raue - Eric Clemmons (ericclemmons) - Denis (yethee) - - Ruud Kamphuis (ruudk) - Michel Weimerskirch (mweimerskirch) - Issei Murasawa (issei_m) - Douglas Greenshields (shieldo) @@ -129,8 +129,8 @@ The Symfony Connect username in parenthesis allows to get more information - Bart van den Burg (burgov) - Vasilij Dusko | CREATION - Jordan Alliot (jalliot) - - John Wards (johnwards) - Phil E. Taylor (philetaylor) + - John Wards (johnwards) - Théo FIDRY - Antoine Hérault (herzult) - Konstantin.Myakshin @@ -177,6 +177,7 @@ The Symfony Connect username in parenthesis allows to get more information - Maxime Helias (maxhelias) - Robert Schönthal (digitalkaoz) - Smaine Milianni (ismail1432) + - Michael Babker (mbabker) - François-Xavier de Guillebon (de-gui_f) - Maximilian Beckers (maxbeckers) - noniagriconomie @@ -188,7 +189,6 @@ The Symfony Connect username in parenthesis allows to get more information - Jhonny Lidfors (jhonne) - Juti Noppornpitak (shiroyuki) - Gregor Harlan (gharlan) - - Michael Babker (mbabker) - Anthony MARTIN - Sebastian Hörl (blogsh) - Tigran Azatyan (tigranazatyan) @@ -231,6 +231,7 @@ The Symfony Connect username in parenthesis allows to get more information - George Mponos (gmponos) - Richard Shank (iampersistent) - Thomas Landauer (thomas-landauer) + - Roland Franssen :) - Romain Monteil (ker0x) - Sergey (upyx) - Marco Pivetta (ocramius) @@ -257,7 +258,6 @@ The Symfony Connect username in parenthesis allows to get more information - Artur Kotyrba - Wouter J - Tyson Andre - - Roland Franssen :) - GDIBass - Samuel NELA (snela) - Vincent AUBERT (vincent) @@ -733,6 +733,7 @@ The Symfony Connect username in parenthesis allows to get more information - Vadim Borodavko (javer) - Tavo Nieves J (tavoniievez) - Luc Vieillescazes (iamluc) + - Stiven Llupa (sllupa) - Erik Saunier (snickers) - François Dume (franek) - Jerzy Lekowski (jlekowski) @@ -1043,7 +1044,6 @@ The Symfony Connect username in parenthesis allows to get more information - Florian Pfitzer (marmelatze) - Ivan Grigoriev (greedyivan) - Johann Saunier (prophet777) - - Stiven Llupa (sllupa) - Kevin SCHNEKENBURGER - Fabien Salles (blacked) - Andreas Erhard (andaris) @@ -2117,6 +2117,7 @@ The Symfony Connect username in parenthesis allows to get more information - Sébastien HOUZÉ - Mbechezi Nawo - wivaku + - Markus Reinhold - Jingyu Wang - steveYeah - Asrorbek (asrorbek) @@ -2523,6 +2524,7 @@ The Symfony Connect username in parenthesis allows to get more information - Roy de Vos Burchart - John Stevenson - everyx + - Richard Heine - Francisco Facioni (fran6co) - Stanislav Gamaiunov (happyproff) - Iwan van Staveren (istaveren) @@ -3193,6 +3195,7 @@ The Symfony Connect username in parenthesis allows to get more information - Daniele Cesarini (ijanki) - Ismail Asci (ismailasci) - Jeffrey Moelands (jeffreymoelands) + - Jakub Caban (lustmored) - Ondřej Mirtes (mirtes) - Paulius Jarmalavičius (pjarmalavicius) - Ramon Ornelas (ramonornela) @@ -3615,6 +3618,7 @@ The Symfony Connect username in parenthesis allows to get more information - Konrad - Kovacs Nicolas - eminjk + - Gálik Pál - craigmarvelley - Stano Turza - Antoine Leblanc diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index e07f9114b031..27d505faa335 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl */ private static $freshCache = []; - public const VERSION = '5.4.37-DEV'; + public const VERSION = '5.4.37'; public const VERSION_ID = 50437; public const MAJOR_VERSION = 5; public const MINOR_VERSION = 4; public const RELEASE_VERSION = 37; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '11/2024'; public const END_OF_LIFE = '11/2025';