Skip to content

Release v2.10.2

Choose a tag to compare

@Coderberg Coderberg released this 21 Jun 16:16
· 57 commits to master since this release
e8084b4
  • Updated composer dependencies
  • Updated some vulnerable JS dependencies
  • Fixed XSS vulnerability
  • Applied fixes from Rector

Upgrading To 2.10.2 From 2.10.1

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

$ git pull
$ git checkout v2.10.2

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear