File tree 3 files changed +6
-2
lines changed
src/CoreShop/Bundle/CoreBundle/Application
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
run : vendor/bin/behat --strict --no-interaction -vvv --config behat.yml.dist -p ui
131
131
132
132
- name : Upload Logs
133
- uses : actions/upload-artifact@v3
133
+ uses : actions/upload-artifact@v4
134
134
if : failure()
135
135
with :
136
136
name : " Logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.pimcore }})"
Original file line number Diff line number Diff line change
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
+
1
5
# 3.2.16
2
6
* [ PimcoreBundle] fix MultiSelect (check for existing store) by @breakone in https://github.com/coreshop/CoreShop/pull/2754
3
7
* [ priceNull - 3.2] - add listener for null/empty price on field by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2757
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Version
24
24
25
25
public const MINOR_VERSION = '2 ' ;
26
26
27
- public const RELEASE_VERSION = '16 ' ;
27
+ public const RELEASE_VERSION = '17 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments