From 41651655cd4ecc44b506039e3a519a2dc01c7a30 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 12 Feb 2024 15:55:37 +0100 Subject: [PATCH] [Release] 3.2.4 --- CHANGELOG-3.2.x.md | 5 +++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.2.x.md b/CHANGELOG-3.2.x.md index ad4bee6480..7e163e1614 100644 --- a/CHANGELOG-3.2.x.md +++ b/CHANGELOG-3.2.x.md @@ -1,3 +1,8 @@ +# 3.2.4 +* [CoreBundle] fix priority of coreshop_payment_token route by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2542 +* [Frontend] create order-token if not yet exists by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2543 +* [ProductBundle] default return empty array instead of null in preGetData by @breakone in https://github.com/coreshop/CoreShop/pull/2544 + # 3.2.3 * [ProductBundle] fix ClearCachedPriceRulesListener - remove service definition diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 015bd88726..82683e9906 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 = '3'; + public const RELEASE_VERSION = '4'; public const EXTRA_VERSION = '';