diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7acf237a..00f6f59997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ ### Fixed - Categories for public calendars +## 4.4.5 – 2023–09-07 +### Fixed +- Avatars now use placeholders for attendees +- FreeBusy disabled for attendees + ## 4.4.4 – 2023–08-03 ### Fixed - Navigation button positioning diff --git a/appinfo/info.xml b/appinfo/info.xml index e29d1e36a6..8d5409743b 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.5.0-rc.1 + 4.5.0-rc.2 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 08c59fdeaa..d262a940c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.5.0-rc1", + "version": "4.5.0-rc2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.5.0-rc1", + "version": "4.5.0-rc2", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.8", diff --git a/package.json b/package.json index 1c495e1bb9..9432c5e0b0 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.5.0-rc1", + "version": "4.5.0-rc2", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",