Skip to content

Commit

Permalink
Merge pull request #2681 from dpfaffenbauer/release/3.2.12
Browse files Browse the repository at this point in the history
[Release] 3.2.12
  • Loading branch information
dpfaffenbauer authored Aug 12, 2024
2 parents 19e71b0 + 558a4f3 commit 5d80d07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.2.12
* [MoneyBundle] money and moneyCurrency type should respect money_decimal_precision by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2671
* [VariantBundle] Add possibility to exclude Variants from AttributeCollector via AttributePreconditionEvent by @almshadi in https://github.com/coreshop/CoreShop/pull/2674
* [Product] don't allow Price and DiscountPrice Rule for unit prices by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2678

# 3.2.11
* [Order] fixes for backend order creation by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2652
* [Messenger] fix serialization of failed_at by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2658
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 = '11';
public const RELEASE_VERSION = '12';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 5d80d07

Please sign in to comment.