diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3e7e79e6..eef7c422ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## 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 59666f3440..d6ecbdcb42 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.4.4 + 4.4.5 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index f8c77c298e..e2c541cf7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.4.4", + "version": "4.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.4.4", + "version": "4.4.5", "license": "agpl", "dependencies": { "@fullcalendar/core": "^6.1.7", diff --git a/package.json b/package.json index 20f76c5e01..08a8049fad 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.4.4", + "version": "4.4.5", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",