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>2022-10-13 22:35:18 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-13 22:37:52 +0300
commit2ecb8886ea5f6f1b6dc58415aa3efff834d5f6e5 (patch)
treed9b916178db8e6442196b2f91c91918495afad44
parent33c71568d331a2aaf2c84f5c9f5d98f85fa32f5f (diff)
🚀 Bump version and add changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed17147..a59caad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.0 – 2022-10-13
+### Changed
+- Add support for Nextcloud 25
+- Drop support for Nextcloud 22
+
## 1.5.0 – 2022-04-08
### Changed
- Support for Nextcloud 24
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f269660..60ef44b 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.5.0</version>
+ <version>2.0.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="22" max-version="24" />
+ <nextcloud min-version="23" max-version="25" />
</dependencies>
</info>