Skip to content

Commit 5c2851c

Browse files
Merge pull request #2400 from dpfaffenbauer/release/3.1.3
[Release] 3.1.3
2 parents 0a46fbf + 6c0c820 commit 5c2851c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG-3.1.x.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
# 3.1.2
210

311
## Bugs

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 = '1';
2626

27-
public const RELEASE_VERSION = '2';
27+
public const RELEASE_VERSION = '3';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)