Skip to content

Commit 36f96e5

Browse files
Merge pull request #2813 from dpfaffenbauer/release/3.2.17
[Release] 3.2.17
2 parents f4cbe97 + 2cb89b0 commit 36f96e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/behat_ui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: vendor/bin/behat --strict --no-interaction -vvv --config behat.yml.dist -p ui
131131

132132
- name: Upload Logs
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
if: failure()
135135
with:
136136
name: "Logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.pimcore }})"

CHANGELOG-3.2.x.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.2.17
2+
* [FrontendBundle] add check if category type is grid or list (https://github.com/coreshop/CoreShop/commit/9d41877773419d05bb6149f5c02a1de6c4ff21d8)
3+
* [FrontendBundle] add check for currency in switch action (https://github.com/coreshop/CoreShop/commit/f4cbe978a906fa95c426cd7cb953e0434a178d63)
4+
15
# 3.2.16
26
* [PimcoreBundle] fix MultiSelect (check for existing store) by @breakone in https://github.com/coreshop/CoreShop/pull/2754
37
* [priceNull - 3.2] - add listener for null/empty price on field by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2757

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

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

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)