Skip to content

Commit

Permalink
Support for 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Rojek committed Mar 3, 2021
1 parent c02cebb commit 7de156f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Once installed, you will see an option to create a Draw.io diagram from the 'cre
- Inspired by the old Draw.io Integration and OnlyOffice
- Tested with Chrome 58-86 and Firefox 53-77
- Tested with PHP 5.6/7.1/7.3
- Draw.io Integration v0.9.8 tested with NextCloud 11.0.3 / 12.0.2 / 13.0.6 / 14.0.4 / 15.0.0 / 16.0.0 / 17.0.0 / 18.0.0 / 19.0.0 / 20.0.0*
- Draw.io Integration v0.9.9 tested with NextCloud 11.0.3 / 12.0.2 / 13.0.6 / 14.0.4 / 15.0.0 / 16.0.0 / 17.0.0 / 18.0.0 / 19.0.0 / 20.0.0* / 21.0.0*
* see Known Issues


Expand All @@ -41,26 +41,16 @@ following command:
sudo -u www-data php occ files:scan --all

## Download ##
Current release: [zip](https://github.com/pawelrojek/nextcloud-drawio/releases/download/v.0.9.8/drawio-v0.9.8.zip) or [tar.gz](https://github.com/pawelrojek/nextcloud-drawio/releases/download/v.0.9.8/drawio-v0.9.8.tar.gz)
Current release: [zip](https://github.com/pawelrojek/nextcloud-drawio/releases/download/v.0.9.9/drawio-v0.9.9.zip) or [tar.gz](https://github.com/pawelrojek/nextcloud-drawio/releases/download/v.0.9.9/drawio-v0.9.9.tar.gz)




## Changelog ##

## 0.9.8
- NC20 compatibility (#127)
- Code compliance (#129)

## 0.9.7
- Changed the default Draw.io URL to embed.diagrams.net (#119) (#118)

## 0.9.6
- Filename encoding problem (#108)
- NC19 compatibility
- Autosave (PR #90)
- Fixed content detection (PR #115)
- Fixed some translations (PR #112)
## 0.9.9
- NC21 compatibility
- public link support (#20)

[Complete changelog](https://github.com/pawelrojek/nextcloud-drawio/blob/master/drawio/CHANGELOG.md)

Expand Down Expand Up @@ -103,6 +93,7 @@ If you would like to self-host Draw.io, you might want to consider https://githu
- [acidhunter](https://github.com/acidhunter)
- [janLo](https://github.com/janLo)
- [Irillit](https://github.com/Irillit/)
- [Luckyvb](https://github.com/Luckyvb)

[View all](https://github.com/pawelrojek/nextcloud-drawio/graphs/contributors)

Expand Down
4 changes: 4 additions & 0 deletions drawio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.9.9
- NC21 compatibility
- public link support (#20)

## 0.9.8
- NC20 compatibility (#127)
- Code compliance fixed (#129)
Expand Down
4 changes: 2 additions & 2 deletions drawio/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>Integrates Draw.io with Nextcloud</description>
<version>0.9.8</version>
<version>0.9.9</version>
<licence>agpl</licence>
<author>Paweł Rojek</author>
<namespace>Drawio</namespace>
Expand All @@ -20,7 +20,7 @@
<repository type="git">https://github.com/pawelrojek/nextcloud-drawio.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/pawelrojek/nextcloud-drawio/master/screenshots/drawio_integration_sm.png">https://raw.githubusercontent.com/pawelrojek/nextcloud-drawio/master/screenshots/drawio_integration.png</screenshot>
<dependencies>
<nextcloud min-version="11" max-version="20"/>
<nextcloud min-version="11" max-version="21"/>
</dependencies>
<settings>
<admin>OCA\Drawio\AdminSettings</admin>
Expand Down

0 comments on commit 7de156f

Please sign in to comment.