Skip to content

Commit

Permalink
Merge tag 'v1.3.1' into develop
Browse files Browse the repository at this point in the history
Fixed viewer for diagrams in XML format
  • Loading branch information
Michele Tessaro committed May 14, 2022
2 parents 76a60a2 + 50f334a commit e189bd3
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
# Changelog


## development (unreleased)
## v1.3.1 (2022-05-14)

### Fix

* Fixed mxgraph viewer patch (refs #105) [Michele Tessaro]

Fixed the patch of the viewer of diagrams in XML format, caused by a
recent change in the Drawio scripts.

### Other

* Fixed check for api enabled. [Liane Hampe]

ViewLayoutsBaseHtmlHeadHook#hash_code uses a wrong api enabled check which
would not return true if rest api is enabled.

* Fixed generating api key even if api not enabeld. [Liane Hampe]

When the api is not enabled there should be no api key requested
for the current user. Moreover, Redmine
MyControllerTest#test_reset_api_key_without_existing_key
would fail since it does not expect the current user to have an api key by
default.

Added a warning for the admin if api is disabled since the plugin needs
the api for saving diagrams as attachment.


## v1.3.0 (2022-02-19)

### Changes

* Updated CHANGELOG.md for the new release. [Michele Tessaro]

* Def: updated version for the new release. [Michele Tessaro]

* Updates.gitignore. [Liane Hampe]

Adds .history what is a vs code extension storing the history of all
Expand Down

0 comments on commit e189bd3

Please sign in to comment.