Skip to content

Release v1.7.0

Choose a tag to compare

@Coderberg Coderberg released this 18 Dec 18:20
· 561 commits to master since this release
  • Added ability to reject property

  • Added console command for listing users

  • Added new console command to simplify installation process

  • Renamed user table to users to avoid problems when using PostgreSQL.

  • Updated JavaScript dependencies

  • Updated the app to Symfony 5.2.1

  • Various Fixes & Improvements

Upgrading To 1.7.0 From 1.6.0

Before you update to 1.7.0, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:sync-metadata-storage
$ php bin/console d:m:v DoctrineMigrations\Version20200328162849 --add -n
$ php bin/console d:m:m -n