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-06-24 14:04:21 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2021-06-30 15:12:01 +0300
commit70f40f6a19e2d6f63866024687d23e32d34725d6 (patch)
treeccb21c437628a89317d44e3cf2c23e43658d7379
parent234e430e662703845e0c96142253bc57940a7a89 (diff)
nc 22 (Fix #491)
# Conflicts: # CHANGELOG.md # appinfo/info.xml
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b37a3c..ef59f59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log
+## Changed
+- compatible with Nextcloud 22
+
## 7.0.2
## Changed
- fixed registration of file actions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b37a54b..0638551 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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="21"/>
+ <nextcloud min-version="21" max-version="22"/>
</dependencies>
<settings>
<admin>OCA\Onlyoffice\AdminSettings</admin>