Skip to content

Commit

Permalink
Merge pull request #2648 from dpfaffenbauer/release/3.2.10
Browse files Browse the repository at this point in the history
[Release] 3.2.10
  • Loading branch information
dpfaffenbauer authored Jun 4, 2024
2 parents f81d348 + b34cc7d commit e7c6928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.2.10
* [ProductBundle] fix missing cascade merge by @benwalch in https://github.com/coreshop/CoreShop/pull/2647

# 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
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 = '9';
public const RELEASE_VERSION = '10';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit e7c6928

Please sign in to comment.