From 576433c8f06bdf0fbc6d0d84c5f2c55080cd7352 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Tue, 7 Jan 2025 08:30:31 +0100 Subject: [PATCH 1/3] [Release] 3.2.16 --- 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 50f1e6bb71..9337e7a08e 100644 --- a/CHANGELOG-3.2.x.md +++ b/CHANGELOG-3.2.x.md @@ -1,3 +1,8 @@ +# 3.2.16 +* [PimcoreBundle] fix MultiSelect (check for existing store) by @breakone in https://github.com/coreshop/CoreShop/pull/2754 +* [priceNull - 3.2] - add listener for null/empty price on field by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2757 +* [ResourceBundle] Version Marshalling for FieldCollections by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2768 + # 3.2.15 * [PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index ba5da0bf3e..bf163427d1 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 = '15'; + public const RELEASE_VERSION = '16'; public const EXTRA_VERSION = ''; From f210c4cb3de0f3148e69be5eb67740994010e190 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Tue, 7 Jan 2025 08:34:16 +0100 Subject: [PATCH 2/3] [Release] 4.0.13 --- CHANGELOG-4.0.x.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index f1695b8fef..e5aef40546 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,3 +1,12 @@ +# 4.0.13 +* [Resource] fallback locale could be null for newly created entities by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2756 +* fix: CheckoutManager::getNextStep return type by @gander in https://github.com/coreshop/CoreShop/pull/2758 +* Added action price casting to int by @twin-elements in https://github.com/coreshop/CoreShop/pull/2760 +* [ResourceBundle/OrderBundle] fix order grid-configs and add a new CoreShop Resource Field Getter Operator by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2762 +* [Store] optimize Store Context resolving with fallback and admin/non-admin by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2766 +* [Store] optimize Store Context resolving with fallback and admin/non-admin also for area bricks by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2769 +* [CoreBundle] allow to pass site to link generation by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2772 + # 4.0.12 * [PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743 From 5023a45a6c55d6d2860537efefa506f336b3116c Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Tue, 7 Jan 2025 08:39:33 +0100 Subject: [PATCH 3/3] [Release] 4.1.0 --- CHANGELOG-4.1.x.md | 5 +++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.1.x.md b/CHANGELOG-4.1.x.md index e0af4c0135..926ec1daa1 100644 --- a/CHANGELOG-4.1.x.md +++ b/CHANGELOG-4.1.x.md @@ -1,3 +1,8 @@ +## 4.1.0 +* [Registry] require registry 4.1 in all bundles by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2748 +* Update CartController - remove Argument Injection by @steinerCors in https://github.com/coreshop/CoreShop/pull/2741 +* [Frontend] introduce template installer and better define best-practice by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2739 + ## 4.1.0-RC2 > **Important** The FrontendBundle is now disabled by default. We added a migration to enable it diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 4f8290952a..a26789af38 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -26,7 +26,7 @@ final class Version public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = 'RC2'; + public const EXTRA_VERSION = ''; public static function getVersion(): string {