Skip to content

Release v2.0.0

Choose a tag to compare

@Coderberg Coderberg released this 14 Jan 09:07
· 373 commits to master since this release
2ec8139
  • Dropped support for PHP 7
  • Updated to Symfony 6
  • Refactored the code
  • Updated JS dependencies

Upgrading To 2.0.0 From 1.9.4

Step 1. Before you update to v2.0.0, back up your website
Step 2. Upgrade your environment to PHP 8.0 or PHP 8.1
Step 3. Update code and install dependencies:

$ git pull
$ git checkout v2.0.0
$ composer install
$ yarn install