From e2ebc037f29514481bba2652ad9dec7b4bc31217 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 6 Aug 2023 15:29:28 +0200 Subject: [PATCH] Prepared next release --- ...D_xxxx-xx-xx.md => 71_4.0.1_2023-08-06.md} | 42 +------------------ version.json | 4 +- 2 files changed, 3 insertions(+), 43 deletions(-) rename changelog/{71_UNRELEASED_xxxx-xx-xx.md => 71_4.0.1_2023-08-06.md} (66%) diff --git a/changelog/71_UNRELEASED_xxxx-xx-xx.md b/changelog/71_4.0.1_2023-08-06.md similarity index 66% rename from changelog/71_UNRELEASED_xxxx-xx-xx.md rename to changelog/71_4.0.1_2023-08-06.md index 535fef58..f94920c8 100644 --- a/changelog/71_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/71_4.0.1_2023-08-06.md @@ -1,13 +1,5 @@ -> ⚠️ xxxBREAKING CHANGESxxx - -> ❗ xxxImportant upgrade informationXXX - > 💡 PHP 8.2 is from now on (additionally to PHP 8.1) supported. -### New feature: xxxx - -- xxx - ### Stock - Fixed performance issues affecting all places where quantity unit conversions / prices are involved @@ -16,44 +8,12 @@ ### Shopping list -- Changed that prices on the shopping list (table columns "Last price (Unit)" and "Last price (Total)") are now related to the selected quantity unit (instead of to the product's QU stock as before) - -### Recipes - -- xxx +- Changed that prices on the shopping list (table columns "Last price (Unit)" and "Last price (Total)") are now related to the there selected quantity unit (instead of to the product's QU stock as before) ### Meal plan - Fixed that the meal plan did initially not display the current week when the settings `MEAL_PLAN_FIRST_DAY_OF_WEEK` and `CALENDAR_FIRST_DAY_OF_WEEK` were set to different values -### Chores - -- xxx - -### Calendar - -- xxx - -### Tasks - -- xxx - -### Batteries - -- xxx - -### Equipment - -- xxx - -### Userfields - -- xxx - -### General - -- xxx - ### API - Fixed performance issues on the endpoint `/stock/products/{productId}` diff --git a/version.json b/version.json index 297dcea3..4c7226c0 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "4.0.0", - "ReleaseDate": "2023-07-29" + "Version": "4.0.1", + "ReleaseDate": "2023-08-06" }