File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.2.1
2
+ * [ ClassDefinitionPatch] allow update of field-definitions instead of replace by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2494
3
+ * [ Product] assert range sort for qpr by @solverat in https://github.com/coreshop/CoreShop/pull/2498
4
+ * [ OrderEdit] allow 0 quantity by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2499
5
+ * [ ClassDefinitionPatch] Class patches array by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2496
6
+
1
7
# 3.2.0
2
8
3
9
* [ Order] introduce feature to allow editing confirmed orders in backend by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2382
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 = '0 ' ;
27
+ public const RELEASE_VERSION = '1 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments