Skip to content

Commit

Permalink
fix: usr: updated drawio url (fixes #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Tessaro committed Sep 24, 2020
1 parent 384a1aa commit b05a805
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## v0.9.7 (2020-09-24)

### Fix

* Updated drawio url (fixes #80) [Michele Tessaro]


## v0.9.6 (2020-06-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Before submit an issue please read carefully the `README.md` file (this page): m

The plugin can be configured by the *Redmine* administrator via the Redmine interface, ``Administration`` -> ``Plugins`` -> ``Redmine Drawio Plugin`` -> ``Configure``.

In the configuration form you can set the Drawio server url; the default is ``//www.draw.io``, to use the default internet installation regardless of the protocol. The value can be changed to use a private drawio editor installation (see more later).
In the configuration form you can set the Drawio server url; the default is `//embed.diagrams.net`, to use the default internet installation regardless of the protocol. The value can be changed to use a private drawio editor installation (see more later).

In this form you can also enable the mathematical symbol support for SVG diagrams. The default is disabled because enabling this adds about 170k of Javascript to download, so enable only if you really need it.

Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
name 'Redmine Drawio plugin'
author 'Michele Tessaro'
description 'Wiki macro plugin for inserting drawio diagrams into Wiki pages and Issues'
version '0.9.6'
version '0.9.7'
url 'https://github.com/mikitex70/redmine_drawio'
author_url 'https://github.com/mikitex70'

requires_redmine :version_or_higher => '2.6.0'

settings(partial: 'settings/drawio_settings',
default: {'drawio_service_url' => '//www.draw.io',
default: {'drawio_service_url' => '//embed.diagrams.net',
'drawio_mathjax' => false,
'drawio_mathjax_url' => '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js' })

Expand Down

0 comments on commit b05a805

Please sign in to comment.