Skip to content

Commit

Permalink
Merge pull request #2400 from dpfaffenbauer/release/3.1.3
Browse files Browse the repository at this point in the history
[Release] 3.1.3
  • Loading branch information
dpfaffenbauer authored Oct 20, 2023
2 parents 0a46fbf + 6c0c820 commit 5c2851c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-3.1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.1.3

* [Cart] fix using right context for performance increase by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2387
* [Core] Optimize Category recursive and Product Variants Condition Checker by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2388
* [ResourceBundle] fix cache marshalling issues with CoreShop Doctrine … by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2389
* [Cache] cache improvements - decorate Pimcore CoreCacheHandler by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2398
* [Messenger] fix menu in standalone mode by @jdreesen in https://github.com/coreshop/CoreShop/pull/2393

# 3.1.2

## Bugs
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class Version

public const MINOR_VERSION = '1';

public const RELEASE_VERSION = '2';
public const RELEASE_VERSION = '3';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 5c2851c

Please sign in to comment.