Skip to content

Commit 22b2922

Browse files
Merge pull request #2310 from dpfaffenbauer/release/3.1.0
[Release] 3.1.0
2 parents a337c4c + 2e6a6b1 commit 22b2922

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG-3.1.x.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ final class Version
2222
{
2323
public const MAJOR_VERSION = '3';
2424

25-
public const MINOR_VERSION = '0';
25+
public const MINOR_VERSION = '1';
2626

27-
public const RELEASE_VERSION = '6';
27+
public const RELEASE_VERSION = '0';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)