Skip to content

Commit b6b9e2e

Browse files
Merge pull request #2773 from dpfaffenbauer/release/3.2.16
[Release] 3.2.16
2 parents 006604f + 576433c commit b6b9e2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-3.2.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.2.16
2+
* [PimcoreBundle] fix MultiSelect (check for existing store) by @breakone in https://github.com/coreshop/CoreShop/pull/2754
3+
* [priceNull - 3.2] - add listener for null/empty price on field by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2757
4+
* [ResourceBundle] Version Marshalling for FieldCollections by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2768
5+
16
# 3.2.15
27
* [PayumBundle] remove payment_state processing to confirm orders by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2743
38

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '2';
2626

27-
public const RELEASE_VERSION = '15';
27+
public const RELEASE_VERSION = '16';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)