From e620c552a373d760f63357acb978ffcab2ef24ec Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 17 Jan 2021 19:17:24 +0100 Subject: 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) - Argument 2 passed to OCA\News\Db\ItemMapper::findAllNewFeed() must be of the type int, string given (#1049) Signed-off-by: Benjamin Brahmer --- AUTHORS.md | 3 ++- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- 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).]]> - 15.2.0-beta1 + 15.2.0-beta2 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3