Skip to content

Commit 7f2a1be

Browse files
committed
Added support for v32
1 parent 59e8bfc commit 7f2a1be

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.1.1
4+
5+
- Adds support for NextCloud 32
6+
37
## 3.1.0
48

59
- Fixed #102, #97, #89, #30

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.1.0</version>
8+
<version>3.1.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="31" max-version="31"/>
23+
<nextcloud min-version="31" max-version="32"/>
2424
</dependencies>
2525
<settings>
2626
<admin>OCA\Drawio\Settings\Admin</admin>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "drawio",
33
"description": "Integrates draw.io diagrams editor with Nextcloud",
4-
"version": "3.0.4",
4+
"version": "3.1.1",
55
"author": "JGraph Ltd",
66
"license": "agpl",
77
"private": true,

0 commit comments

Comments
 (0)