From d4f19a20c64aa9abcf396a252f5057139770ac1e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 29 Sep 2014 14:08:27 +0200 Subject: require libxml --- appinfo/app.json | 5 +++-- appinfo/application.php | 2 ++ appinfo/info.xml | 2 +- appinfo/version | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'appinfo') diff --git a/appinfo/app.json b/appinfo/app.json index 64082176b..d5419b67a 100644 --- a/appinfo/app.json +++ b/appinfo/app.json @@ -3,7 +3,7 @@ "id": "news", "description": "ownCloud News App", "licence": "AGPL", - "version": "3.105", + "version": "3.201", "authors": [ { "name": "Bernhard Posselt", @@ -38,7 +38,8 @@ "php": ">=5.4", "owncloud": ">=7", "libs": { - "curl": "*" + "curl": "*", + "libxml": ">=2.7.8" } } } \ No newline at end of file diff --git a/appinfo/application.php b/appinfo/application.php index 09583fa1f..eaeafc858 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -257,6 +257,8 @@ class Application extends App { $extensions[$extension] = phpversion($extension); } + $extensions['libxml'] = LIBXML_DOTTED_VERSION; + $config = new AppConfig( $c->query('ServerContainer')->getNavigationManager(), $c->query('L10N'), diff --git a/appinfo/info.xml b/appinfo/info.xml index 127dab4ad..afd3868ea 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,6 +5,6 @@ An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory AGPL Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt - 3.105 + 3.201 7 diff --git a/appinfo/version b/appinfo/version index b6aa36c63..c336a92a9 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -3.105 \ No newline at end of file +3.201 \ No newline at end of file -- cgit v1.2.3