File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.1.3
2
+
3
+ * [ Cart] fix using right context for performance increase by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2387
4
+ * [ Core] Optimize Category recursive and Product Variants Condition Checker by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2388
5
+ * [ ResourceBundle] fix cache marshalling issues with CoreShop Doctrine … by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2389
6
+ * [ Cache] cache improvements - decorate Pimcore CoreCacheHandler by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2398
7
+ * [ Messenger] fix menu in standalone mode by @jdreesen in https://github.com/coreshop/CoreShop/pull/2393
8
+
1
9
# 3.1.2
2
10
3
11
## Bugs
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 = '1 ' ;
26
26
27
- public const RELEASE_VERSION = '2 ' ;
27
+ public const RELEASE_VERSION = '3 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments