mirror of
https://github.com/grocy/grocy.git
synced 2026-04-12 07:16:15 +02:00
60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
> ⚠️ 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
|
|
- Fixed that the upgrade failed when having improperly defined product specific quantity unit conversions
|
|
- Fixed that edited stock entries were not considered in some cases (affecting the product's last price, average price, the price history and the stock reports)
|
|
|
|
### 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
|
|
|
|
### 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}`
|