Release v1.7.0
-
Added ability to reject property
-
Added console command for listing users
-
Added new console command to simplify installation process
-
Renamed
usertable tousersto 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