From e82ba04e53f728bd101d66d852f408c4df98d328 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Wed, 21 Aug 2024 14:32:56 +0200 Subject: [PATCH] release: v4.7.16 Signed-off-by: Anna Larch --- CHANGELOG.md | 8 +++++++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30277a02e..4dfe3abc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## 4.7.14- 2024-08-06 +## 4.7.16- 2024-08-21 +### Fixed +- Attachment layout +- Call token extraction +- Style scopes + +## 4.7.15- 2024-08-06 ### Fixed - Attendee text overlapping with invitation status - Recurrence selection box diff --git a/appinfo/info.xml b/appinfo/info.xml index 9e28aa4f4..90f23c2a6 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. ]]> - 4.7.15 + 4.7.16 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 944ba2056..c6e3db33f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.15", + "version": "4.7.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.15", + "version": "4.7.16", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 7c2533aa0..834c7749e 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": "4.7.15", + "version": "4.7.16", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",