diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9df900d..14b8e14a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ --> # Changelog +## 5.0.1 - 2024-10-14 +## Changed +- Holiday calendar source URLs +## Fixed +- Missing filepicker confirm for attachments +- Subscription calendar modal + ## 5.0.0 - 2024-09-13 ### Added - Nextcloud 30 support diff --git a/appinfo/info.xml b/appinfo/info.xml index 2a4c70c14..753be55d0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,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. ]]> - 5.0.0 + 5.0.1 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 37cb6faca..3788b917a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.0.0", + "version": "5.0.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.14", diff --git a/package.json b/package.json index f9dfb5cba..bbe6b5690 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": "5.0.0", + "version": "5.0.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",