Skip to content

Release v1.6.0

Choose a tag to compare

@Coderberg Coderberg released this 06 Jun 17:11
· 612 commits to master since this release
c550f99
  • 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