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>2019-03-29 18:39:37 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-29 18:39:37 +0300
commitde43959aadee0490aac406017bf0a14a21ea3e7f (patch)
treecaddcf575b6051b77f968477f1b8f30fb5336d42
parentcc7b29500c76260dbbc52cea5549e696e795f956 (diff)
Add support for 16v0.3.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml4
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2679aef..46a5ab3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.3.4 – 2019-03-29
+### Changed
+- Support for Nextcloud 16
+
## 0.3.3 – 2019-02-28
### Fixed
- Automatically remove notifications when the event is in the past
@@ -9,7 +13,6 @@ All notable changes to this project will be documented in this file.
### Fixed
- Private events no longer trigger notifications for sharees
-
## 0.3.1 – 2018-12-01
### Changed
- Support for Nextcloud 15
@@ -17,7 +20,6 @@ All notable changes to this project will be documented in this file.
### Fixed
- No notifications for events in the past
-
## 0.3.0 – 2018-08-27
### Fixed
- Fix calendar icon to black in Nextcloud 14
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c257ebb..a7061dc 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>0.3.3</version>
+ <version>0.3.4</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="14" max-version="15" />
+ <nextcloud min-version="14" max-version="16" />
</dependencies>
</info>