Skip to content

Commit

Permalink
Merge pull request #2119 from dpfaffenbauer/release/3.0.2
Browse files Browse the repository at this point in the history
[Release] 3.0.2
  • Loading branch information
dpfaffenbauer authored Nov 20, 2022
2 parents 700dd63 + c7953e3 commit 1794d8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG-3.0.x.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';

Expand Down

0 comments on commit 1794d8a

Please sign in to comment.