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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-13 15:52:29 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-13 15:58:23 +0300
commit1840080f57bb8d27f8b68e2b533bb5cfe814b0cc (patch)
tree763c79d5349032825b632349465b409a341311f2
parent7d1c80ab3e28463d0cf8b9bda970006345f0c60b (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
-rw-r--r--docs/AnnouncementCenterFrontpage.pngbin159181 -> 230719 bytes
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfc17e1..3161941 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.4.0-beta.1 – 2022-09-13
+### Changed
+- Compatibility with Nextcloud 25
+- Drop support for Nextcloud 24 and older
+
## 6.3.1 – 2022-06-14
### Fixed
- Don't send emails to disabled users
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b28b86e..99634a2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
⚡ Activities integration
🔔 Notifications integration]]></description>
- <version>6.3.1</version>
+ <version>6.4.0-beta.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>AnnouncementCenter</namespace>
@@ -35,7 +35,7 @@
<screenshot>https://github.com/nextcloud/announcementcenter/raw/master/docs/AnnouncementCenterFrontpage.png</screenshot>
<dependencies>
- <nextcloud min-version="22" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
<repair-steps>
diff --git a/docs/AnnouncementCenterFrontpage.png b/docs/AnnouncementCenterFrontpage.png
index 3c9f88d..8d4e5d4 100644
--- a/docs/AnnouncementCenterFrontpage.png
+++ b/docs/AnnouncementCenterFrontpage.png
Binary files differ