From 10e66ec9ec6f4d759d1b9bf7947cef9f42c9170e Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 10 Jan 2024 16:59:43 +0100 Subject: [PATCH] v3.5.8 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 7 ++++++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c5e69fa3..b3e7014c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ - # Changelog +## 3.5.8 - 2023-01-10 +### Fixed +- Rate limit appointment booking and config creation +- Tooltip when importing ics with invalid attendees +- "After the event" slot not being displayed on the appointment config modal + ## 3.5.7 - 2023-04-06 ### Fixed - Appointments default visibility diff --git a/appinfo/info.xml b/appinfo/info.xml index f9dc5bc54b..9c8eed2149 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ * ☑️ Tasks! See tasks with a due date directly in the calendar * 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 3.5.7 + 3.5.8 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 1c45dae2a1..2e339b3055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "3.5.7", + "version": "3.5.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "3.5.7", + "version": "3.5.8", "license": "agpl", "dependencies": { "@fullcalendar/core": "5.11.0", diff --git a/package.json b/package.json index 661952d915..9bcf62da1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "3.5.7", + "version": "3.5.8", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",