File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 3.1.0
2
+
3
+ ## Bugs
4
+ - [ Performance] optimization (https://github.com/coreshop/CoreShop/pull/2265 )
5
+
6
+ ## Features
7
+ - [ WishlistBundle] new feature: wishlist cleaner (https://github.com/coreshop/CoreShop/pull/2234 , https://github.com/coreshop/CoreShop/pull/2267 )
8
+ - [ OrderBundle] introduce not-combinable price rule condition (https://github.com/coreshop/CoreShop/pull/2253 )
9
+ - [ ClassDefinitionPatchBundle] Introduce new Bundle to allow patching Pimcore Class Definitions (https://github.com/coreshop/CoreShop/pull/2279 )
10
+ - [ Tracking] add Google Analytics 4 Tracking (https://github.com/coreshop/CoreShop/pull/2303 )
11
+ - [ Payment] Introduce Payment Provider Rules for conditionally selecting Payment Providers or adding Payment Fees (https://github.com/coreshop/CoreShop/pull/2301)
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ final class Version
22
22
{
23
23
public const MAJOR_VERSION = '3 ' ;
24
24
25
- public const MINOR_VERSION = '0 ' ;
25
+ public const MINOR_VERSION = '1 ' ;
26
26
27
- public const RELEASE_VERSION = '6 ' ;
27
+ public const RELEASE_VERSION = '0 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments