Skip to content

Commit

Permalink
Preparing for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Dec 26, 2023
1 parent 4cb348e commit 9596173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.1

- Fixed #64, #66

## 3.0.0

- Nextcloud 28 compatibility. This breaks compatibility with older versions. Also, consider this release as beta. (Fixes #63)
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Draw.io</name>
<summary>Draw.io integration app</summary>
<description><![CDATA[Integrates draw.io diagrams editor with Nextcloud]]></description>
<version>3.0.0</version>
<version>3.0.1</version>
<licence>agpl</licence>
<author>JGraph Ltd</author>
<namespace>Drawio</namespace>
Expand All @@ -20,7 +20,7 @@
<repository type="git">https://github.com/jgraph/drawio-nextcloud.git</repository>
<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>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="28" max-version="29"/>
</dependencies>
<settings>
<admin>OCA\Drawio\Settings\Admin</admin>
Expand Down

1 comment on commit 9596173

@davidjgraph
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed.

Please sign in to comment.