Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-02-26 21:10:25 +0300
committerRobin Appelman <robin@icewind.nl>2021-03-09 18:15:15 +0300
commitc3f71a35ae06bbc833f7126b3ef1d2b48ef77e45 (patch)
tree7a62531f1b8a25bae69a8a70830a54433f74b4e8
parent66ebdb9d7d57ae654fdb43d40476b1dfc4f87b79 (diff)
2.3.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42fa76b..f3c43fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 2.3.2
+- Compatible with Nextcloud 21
+
+## 2.3.1
+- Compatible with Nextcloud 20
+
## 2.3.0
- Compatible with Nextcloud 19
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c43d7be..fa56aa5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
A full list of features can be found [in the README](https://github.com/icewind1991/files_markdown)]]></description>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
@@ -44,6 +44,6 @@ A full list of features can be found [in the README](https://github.com/icewind1
</screenshot>
<dependencies>
- <nextcloud min-version="18" max-version="20"/>
+ <nextcloud min-version="19" max-version="21"/>
</dependencies>
</info>