Skip to content

Commit 4ea356f

Browse files
committed
[Release] 4.0.9
1 parent bc9bad0 commit 4ea356f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-4.0.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.0.9
2+
* [OrderBundle] use context language for OrderState Operator by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2677
3+
* [VariantBundle] Variant Creator by @breakone in https://github.com/coreshop/CoreShop/pull/2679
4+
15
# 4.0.8
26
* [PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640
37
* [ProductBundle] fix missing cascade merge by @benwalch in https://github.com/coreshop/CoreShop/pull/2647

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '0';
2626

27-
public const RELEASE_VERSION = '8';
27+
public const RELEASE_VERSION = '9';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)