Skip to content

Commit

Permalink
Merge pull request #2733 from dpfaffenbauer/release/4.0.11
Browse files Browse the repository at this point in the history
[Release] 4.0.11
  • Loading branch information
dpfaffenbauer authored Oct 17, 2024
2 parents 4fd5602 + cef4f0c commit 35e3655
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-4.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.11

* [Pimcore] use getCount() instead of getTotalCount() for BatchListing by @hethehe in https://github.com/coreshop/CoreShop/pull/2715
* [Store] fix cached store context by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2727
* [Twig] twig >= 3.14 is compatible again by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2719

## 4.0.10

* [PimcoreBundle] respect user language for grid filter labels (#2694) by @benwalch in https://github.com/coreshop/CoreShop/pull/2695
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 = '0';

public const RELEASE_VERSION = '10';
public const RELEASE_VERSION = '11';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 35e3655

Please sign in to comment.