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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/info.xml4
-rwxr-xr-xappinfo/routes.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7c50f9d..188dc50 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -19,7 +19,7 @@ Mac, with sync capabilities
- Statistics : words/sentences/characters
- Sync with ownCloud/NextCloud
- Online editor as a ownCloud/NextCloud App]]></description>
- <version>0.24.2</version>
+ <version>0.24.3</version>
<licence>agpl</licence>
<author mail="phie@phie.ovh" >Phie</author>
<namespace>Carnet</namespace>
@@ -33,7 +33,7 @@ Mac, with sync capabilities
<filesystem/>
</types>
<dependencies>
- <nextcloud min-version="13" max-version="22"/>
+ <nextcloud min-version="13" max-version="23"/>
<owncloud min-version="10" max-version="10"/>
</dependencies>
diff --git a/appinfo/routes.php b/appinfo/routes.php
index d1c3226..f42e891 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -13,6 +13,8 @@ return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#writer', 'url' => '/writer', 'verb' => 'GET'],
+ ['name' => 'page#browser', 'url' => '/browser', 'verb' => 'GET'],
+
['name' => 'page#importer', 'url' => '/importer', 'verb' => 'GET'],
['name' => 'page#exporter', 'url' => 'exporter/exporter.html', 'verb' => 'GET'],