Skip to content

Commit

Permalink
Merge pull request #2639 from dpfaffenbauer/release/4.0.7
Browse files Browse the repository at this point in the history
[Release] 4.0.7
  • Loading branch information
dpfaffenbauer authored May 24, 2024
2 parents b60459c + 935c144 commit 52781b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-4.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.7

* [ProductBundle] fix missing cascade merge by @nehlsen in https://github.com/coreshop/CoreShop/pull/2636
* [IndexBundle] Fix JS Error due to missing global function ts() by @gadget60 in https://github.com/coreshop/CoreShop/pull/2638
* [CoreBundle] Prevent PHP error for store without currency by @BlackbitDevs in https://github.com/coreshop/CoreShop/pull/2634

# 4.0.6

* [IndexBundle] Index error if product does not have a store by @hethehe in https://github.com/coreshop/CoreShop/pull/2603
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 = '6';
public const RELEASE_VERSION = '7';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 52781b3

Please sign in to comment.