Added changelog for #657

This commit is contained in:
Bernd Bestel
2020-03-25 20:32:37 +01:00
parent f3b504b7de
commit 7b737590ea
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)
### General & other improvements
- New `config.php` setting `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_FIELD_NUMBER_PAD` which activates the number pad for best-before-date fields on (supported) mobile browsers (useful because of [shorthands](https://github.com/grocy/grocy#input-shorthands-for-date-fields)) (defaults to `true`) (thanks @Mik-)
- Prerequisites (PHP extensions, critical files/folders) will now be checked and properly reported if there are problems (thanks @Forceu)
- Improved the the overview pages on mobile devices (main column was hidden) (thanks @Mik-)
- Optimized the handling of settings provided by `data/settingoverrides` files (thanks @dacto)