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>2021-07-02 13:59:26 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2021-07-02 13:59:26 +0300
commitf1040cd503445f6a47e725adef49a12be0571957 (patch)
tree8b5e41bf409dc5465af2c701dc9b0f834328ae6d
parent70f40f6a19e2d6f63866024687d23e32d34725d6 (diff)
7.0.4v7.0.4
-rw-r--r--CHANGELOG.md1
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef59f59..467e9d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
# Change Log
+## 7.0.4
## Changed
- compatible with Nextcloud 22
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0638551..c10c3b1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
<licence>apache</licence>
<author mail="dev@onlyoffice.com" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
- <version>7.0.2</version>
+ <version>7.0.4</version>
<namespace>Onlyoffice</namespace>
<types>
<filesystem/>
@@ -29,7 +29,7 @@
<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>
- <nextcloud min-version="21" max-version="22"/>
+ <nextcloud min-version="22" max-version="22"/>
</dependencies>
<settings>
<admin>OCA\Onlyoffice\AdminSettings</admin>