From d9cdac303bbde928878fcf34b0a3214aa282c69c Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 31 Aug 2020 01:18:15 +0200 Subject: 14.2.1 Fixed - Update Interval documentation fixes #773 - Fix crash if full-text if feed doesn't provide an url #774 - Fix admin page not saving settings #776 Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06516a994..c01cd1f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 14.2.1 + +### Fixed +- Update Interval documentation fixes #773 +- Fix crash if full-text if feed doesn't provide an url #774 +- Fix admin page not saving settings #776 + ## 14.2.0 ### Changed @@ -14,6 +21,7 @@ All notable changes to this project will be documented in this file. ### Fixed - fixed double escaped intro (not rendering html) #694 - translation updates and fixes +- import crashing on wrong guid_hash #770 ## 14.1.11 diff --git a/appinfo/info.xml b/appinfo/info.xml index 6845dc39c..3c03c0cdc 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).]]> - 14.2.0 + 14.2.1 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3