summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-12-17 12:59:04 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-12-20 11:01:33 +0100
commit6bc262c5c4ef8f1ae1d08c56c1204dc435e88780 (patch)
tree134941cff8d5cb48a4765d074cf1a27c8afffb09
parent11f5904dd58cbcb45e0e3e6c466f187e30323155 (diff)
Release 15.1.1-rc2release_15.1.1-rc2
Fixed - Handle unauthorized users #985 - Call to undefined method OCA\News\Db\FeedMapperV2::find() #981 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b78ea20b4..71b9dd385 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 15.1.1-rc2
+
### Fixed
-- Fix #985
-- Fix #981
+- Handle unauthorized users #985
+- Call to undefined method OCA\News\Db\FeedMapperV2::find() #981
## 15.1.1-rc1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5d19ea2bb..7362e93fe 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>15.1.1-rc1</version>
+ <version>15.1.1-rc2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>