Release v1.6.0
- Added password reset functionality
- Added user accounts & user role management
- Updated to Symfony 5.1
- Refactored Entities
- Removed deprecations
- Various improvements and bug fixes
Upgrading to 1.6.0
Before you update to 1.6.0, back up your website!
$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate