v2.1.1
New Features
-
Fixtures added (see #29)
Run the following command to add test data for settings, reservations, invoices and templates:php bin/console doctrine:fixtures:load --append
When you you want to add templates only:
php bin/console doctrine:fixtures:load --append --group templates
Note: app:first-run must be already executed
-
New environment redis for
APP_ENV
added
The new environment is the same asprod
but uses redis as in-memory cache -
New environment variables added
REDIS_HOST
- define the host of redis installation
REDIS_IDX
- define the used redis database -
upgraded TinyMCE to the latest version
Bugfixes
- some minor UI changes