File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
5
# 4.0.8
2
6
* [ PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640
3
7
* [ ProductBundle] fix missing cascade merge by @benwalch in https://github.com/coreshop/CoreShop/pull/2647
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Version
24
24
25
25
public const MINOR_VERSION = '0 ' ;
26
26
27
- public const RELEASE_VERSION = '8 ' ;
27
+ public const RELEASE_VERSION = '9 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments