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 <213943+nickvergessen@users.noreply.github.com>2021-09-22 17:11:22 +0300
committerGitHub <noreply@github.com>2021-09-22 17:11:22 +0300
commitc5451ec7d43ed25155d0e0d206dcc846e74d28b0 (patch)
treeedc3bae149662c03b45857c9bf8103978949dd8c
parent1e2e0d5a3ff3d11120095aa8964b12056f22c1f4 (diff)
parent8aa6648ae5a47eda3457754971e193a8bf37e774 (diff)
Merge pull request #399 from nextcloud/backport/398/stable22v6.0.0
[stable22] Add changelog for 4.0.2, 5.0.1 and 6.0.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
2 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3da68f..d2fcdfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 6.0.0-alpha.1 – 2021-06-17
+## 6.0.0 – 2021-09-22
### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#395](https://github.com/nextcloud/announcementcenter/pull/395)
+- Fix "Route does not exist" log spam when accessing the dashboard
+ [#392](https://github.com/nextcloud/announcementcenter/pull/392)
- Compatibility with Nextcloud 22
+## 5.0.1 – 2021-09-22
+### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#396](https://github.com/nextcloud/announcementcenter/pull/396)
+- Fix "Route does not exist" log spam when accessing the dashboard
+ [#393](https://github.com/nextcloud/announcementcenter/pull/393)
+
+## 4.0.2 – 2021-09-22
+### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#397](https://github.com/nextcloud/announcementcenter/pull/397)
+
## 5.0.0 – 2021-02-23
### Added
- Rewrite the frontend in Vue.JS after a design review
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7a42d18..9e43262 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
⚡ Activities integration
🔔 Notifications integration]]></description>
- <version>6.0.0-alpha.1</version>
+ <version>6.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>AnnouncementCenter</namespace>