Skip to content

Commit

Permalink
Merge pull request #2645 from dpfaffenbauer/release/3.2.9
Browse files Browse the repository at this point in the history
[Release] 3.2.9
  • Loading branch information
dpfaffenbauer authored May 31, 2024
2 parents 05a0c28 + b2d8200 commit 32ecbd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.9
* [PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640
* [Pimcore] CoreShop 3 compatibility only with Pimcore 10.6 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2644

# 3.2.8
* [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
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 = '8';
public const RELEASE_VERSION = '9';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 32ecbd2

Please sign in to comment.