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>2022-10-19 17:51:28 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2022-10-20 10:28:22 +0300
commit51b7cbfbc131702614b94c48a2809c076fe482d6 (patch)
tree9bb45fc70ad177d0f7c9eec2718414923d18d925
parent67b6e5cb9224ebfe2c96f14d8de3590bcf7ce3c0 (diff)
compatible with Nextcloud 25
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cd7253..a93dd5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,13 @@
- Chinese (Traditional, Taiwan), Basque (Spain) empty file templates
## Changed
+- compatible with Nextcloud 25
- generate preview by default
- fix editing with federated share
- fix opening file in new tab
- fix watermark for shared file by link
- fix update application
+- Nextcloud v24 is no longer supported
## 7.5.4
## Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 13ca15e..8afd54f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,7 +30,7 @@
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open_form.png</screenshot>
<dependencies>
- <nextcloud min-version="24" max-version="24"/>
+ <nextcloud min-version="25" max-version="25"/>
</dependencies>
<settings>
<admin>OCA\Onlyoffice\AdminSettings</admin>