Skip to content

Release v2.11.1

Choose a tag to compare

@Coderberg Coderberg released this 22 Oct 09:42
· 26 commits to master since this release
68cc9e7
  • Updated vulnerable JS dependencies
  • Updated composer dependencies
  • Updated github workflows
  • Various minor fixes

Upgrading To 2.11.1 From 2.11.0

Step 1. Before you update to v2.11.1, back up your website
Step 2. Update the code:

$ git pull
$ git checkout v2.11.1

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear