Skip to content

Commit

Permalink
chg: pkg: prepared for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Jan 28, 2023
1 parent 66e7a41 commit b2e1d82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,30 @@

## development (unreleased)

### v1.4.5 (2022-12-09)
### Fix

* Fixes some tests. [Liane Hampe]

Since Ruby 3 passing method argumentes changed. A Hash won't be
converted to a keyword argument anymore. Therefore, keyword argumentes
needs to be entered explicitly by default. To keep the behaviour double
splat needs to be added to hash arguments.

See https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

* Fixes common mark support. [Liane Hampe]

The helper for supporting common mark was prepared but not loaded.
Therefore, the wikitool bar does not extend with the required
drawio buttons.

By requiring the helper file in lib/redmine_drawio.rb the code will
be executed now.


## v1.4.5 (2022-12-09)

### Other

* Fix mail sending error. [Hunt Lin]

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

Expand Down

0 comments on commit b2e1d82

Please sign in to comment.