From bd185cfa32143145c07c2605019b31f77029191f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 23 Dec 2020 17:38:43 +0100 Subject: [PATCH] Added changelog for #1215 --- changelog/61_UNRELEASED_xxxx-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/61_UNRELEASED_xxxx-xx-xx.md b/changelog/61_UNRELEASED_xxxx-xx-xx.md index 06a8ca24..f5d4b8a1 100644 --- a/changelog/61_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/61_UNRELEASED_xxxx-xx-xx.md @@ -5,6 +5,7 @@ > _PHP 7.2 with SQLite 3.8.3 was the currently in [README mentioned](https://github.com/grocy/grocy#how-to-install) minimum runtime requirement, any future release will only be tested against a reasonable recent runtime (currently PHP 7.4 with SQLite 3.27.2) - supporting those (very) old runtime stuff is too time consuming..._ - Improved the prerequisites checker (added missing required PHP extension `ctype`) (thanks @Forceu) +- Added validation checks for most `data/config.php` settings to prevent using invalid ones (thanks @Forceu) - Fixed that browser camera barcode scanning did not work on the product edit page - Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products - Fixed that the success message on purchase displayed not amount when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was disabled