From 5ee6a3d86a2352c2110646c8c818ca6d7f5b4b7d Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Fri, 27 Jan 2023 08:25:35 +0100 Subject: [PATCH] [Release] 3.0.3 --- CHANGELOG-3.0.x.md | 25 +++++++++++++++++++ .../Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index 3a70588b87..a5ce183d97 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,3 +1,28 @@ +# 3.0.3 + +## Feature + - [StorageList] allow for shareable StorageLists (eg. wishlist) (https://github.com/coreshop/CoreShop/pull/2150) + +## Bugs + - [StorageListItem] add definitive StorageList (Order/Wishlist) field to Item (https://github.com/coreshop/CoreShop/pull/2117) + - [FrontendBundle] keep a reference to the just-removed Product (https://github.com/coreshop/CoreShop/pull/2125) + - [MessengerBundle] only allow to list ListableReceiverInterface (https://github.com/coreshop/CoreShop/pull/2127) + - [MessengerBundle] standalone fixes (https://github.com/coreshop/CoreShop/pull/2130) + - [Slug] improve slug generation and don't store slugs for every site if the same (https://github.com/coreshop/CoreShop/pull/2131) + - [MoneyBundle] fix issue with not-nullable types and null values (https://github.com/coreshop/CoreShop/pull/2138) + - [Resource] add return types for BigIntIntegerType (https://github.com/coreshop/CoreShop/pull/2140) + - [LinkGeneration] introduce possibility to disable slugs and use fallback routes (https://github.com/coreshop/CoreShop/pull/2143) + - [Payum] use stable payum release (https://github.com/coreshop/CoreShop/pull/2141) + - [FrontendBundle] use asset() helper for logo image (https://github.com/coreshop/CoreShop/pull/2137) + - [CoreBundle] Fix migration for price_rules in OrderItem class (https://github.com/coreshop/CoreShop/pull/2145) + - [CoreBundle] Add layout price_rules only once to OrderItem (https://github.com/coreshop/CoreShop/pull/2148) + - [StorageList & Slug] fixes for shared wishlist & slugs (https://github.com/coreshop/CoreShop/pull/2151) + - [CoreBundle] Use valid key in user migration (https://github.com/coreshop/CoreShop/pull/2159) + - [CoreBundle] fix price_rule migration section (https://github.com/coreshop/CoreShop/pull/2160) + - [StorageList] Fix SessionStorageManager (https://github.com/coreshop/CoreShop/pull/2165) + - [IndexBundle] check if index value is null before exploding (https://github.com/coreshop/CoreShop/pull/2163) + - [IndexBundle] process children within same Handler (https://github.com/coreshop/CoreShop/pull/2171) + # 3.0.2 > Please make sure you also start the messenger worker for the CoreShop Tasks diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 406e468298..a71bb1ef20 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 = '2'; + public const RELEASE_VERSION = '3'; public const EXTRA_VERSION = '';