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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2018-08-20 11:05:30 +0300
committerGitHub <noreply@github.com>2018-08-20 11:05:30 +0300
commit038d9e72ddf1cfa6c529cbf3bcec392f3a50b882 (patch)
tree089d489e9596dd3ce96b2076b22cecfa0c4dd453 /appinfo/info.xml
parent93399ca8fa007d10b931b1b5dcee26529c97e5cf (diff)
parent9fb4732dfc882fb928625a3a03391c56fcf1e7f7 (diff)
Merge pull request #1 from ONLYOFFICE/developv2.0.2
Release/2.0.2
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8c41b30..e052996 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,16 +6,16 @@
<summary>ONLYOFFICE connector</summary>
<description>ONLYOFFICE connector enables you to edit Office documents within ONLYOFFICE from the familiar web interface. This will create a new Open in ONLYOFFICE action within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to your file storage.</description>
<licence>agpl</licence>
- <author>Ascensio System SIA</author>
- <version>1.4.0</version>
+ <author mail="dev@onlyoffice.com" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
+ <version>2.0.2</version>
<namespace>Onlyoffice</namespace>
<types>
<filesystem/>
</types>
<documentation>
- <admin>https://api.onlyoffice.com/editors/owncloud</admin>
- <developer>https://api.onlyoffice.com/editors/owncloud</developer>
- <user>https://api.onlyoffice.com/editors/owncloud</user>
+ <admin>https://api.onlyoffice.com/editors/nextcloud</admin>
+ <developer>https://api.onlyoffice.com/editors/nextcloud</developer>
+ <user>https://api.onlyoffice.com/editors/nextcloud</user>
</documentation>
<category>files</category>
<category>integration</category>
@@ -23,13 +23,14 @@
<category>organization</category>
<category>tools</category>
<website>https://www.onlyoffice.com</website>
- <bugs>https://github.com/ONLYOFFICE/onlyoffice-owncloud/issues</bugs>
- <repository type="git">https://github.com/ONLYOFFICE/onlyoffice-owncloud.git</repository>
- <screenshot small-thumbnail="https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/main_small.png">https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/main.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/settings.png</screenshot>
+ <bugs>https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues</bugs>
+ <repository type="git">https://github.com/ONLYOFFICE/onlyoffice-nextcloud.git</repository>
+ <screenshot small-thumbnail="https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main_small.png">https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/settings.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/new.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open.png</screenshot>
<dependencies>
- <owncloud min-version="9.0" max-version="10.0" />
- <nextcloud min-version="12" max-version="13"/>
+ <nextcloud min-version="12" max-version="14"/>
</dependencies>
<settings>
<admin>OCA\Onlyoffice\AdminSettings</admin>