From c5bcdfb9509c404459b863ce665450e2422b81f9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 28 Jan 2015 12:37:06 +0100 Subject: require iconv --- CHANGELOG.md | 3 +++ README.md | 1 + appinfo/info.xml | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd8b9a73..193274a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +owncloud-news (5.2.0) +* **New dependency**: Require iconv php module (which is required by picoFeed) + owncloud-news (5.1.1) * **Bugfix**: Use the correct scrolltop position for pull to refresh to not reload the feed when jumping back to an article using keyboard shortcuts diff --git a/README.md b/README.md index 41e352078..603683de5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki * PHP >= 5.4 * libxml >= 2.7.8 (2.9 recommended) * php-curl +* iconv * SimpleXML ## Supported Operating Systems diff --git a/appinfo/info.xml b/appinfo/info.xml index 56ec96115..57bc8dc8c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt multimedia AGPL - 5.1.1 + 5.2.0 News @@ -31,6 +31,7 @@ libxml curl SimpleXML + iconv -- cgit v1.2.3