Release v2.0.0
- 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