diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db4e4c4c..d115f2aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.7.7 - 2024-06-27 +### Fixed +- Appointments logging +- Global styles scope + ## 4.7.6 - 2024-06-04 ### Fixed - Default calendar not supporting VEVENTs diff --git a/appinfo/info.xml b/appinfo/info.xml index 2f441feac..14514d534 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.6 + 4.7.7 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 4158fdaae..dd0bac16f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.6", + "version": "4.7.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.6", + "version": "4.7.7", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 260bed989..84c3e97e1 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.6", + "version": "4.7.7", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",