From 5652d82e8990b955ea19faca06ddfa7ab9d6db4b Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 11 Nov 2024 14:20:09 +0100 Subject: [PATCH] [Release] 4.0.12 --- CHANGELOG-4.0.x.md | 7 +++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index 2f2eb9be75..f1695b8fef 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,3 +1,10 @@ +# 4.0.12 + +* [PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743 +* [Docs] Upgrade guide: Mention emergency recovery if major version got updated without updating to latest minor version first by @BlackbitDevs in https://github.com/coreshop/CoreShop/pull/2745 +* [Core] allow multiple store-values by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2747 +* [CoreBundle] fix quantity price rules customerGroups condition by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2750 + ## 4.0.11 * [Pimcore] use getCount() instead of getTotalCount() for BatchListing by @hethehe in https://github.com/coreshop/CoreShop/pull/2715 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 4102a4ea8a..f7580430f7 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 = '0'; - public const RELEASE_VERSION = '11'; + public const RELEASE_VERSION = '12'; public const EXTRA_VERSION = '';