Skip to content

Commit

Permalink
Merge pull request #2753 from dpfaffenbauer/release/4.0.12
Browse files Browse the repository at this point in the history
[Release] 4.0.12
  • Loading branch information
dpfaffenbauer authored Nov 11, 2024
2 parents d0bf4c0 + 5652d82 commit 0809490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-4.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.12

* [PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743
* [Docs] Upgrade guide: Mention emergency recovery if major version got updated without updating to latest minor version first by @BlackbitDevs in https://github.com/coreshop/CoreShop/pull/2745
* [Core] allow multiple store-values by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2747
* [CoreBundle] fix quantity price rules customerGroups condition by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2750

## 4.0.11

* [Pimcore] use getCount() instead of getTotalCount() for BatchListing by @hethehe in https://github.com/coreshop/CoreShop/pull/2715
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 = '11';
public const RELEASE_VERSION = '12';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 0809490

Please sign in to comment.