From b2d8200873c346e1cb94aa3830288a8d8660a201 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 30 May 2024 19:51:40 +0200 Subject: [PATCH] [Release] 3.2.9 --- CHANGELOG-3.2.x.md | 4 ++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.2.x.md b/CHANGELOG-3.2.x.md index 084a4ae5a0..43bb469919 100644 --- a/CHANGELOG-3.2.x.md +++ b/CHANGELOG-3.2.x.md @@ -1,3 +1,7 @@ +# 3.2.9 +* [PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640 +* [Pimcore] CoreShop 3 compatibility only with Pimcore 10.6 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2644 + # 3.2.8 * [CoreBundle] fix PaymentWorkflow Listener to trigger state transition conditions by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2601 * [CoreBundle] fix CartTextProcessor priority and CartManagers setParent for cart-item by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2602 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index d82d03efc4..99829b60bf 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -24,7 +24,7 @@ final class Version public const MINOR_VERSION = '2'; - public const RELEASE_VERSION = '8'; + public const RELEASE_VERSION = '9'; public const EXTRA_VERSION = '';