Releases: developeregrem/fewohbee
v2.2.1
This is a bugfix release where the application was not reachable after updating with composer.
v2.2.0
- Some minor Bugfixes
- Bugfix where migrations breaks updates or installs
Please follow the upgrade notes from her: #31 (comment) - update to Symfony 5.1
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
v2.1.0
v2.0.0
1.2.1
v1.2.0
In this release the following changes were made
- upgraded the frontend to bootstrap 4
- lot of refactoring in the frontend to remove unused code, simplify code and optimize JS code for all pages in the settings menu
- removed jQuery UI datepicker dependency and replaced all date fields with the browser build-in version