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 <coding@schilljs.com>2020-06-03 13:34:42 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-03 13:34:42 +0300
commitad2627694f4b7324a73a25937ea93ca683af27f7 (patch)
treedceaf9302a94d88c3d6b3a8699975414aa05484b
parentafa11a45851ec55657e3e2bb6c65c719b2da2d82 (diff)
Bump version requirement to 19v1.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 400d0ef..6b83ace 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.0.2 – 2020-06-03
+### Changed
+- Support for Nextcloud 19
+
## 1.0.1 – 2020-01-15
### Changed
- Support for Nextcloud 18
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 811a3e9..1bf7126 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.0.1</version>
+ <version>1.0.2</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="17" max-version="18" />
+ <nextcloud min-version="17" max-version="19" />
</dependencies>
</info>