Skip to content

Commit c7953e3

Browse files
committed
[Release] 3.0.2
1 parent 700dd63 commit c7953e3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG-3.0.x.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.0.2
2+
3+
## Features
4+
- [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)
5+
6+
## Bugs
7+
- [CartPiceRules] fix OrderItem not finding Order with CartItemPriceRules (https://github.com/coreshop/CoreShop/pull/2116)
8+
- [StorageList] fix storage-list priority (https://github.com/coreshop/CoreShop/pull/2113)
9+
- [ResourceBundle] class names with lower-case names (https://github.com/coreshop/CoreShop/pull/2097)
10+
- [Checkout] introduce Payment Provider Validator to check if the selected one is still valid (https://github.com/coreshop/CoreShop/pull/2111)
11+
- [Unit] fix issues with unit selection in ui (https://github.com/coreshop/CoreShop/pull/2104)
12+
- [CustomerAssignment] Fix typo when passing the company ID to the router (https://github.com/coreshop/CoreShop/pull/2102)
13+
- [CoreBundle] fix cart-item-rule discount action form (https://github.com/coreshop/CoreShop/pull/2101)
14+
- [IndexBundle] fix: index table o_classId type fix (https://github.com/coreshop/CoreShop/pull/2095)
15+
- [Menu] Use correct permission definition for product unit menu item (https://github.com/coreshop/CoreShop/pull/2094)
16+
117
# 3.0.1
218

319
## Bugs

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '0';
2626

27-
public const RELEASE_VERSION = '1';
27+
public const RELEASE_VERSION = '2';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)