diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d10bf87..454d52ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.7.14- 2024-008-01 +### Fixed +- Attendees not showing when no email is set + ## 4.7.13- 2024-07-24 ### Fixed - White border around calendar cells diff --git a/appinfo/info.xml b/appinfo/info.xml index c6932b57f..959207236 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.13 + 4.7.14 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index d9839bb99..ecd85ed81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.13", + "version": "4.7.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.13", + "version": "4.7.14", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 6d4b2df81..eff6a4ca7 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.13", + "version": "4.7.14", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",