From e16f2bfcafd51299a68981b0d04da5f6a3b0a33a Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 16 Jan 2020 15:41:43 +0100 Subject: [PATCH] Release 2.0.0 final Signed-off-by: Georg Ehrke --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df10bb1e5..fb4d45592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.0.0 - 2020-01-17 +### Fixed +- Do not include index.php in the url of sharing links if url rewrite is enabled + [#1821](https://github.com/nextcloud/calendar/pull/1821) +- Fix PHP warning when accessing public / embedded routes + [#1822](https://github.com/nextcloud/calendar/pull/1822) +- Include index.php in router base if necessary despite url rewrite enabled + [#1823](https://github.com/nextcloud/calendar/pull/1823) + ## 2.0.0 RC1 - 2020-01-15 ### Fixed - Hide horizontal scrollbar in Firefox diff --git a/appinfo/info.xml b/appinfo/info.xml index 35c9f662d..5bcf00825 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ * ⏰ **Reminders!** Get alarms for events inside your browser and via email. * 🙈 **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. ]]> - 2.0.0-rc1 + 2.0.0 agpl Georg Ehrke Thomas Citharel diff --git a/package.json b/package.json index c66bf6ce4..06e92abca 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": "2.0.0-beta3", + "version": "2.0.0", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",