summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-01-17 19:17:24 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-17 19:26:46 +0100
commite620c552a373d760f63357acb978ffcab2ef24ec (patch)
tree7ebfcd7af404e17f759fd81a8f6309f629d3163b
parent8d834cff3563d7875d9ee902aae73de323fee85d (diff)
15.2.0-beta2 - 2021-01-1715.2.0-beta2
Fixed - opened state of folders is not restored (#1040) - Argument 3 passed to OCA\News\Db\ItemMapper::makeSelectQuery() must be of the type bool, array given (#1044) - Argument 2 passed to OCA\News\Db\ItemMapper::findAllNewFeed() must be of the type int, string given (#1049) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--AUTHORS.md3
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 522e46238..5ef2f8aaa 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -8,8 +8,8 @@
* [Morris Jobke](mailto:hey@morrisjobke.de)
* [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com)
* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net)
-* [Daniel Schaal](mailto:daniel@schaal.email)
* [anoy](mailto:anoymouserver+github@mailbox.org)
+* [Daniel Schaal](mailto:daniel@schaal.email)
* [Davide Saurino](mailto:davide.saurino@alcacoop.it)
* [raghunayyar](mailto:me@iraghu.com)
* [bastei](mailto:bastei@users.noreply.github.com)
@@ -48,6 +48,7 @@
* [Igor Bubelov](mailto:igor@bubelov.com)
* [Jan C. Borchardt](mailto:hey@jancborchardt.net)
* [John Kristensen](mailto:john@jerrykan.com)
+* [Keunes](mailto:11229646+keunes@users.noreply.github.com)
* [Konrad Graefe](mailto:konradgraefe@aol.com)
* [Loki3000](mailto:github@labcms.ru)
* [Maik Kulbe](mailto:info@linux-web-development.de)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 238c535b0..bd6f7cdda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [Unreleased]
+### Changed
+
+### Fixed
+
+## [15.2.0-beta2] - 2021-01-17
+
### Fixed
- opened state of folders is not restored (#1040)
- Argument 3 passed to OCA\News\Db\ItemMapper::makeSelectQuery() must be of the type bool, array given (#1044)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fd4f8b2d3..28a2341ca 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.2.0-beta1</version>
+ <version>15.2.0-beta2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>