Skip to content

Commit

Permalink
Merge pull request #2592 from dpfaffenbauer/release/3.2.7
Browse files Browse the repository at this point in the history
[Release] 3.2.7
  • Loading branch information
dpfaffenbauer committed Apr 9, 2024
2 parents 0986222 + d8e3d98 commit e9b9498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-3.2.x.md
@@ -1,3 +1,10 @@
# 3.2.7
* Fix store mail and store order mail collection entry type by @kkarkus in https://github.com/coreshop/CoreShop/pull/2586
* [NoteService] implement deadlock retry strategy by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2588
* always set default unit quantity in gift product action by @solverat in https://github.com/coreshop/CoreShop/pull/2590
* [CoreBundle] fix PaymentWorkflow Listener to trigger state transition conditions by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2601
* [CoreBundle] fix CartTextProcessor priority and CartManagers setParent for cart-item by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2602

# 3.2.6
* [Tests] add test for stock tracked products in checkout by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2560
* [Tests] test only latest pimcore with highest deps for 3.2 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2559
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 = '2';

public const RELEASE_VERSION = '6';
public const RELEASE_VERSION = '7';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit e9b9498

Please sign in to comment.