Merge pull request #5956 from nextcloud/build/release-v3.5.9

build: release v3.5.9
This commit is contained in:
Anna 2024-04-25 17:32:51 +02:00 committed by GitHub
commit 877ce9c05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 3.5.9 - 2024-04-25
### Changed
- Slot booking response
## 3.5.8 - 2023-01-10
### Fixed
- Rate limit appointment booking and config creation

View File

@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **Were 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.
]]></description>
<version>3.5.8</version>
<version>3.5.9</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "calendar",
"version": "3.5.8",
"version": "3.5.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "3.5.8",
"version": "3.5.9",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.0",

View File

@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
"version": "3.5.8",
"version": "3.5.9",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",