Skip to content

Commit

Permalink
Merge pull request #2310 from dpfaffenbauer/release/3.1.0
Browse files Browse the repository at this point in the history
[Release] 3.1.0
  • Loading branch information
dpfaffenbauer authored Jun 6, 2023
2 parents a337c4c + 2e6a6b1 commit 22b2922
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-3.1.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 3.1.0

## Bugs
- [Performance] optimization (https://github.com/coreshop/CoreShop/pull/2265)

## Features
- [WishlistBundle] new feature: wishlist cleaner (https://github.com/coreshop/CoreShop/pull/2234, https://github.com/coreshop/CoreShop/pull/2267)
- [OrderBundle] introduce not-combinable price rule condition (https://github.com/coreshop/CoreShop/pull/2253)
- [ClassDefinitionPatchBundle] Introduce new Bundle to allow patching Pimcore Class Definitions (https://github.com/coreshop/CoreShop/pull/2279)
- [Tracking] add Google Analytics 4 Tracking (https://github.com/coreshop/CoreShop/pull/2303)
- [Payment] Introduce Payment Provider Rules for conditionally selecting Payment Providers or adding Payment Fees (https://github.com/coreshop/CoreShop/pull/2301)
4 changes: 2 additions & 2 deletions src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ final class Version
{
public const MAJOR_VERSION = '3';

public const MINOR_VERSION = '0';
public const MINOR_VERSION = '1';

public const RELEASE_VERSION = '6';
public const RELEASE_VERSION = '0';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 22b2922

Please sign in to comment.