File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 }})"
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+
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments