From c7953e349b8dab26e80e1b6e81e439e43cb7d95f Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Sun, 20 Nov 2022 07:36:03 +0100 Subject: [PATCH] [Release] 3.0.2 --- CHANGELOG-3.0.x.md | 16 ++++++++++++++++ .../Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index dee7a20511..c83a19435f 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,3 +1,19 @@ +# 3.0.2 + +## Features + - [Messenger] introduce Messenger Bundle (https://github.com/coreshop/CoreShop/pull/2105, https://github.com/coreshop/CoreShop/pull/2114, https://github.com/coreshop/CoreShop/pull/2112, https://github.com/coreshop/CoreShop/pull/2106) + +## Bugs + - [CartPiceRules] fix OrderItem not finding Order with CartItemPriceRules (https://github.com/coreshop/CoreShop/pull/2116) + - [StorageList] fix storage-list priority (https://github.com/coreshop/CoreShop/pull/2113) + - [ResourceBundle] class names with lower-case names (https://github.com/coreshop/CoreShop/pull/2097) + - [Checkout] introduce Payment Provider Validator to check if the selected one is still valid (https://github.com/coreshop/CoreShop/pull/2111) + - [Unit] fix issues with unit selection in ui (https://github.com/coreshop/CoreShop/pull/2104) + - [CustomerAssignment] Fix typo when passing the company ID to the router (https://github.com/coreshop/CoreShop/pull/2102) + - [CoreBundle] fix cart-item-rule discount action form (https://github.com/coreshop/CoreShop/pull/2101) + - [IndexBundle] fix: index table o_classId type fix (https://github.com/coreshop/CoreShop/pull/2095) + - [Menu] Use correct permission definition for product unit menu item (https://github.com/coreshop/CoreShop/pull/2094) + # 3.0.1 ## Bugs diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 868cac0b35..406e468298 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 = '1'; + public const RELEASE_VERSION = '2'; public const EXTRA_VERSION = '';