Skip to content

Commit 78932c9

Browse files
Merge pull request #2832 from dpfaffenbauer/release/3.2.18
[Release] 3.2.18
2 parents 55d8bb8 + 8ac8d1f commit 78932c9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG-3.2.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.2.18
2+
* [giftDigitaProduct] - fix for gift digital product by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2820
3+
* [Core] fix for gift digital product (revert bc break) by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2821
4+
* [Behat] fix tests by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2822
5+
* [MoneyBundle] fix getter code for money type in bricks by @breakone in https://github.com/coreshop/CoreShop/pull/2825
6+
17
# 3.2.17
28
* [FrontendBundle] add check if category type is grid or list (https://github.com/coreshop/CoreShop/commit/9d41877773419d05bb6149f5c02a1de6c4ff21d8)
39
* [FrontendBundle] add check for currency in switch action (https://github.com/coreshop/CoreShop/commit/f4cbe978a906fa95c426cd7cb953e0434a178d63)

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 = '17';
27+
public const RELEASE_VERSION = '18';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)