Release 2.1.1

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-09-11 09:38:37 +02:00
parent 4fb4196f23
commit 8b23a20a6e
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# 2.1.1 - 2020-09-11
### Fixed
- Dashboard fixes
[#2574](https://github.com/nextcloud/calendar/pull/2574)
[#2575](https://github.com/nextcloud/calendar/pull/2575)
[#2579](https://github.com/nextcloud/calendar/pull/2579)
- Fix opening an event from search
[#2578](https://github.com/nextcloud/calendar/pull/2578)
- Updated dependencies
- Updated translations
# 2.1.0 - 2020-09-02
### Added
- Dashboard integration

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>2.1.0</version>
<version>2.1.1</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>

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