summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 14:08:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 14:08:27 +0200
commitd4f19a20c64aa9abcf396a252f5057139770ac1e (patch)
treee4abc873acb80b445ff28f729b26d371edf13fa1 /appinfo
parentade0ecb98ba1cdc5436b70e2eca5c5ea6356b0da (diff)
require libxml
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json5
-rw-r--r--appinfo/application.php2
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
4 files changed, 7 insertions, 4 deletions
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 @@
<description>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</description>
<licence>AGPL</licence>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
- <version>3.105</version>
+ <version>3.201</version>
<require>7</require>
</info>
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