Release v1.9.0
- Updated dependencies to Symfony 5.3.6
- Updated JS dependencies
- Database schema refactoring
- Code refactoring
- Various fixes
Upgrading To 1.9.0 From 1.8.1
Before you update to v1.9.0, back up your website
$ git pull
$ git checkout v1.9.0
$ yarn install
$ composer install
$ php bin/console app:update