Skip to content

Release v2.7.0

Compare
Choose a tag to compare
@Coderberg Coderberg released this 11 Dec 13:56
· 129 commits to master since this release
ea82d64
  • Updated to Symfony 6.4
  • Updated JS dependencies
  • Refactored the code
  • Improved workflows
  • Fixed some minor issues reported by phpstan

Upgrading To 2.7.0 From 2.6.1

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

$ git pull
$ git checkout v2.7.0

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear