Skip to content

Release v2.11.2

Choose a tag to compare

@Coderberg Coderberg released this 20 Jan 10:34
· 13 commits to master since this release
b854270
  • Updated all vulnerable dependencies.
  • Updated five data fixtures.
  • Improved GitHub workflows.
  • Fixed several issues detected by static code analyzers.

Upgrading To 2.11.2 From 2.11.1

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

$ git pull
$ git checkout v2.11.2

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear