Skip to content

Commit

Permalink
Merge pull request #2548 from dpfaffenbauer/release/4.0.3
Browse files Browse the repository at this point in the history
[Release] 4.0.3
  • Loading branch information
dpfaffenbauer committed Feb 13, 2024
2 parents 0411a99 + b102e4d commit 1496949
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-3.2.x.md
@@ -1,3 +1,8 @@
# 3.2.4
* [CoreBundle] fix priority of coreshop_payment_token route by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2542
* [Frontend] create order-token if not yet exists by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2543
* [ProductBundle] default return empty array instead of null in preGetData by @breakone in https://github.com/coreshop/CoreShop/pull/2544

# 3.2.3
* [ProductBundle] fix ClearCachedPriceRulesListener - remove service definition

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG-4.0.x.md
@@ -1,3 +1,8 @@
# 4.0.3

* [Core] Fixes in DataObject Extensions and Subscribed Services by @solverat in https://github.com/coreshop/CoreShop/pull/2528
* [MessengerBundle] make FailedMessageDetails and MessageDetails JsonSerializable by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2530

# 4.0.2

* [DataHub] only enable queries for selected entities by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2512
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
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 1496949

Please sign in to comment.