This guide contains instructions to upgrade from version v8.0.0 to v8.1.0.
Before you start, don't forget to take a look at general instructions about upgrading. There you can find links to upgrade notes for other versions too.
-
lock NPM to version 6.13.2 in your php-fpm Dockerfile
docker/php-fpm/Dockerfile
+ # hotfix for https://github.com/npm/cli/issues/613 + RUN npm install -g npm@6.13.2 # install grunt cli used by frontend developers for continuous generating of css files RUN npm install -g grunt-cli
-
add protection before double submit forms (#1864)
- remove
src/Shopsys/ShopBundle/Resources/scripts/frontend/form.js
from you project
- remove
-
update
snc/redis-bundle
to version 3.2.2 in order to fix problems with redis (#1865)- change version of
snc/redis-bundle
in yourcomposer.json
to^3.2.2
- change version of