From d509f9add0f15f7a59d253901ecef72c5bae041c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 27 Mar 2020 17:46:08 +0100 Subject: [PATCH] Added changelog for #669 --- changelog/57_UNRELEASED_2020-xx-xx.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/57_UNRELEASED_2020-xx-xx.md b/changelog/57_UNRELEASED_2020-xx-xx.md index 3f5b5015..bca1a4cb 100644 --- a/changelog/57_UNRELEASED_2020-xx-xx.md +++ b/changelog/57_UNRELEASED_2020-xx-xx.md @@ -7,6 +7,9 @@ ### Recipe fixes - Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel) +### Calendar fixes +- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia) + ### API improvements - The endpoint `/stock/products/{productId}/locations` now also returns the current stock amount of the product in that loctation (new field/property `amount`) (thanks @Forceu)