summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-28 12:37:06 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-28 12:37:11 +0100
commitc5bcdfb9509c404459b863ce665450e2422b81f9 (patch)
tree5e21e4afff6cff34fe7c64e893ee3f2894a7699b
parentbcaf228b9a283859bca726548a6762c9cb0ba48b (diff)
require iconv5.2.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md1
-rw-r--r--appinfo/info.xml3
3 files changed, 6 insertions, 1 deletions
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 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
- <version>5.1.1</version>
+ <version>5.2.0</version>
<namespace>News</namespace>
<!-- resources -->
@@ -31,6 +31,7 @@
<lib min-version="2.7.8">libxml</lib>
<lib>curl</lib>
<lib>SimpleXML</lib>
+ <lib>iconv</lib>
</dependencies>
<!-- navigation -->