We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f7647 commit 9a9c9feCopy full SHA for 9a9c9fe
CHANGELOG.md
@@ -4,6 +4,9 @@
4
## Added
5
- jwt expire configuration
6
7
+## Changed
8
+- Nextcloud v29 is no longer supported
9
+
10
## 9.8.0
11
12
- sharing panel when editing in a new tab
appinfo/info.xml
@@ -30,7 +30,7 @@
30
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open.png</screenshot>
31
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/open_form.png</screenshot>
32
<dependencies>
33
- <nextcloud min-version="29" max-version="31"/>
+ <nextcloud min-version="30" max-version="31"/>
34
</dependencies>
35
<settings>
36
<admin>OCA\Onlyoffice\AdminSettings</admin>
0 commit comments