mirror of
https://github.com/grocy/grocy.git
synced 2026-04-11 23:16:14 +02:00
1.4 KiB
1.4 KiB
⚠️⚠️ SQLite >= 3.9.0 (was released in late 2015) is required
Here is a workaround if you still run a SQLite version >= 3.8.3 < 3.9.0
PHP 7.2 with SQLite 3.8.3 was the formerly in README mentioned 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.phpsettings to prevent using invalid ones (thanks @Forceu) - When using reverse proxy authentication (
ReverseProxyAuthMiddleware), additionally a valid key can now also be used for authentication (if you don't want to protect the API endpoints via your reverse proxy, however) - Fixed that some number inputs were broken when the new decimal places setting were set to
0 - Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
- 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 no amount when
FEATURE_FLAG_STOCK_PRICE_TRACKINGwas disabled