summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-03-22 09:47:49 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-22 09:48:07 +0100
commit47471791de286f83eab2e8df964abf33e273fb3a (patch)
tree797f1cfe2c44396ebc637d98e463fc9b05a81548
parent56fd4cb5f539f55f7d148a278c3fa9b6a19dca8d (diff)
Release 13.1.4
- Another fix for failed updates #448 - Missing background back on news titles #451 - Encoding errors thrown by simplexml #457 - Allow '0' as last Modified date #458
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffdf2687d..823d18e7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,18 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 13.1.4
+
+### Fixed
+- Another fix for failed updates #448
+- Missing background back on news titles #451
+- Encoding errors thrown by simplexml #457
+- Allow '0' as last Modified date #458
+
## 13.1.3
### Fixed
-- rebuild of version 13.1.2 due to packaging failure
+- Rebuild of version 13.1.2 due to packaging failure
## 13.1.2
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3bdeb61fe..b0a21d298 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>13.1.3</version>
+ <version>13.1.4</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>