summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-12-27 13:35:12 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-12-27 21:22:22 +0100
commit0f1731833f8b6aea97b0816fe090f6dffacd6fd4 (patch)
tree57edbe702fb7e0c0f0d80b48df400dbe5eee5d8c
parentd1c50b8e77e180db50b94cfdbc5c8b01495636ba (diff)
Release 15.1.115.1.1
Fixed - Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given #996 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml3
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7cc2cb8e..df1055b7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased
+The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
+
+## [Unreleased]
+
+## [15.1.1] - 2020-12-27
### Fixed
- Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given #996
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7362e93fe..3dee5a115 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-rc2</version>
+ <version>15.1.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
@@ -22,6 +22,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</documentation>
<category>multimedia</category>
<website>https://github.com/nextcloud/news</website>
+ <discussion>https://github.com/nextcloud/news/discussions</discussion>
<bugs>https://github.com/nextcloud/news/issues</bugs>
<repository type="git">https://github.com/nextcloud/news.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>