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:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-04-29 16:52:14 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-04-29 16:52:14 +0300
commit3840c6a175c3bda6c915d7fa3bc62e3bc524727c (patch)
tree45b958ba631897d80613021fa9d0a4ba2e1d5e66
parent9678ac9715cb2f54d8ba8982b03241d9d60dcb23 (diff)
compatible with Nextcloud 22feature/nc24
-rw-r--r--CHANGELOG.md1
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 966d64d..01a5950 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
## Changed
- Nextcloud v21 is no longer supported
+- compatible with Nextcloud 24
## 7.3.2
## Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8f64814..f313e7d 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="22" max-version="23"/>
+ <nextcloud min-version="22" max-version="24"/>
</dependencies>
<settings>
<admin>OCA\Onlyoffice\AdminSettings</admin>