Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jan 27, 2023
2 parents e833078 + 510317e commit 9a18128
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG-3.0.x.md
Original file line number Diff line number Diff line change
@@ -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
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 = '2';
public const RELEASE_VERSION = '3';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 9a18128

Please sign in to comment.