Skip to content

Commit

Permalink
[Release] 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 12, 2024
1 parent 30aac39 commit 4165165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -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
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 = '2';

public const RELEASE_VERSION = '3';
public const RELEASE_VERSION = '4';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 4165165

Please sign in to comment.