Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-26 11:10:16 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-26 11:10:16 +0300
commit339153942c2b56afef03726caf1d3531bb33bcf4 (patch)
treef4f231a9c3a18dd8184b1fbe59b22b73aa88b10a /appinfo
parent5d7563d1a0bcf1c6dc7ba3320824efa1fe624b4c (diff)
compat-nc15
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a6a971e..74de16e 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -31,6 +31,7 @@ use OCP\AppFramework\QueryException;
try {
$app = new Application();
+ $app->registerServices();
$app->registerNavigation();
$app->registerSettingsAdmin();
} catch (QueryException $e) {
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e95264..6782c38 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
- <version>1.0.3</version>
+ <version>1.2.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
@@ -23,7 +23,7 @@ Core App of the full-text search framework for your Nextcloud.
<repository>https://github.com/nextcloud/fulltextsearch.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="14"/>
+ <nextcloud min-version="15" max-version="15"/>
</dependencies>
<background-jobs>