From 00c0541b513e4c514ad08bdf08a89aedc9d6e7ec Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 15 Dec 2021 10:46:19 +0100 Subject: [PATCH] v3.0.2 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb49b0ebf..4e54fca50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.2 โ€“ 2021-12-15 +### Fixed +- Previous/next month buttons +- Cancelled and free events cause appointment slot conflicts +- User deletion SQL error +- User doc URL +- Outdated screenshots +- Appointments booking page with mobile browsers + ## 3.0.1 - 2021-12-01 ### Fixed - PHP7.2 syntax errors diff --git a/appinfo/info.xml b/appinfo/info.xml index a31e229f7f..1cacca4195 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.0.2-alpha.1 + 3.0.2 agpl Georg Ehrke Thomas Citharel diff --git a/package-lock.json b/package-lock.json index e9a0a83a2a..c766c4cd06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4f7b46b3be..2f3e61b874 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.0.1", + "version": "3.0.2", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",