File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.2.16
2
+ * [ PimcoreBundle] fix MultiSelect (check for existing store) by @breakone in https://github.com/coreshop/CoreShop/pull/2754
3
+ * [ priceNull - 3.2] - add listener for null/empty price on field by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2757
4
+ * [ ResourceBundle] Version Marshalling for FieldCollections by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2768
5
+
1
6
# 3.2.15
2
7
* [ PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743
3
8
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 = '2 ' ;
26
26
27
- public const RELEASE_VERSION = '15 ' ;
27
+ public const RELEASE_VERSION = '16 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments