Release 2.0.0 final

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-01-16 15:41:43 +01:00
parent 7d64d6b807
commit e16f2bfcaf
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
* ⏰ **Reminders!** Get alarms for events inside your browser and via email.
* 🙈 **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.0.0-rc1</version>
<version>2.0.0</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.0.0-beta3",
"version": "2.0.0",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",