Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b06bea0d authored by Anna's avatar Anna Committed by GitHub
Browse files

Merge pull request #4943 from nextcloud/release/v3.5.5

Release v3.5.5
parents caab1e33 07845acc
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line


# Changelog
# Changelog


## 3.5.5 - 2023-02-01
### Fixed
- Error handling in booking controller

## 3.5.4 - 2022-12-22
## 3.5.4 - 2022-12-22
### Fixed
### Fixed
- Handling of Email VALARMs
- Handling of Email VALARMs
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* ☑️ 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.
* 🙈 **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.
	]]></description>
	]]></description>
	<version>3.5.4</version>
	<version>3.5.5</version>
	<licence>agpl</licence>
	<licence>agpl</licence>
	<author>Anna Larch</author>
	<author>Anna Larch</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
+2 −2
Original line number Original line Diff line number Diff line
{
{
  "name": "calendar",
  "name": "calendar",
  "version": "3.5.4",
  "version": "3.5.5",
  "lockfileVersion": 2,
  "lockfileVersion": 2,
  "requires": true,
  "requires": true,
  "packages": {
  "packages": {
    "": {
    "": {
      "name": "calendar",
      "name": "calendar",
      "version": "3.5.4",
      "version": "3.5.5",
      "license": "agpl",
      "license": "agpl",
      "dependencies": {
      "dependencies": {
        "@fullcalendar/core": "5.11.0",
        "@fullcalendar/core": "5.11.0",
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "calendar",
  "name": "calendar",
  "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
  "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
  "version": "3.5.4",
  "version": "3.5.5",
  "author": "Georg Ehrke <oc.list@georgehrke.com>",
  "author": "Georg Ehrke <oc.list@georgehrke.com>",
  "contributors": [
  "contributors": [
    "Georg Ehrke <oc.list@georgehrke.com>",
    "Georg Ehrke <oc.list@georgehrke.com>",