Compare commits

...

4 Commits

Author SHA1 Message Date
Anna ff1d2a1ffd
Merge pull request #5957 from nextcloud/release/v4.7.1
build: release v4.7.1
2024-04-25 17:23:03 +02:00
Anna Larch fba20430b5 build: release v4.7.1
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-04-25 17:15:41 +02:00
Anna 871c7567e3
Merge pull request #5955 from nextcloud/backport/5953/stable4.7
[stable4.7] fix(appointments): simplify booking response
2024-04-25 17:14:44 +02:00
Anna Larch 378fc64df3 fix(appointments): simplify booking response
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-04-25 15:03:51 +00:00
5 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 4.7.1 - 2024-04-25
### Changed
- Slot booking response
## 4.7.0 - 2024-04-22
### Added
- Ability to invite circles to events

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>4.7.0</version>
<version>4.7.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>

View File

@ -214,7 +214,7 @@ class BookingController extends Controller {
);
}
return JsonResponse::success($booking);
return JsonResponse::success();
}
/**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "calendar",
"version": "4.7.0",
"version": "4.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.7.0",
"version": "4.7.1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "6.1.11",

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": "4.7.0",
"version": "4.7.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",