We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21b62a commit a241575Copy full SHA for a241575
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 2.11.0
4
5
+- Compatibility with Nextcloud 17 and 18
6
+- Dependency bumps
7
8
appinfo/info.xml
@@ -8,10 +8,8 @@ More information is available in the text editor documentation.
<licence>AGPL</licence>
9
<author>Tom Needham, Björn Schießle</author>
10
<version>2.11.0</version>
11
- <shipped>true</shipped>
12
- <default_enable/>
13
<dependencies>
14
- <nextcloud min-version="19" max-version="19" />
+ <nextcloud min-version="17" max-version="19" />
15
</dependencies>
16
<namespace>FilesTextEditor</namespace>
17
</info>
0 commit comments