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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-01-08 15:02:18 +0300
committerGitHub <noreply@github.com>2021-01-08 15:02:18 +0300
commit99d8c9b0bf9dbc02c8c36b24b4e6c09863bdb099 (patch)
tree38e4054b65d5095a686c1f612d84f3bd8dfaa712
parentffc339aea018d53bf80d792d3a59b8f9777021a6 (diff)
parent465dac2c4c7beba0afb79e74f6183241808d58d9 (diff)
Merge pull request #18 from nickv-nextcloud/release/1.2.0v1.2.0
Bump version for Nextcloud 21
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb8d0d..a276629 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.2.0 – 2021-01-08
+### Changed
+- Support for Nextcloud 21
+
## 1.1.0 – 2020-08-28
### Changed
- Support for Nextcloud 20
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d1165f2..59d783e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<summary>Receive a notification when an event in a shared calendar was added, modified or deleted.</summary>
<description><![CDATA[Receive a notification when an event in a shared calendar was added, modified or deleted.]]></description>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
@@ -27,6 +27,6 @@
<screenshot>https://github.com/nickv-nextcloud/event_update_notification/raw/master/docs/demo.png</screenshot>
<dependencies>
- <nextcloud min-version="20" max-version="20" />
+ <nextcloud min-version="20" max-version="21" />
</dependencies>
</info>