Skip to content

Commit 9596173

Browse files
committed
Preparing for v3.0.1
1 parent 4cb348e commit 9596173

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.0.1
4+
5+
- Fixed #64, #66
6+
37
## 3.0.0
48

59
- Nextcloud 28 compatibility. This breaks compatibility with older versions. Also, consider this release as beta. (Fixes #63)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Draw.io</name>
66
<summary>Draw.io integration app</summary>
77
<description><![CDATA[Integrates draw.io diagrams editor with Nextcloud]]></description>
8-
<version>3.0.0</version>
8+
<version>3.0.1</version>
99
<licence>agpl</licence>
1010
<author>JGraph Ltd</author>
1111
<namespace>Drawio</namespace>
@@ -20,7 +20,7 @@
2020
<repository type="git">https://github.com/jgraph/drawio-nextcloud.git</repository>
2121
<screenshot small-thumbnail="https://raw.githubusercontent.com/jgraph/drawio-nextcloud/release/screenshots/drawio_integration_sm.png">https://raw.githubusercontent.com/jgraph/drawio-nextcloud/release/screenshots/drawio_integration.png</screenshot>
2222
<dependencies>
23-
<nextcloud min-version="28" max-version="28"/>
23+
<nextcloud min-version="28" max-version="29"/>
2424
</dependencies>
2525
<settings>
2626
<admin>OCA\Drawio\Settings\Admin</admin>

0 commit comments

Comments
 (0)