From a41a0e7fa53d6cbf86bd7eccb16307f5bc62aa7c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 21 Nov 2023 18:34:15 +0100 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b80918250..0d3548a86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ **End of maintainance of version 2 is scheduled for end of December 2023** -# 2.15.6 (2023-XX-XX) +# 2.15.6 (2023-21-11) - * n/a + * Add return type for Symfony 7 compatibility + * Fix premature loop exit in Security Policy lookup of allowed methods/properties # 2.15.5 (2023-05-03) From ad637405a828601a56f32ccab9a85541c4b66c9d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 21 Nov 2023 18:34:48 +0100 Subject: [PATCH 2/3] Prepare the 2.15.6 release --- src/Environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index e6c27a4bc..1b1f49e9d 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '2.15.6-DEV'; + public const VERSION = '2.15.6'; public const VERSION_ID = 21506; public const MAJOR_VERSION = 2; public const MINOR_VERSION = 15; public const RELEASE_VERSION = 6; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader; From ed2cfbd6f09dcba718cc7f235c240b15fd76042c Mon Sep 17 00:00:00 2001 From: Ca-Jou Date: Wed, 6 Dec 2023 14:54:04 +0100 Subject: [PATCH 3/3] update Blackfire documentation URL --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f741105e3..7b3db2d23 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Sponsors .. raw:: html - + Blackfire.io