Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-03-10 18:08:03 +0300
committerAnna Larch <anna@nextcloud.com>2022-03-10 18:08:03 +0300
commit7329485374337e3cd913665cbeb4050ba6694087 (patch)
treeb12b74174bb7f3e1d93beb485175dcf2c72c715b
parentf6cb3fd91fee1c2c945b178a9fa6200307d8bcc6 (diff)
Release 3.2.1release/3.2.1
Signed-off-by: Anna Larch <anna@nextcloud.com>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65202e22..82c3e535 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog
+## 3.1.0 - 2022-03-10
+### Fixed
+- Public Calendar Link
+- Disabled Calendar Icon
+- Missing Translations
+
## 3.2.0 - 2022-03-09
-## Changed
+### Changed
- Allow admins to force an event type
- Allow admins to hide event exports
- Rename 'Download' to 'Export'
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 48a737be..256ab734 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
* ☑️ 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.
]]></description>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index e9bc075a..beb88251 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "3.2.0",
+ "version": "3.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "3.2.0",
+ "version": "3.2.1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.10.1",
diff --git a/package.json b/package.json
index 14e5a548..9a5504a8 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": "3.2.0",
+ "version": "3.2.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",