Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

UPGRADE-v8.1.1.md

File metadata and controls

27 lines (18 loc) · 1.17 KB

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.

Infrastructure

  • 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
  • update snc/redis-bundle to version 3.2.2 in order to fix problems with redis (#1865)

    • change version of snc/redis-bundle in your composer.json to ^3.2.2