Skip to content

Commit

Permalink
Merge pull request #2521 from dpfaffenbauer/release/3.2.2
Browse files Browse the repository at this point in the history
[Release] 3.2.2
  • Loading branch information
dpfaffenbauer committed Jan 26, 2024
2 parents 64ad00a + d9f5ba8 commit fcd2267
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-3.2.x.md
@@ -1,3 +1,9 @@
# 3.2.2
* [CartManager] create unique key for cart items by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2510
* [Core] Use order tokens in payment capture by @yariksheptykin in https://github.com/coreshop/CoreShop/pull/2515
* [Core] add caching for recursive variant checking by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2520
* use null coalescing operator against maxUsagePerUser by @sovlerat in https://github.com/coreshop/CoreShop/pull/2524

# 3.2.1
* [ClassDefinitionPatch] allow update of field-definitions instead of replace by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2494
* [Product] assert range sort for qpr by @solverat in https://github.com/coreshop/CoreShop/pull/2498
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Expand Up @@ -24,7 +24,7 @@ final class Version

public const MINOR_VERSION = '2';

public const RELEASE_VERSION = '1';
public const RELEASE_VERSION = '2';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit fcd2267

Please sign in to comment.