Skip to content

Commit

Permalink
Merge pull request #2682 from dpfaffenbauer/release/4.0.9
Browse files Browse the repository at this point in the history
[Release] 4.0.9
  • Loading branch information
dpfaffenbauer authored Aug 12, 2024
2 parents bc9bad0 + 4ea356f commit ba055f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-4.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.9
* [OrderBundle] use context language for OrderState Operator by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2677
* [VariantBundle] Variant Creator by @breakone in https://github.com/coreshop/CoreShop/pull/2679

# 4.0.8
* [PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640
* [ProductBundle] fix missing cascade merge by @benwalch in https://github.com/coreshop/CoreShop/pull/2647
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 = '8';
public const RELEASE_VERSION = '9';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit ba055f0

Please sign in to comment.