summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-08-31 01:18:15 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-01 07:00:32 +0200
commitd9cdac303bbde928878fcf34b0a3214aa282c69c (patch)
tree8a52862722b4d2c4bce9d1a764e015291564a52f
parent73e8ce8ee24e88fd5133e1fd67226e23f61226ea (diff)
14.2.114.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 <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
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).]]></description>
- <version>14.2.0</version>
+ <version>14.2.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>