From b2e1d82c5fdd631724047fde42aa90b7d9e13cc9 Mon Sep 17 00:00:00 2001 From: Michele Tessaro Date: Sat, 28 Jan 2023 10:55:14 +0100 Subject: [PATCH] chg: pkg: prepared for the new release --- CHANGELOG.md | 25 ++++++++++++++++++++++++- init.rb | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2ae850..58f4147f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/init.rb b/init.rb index b8775e02..9cf2cd68 100644 --- a/init.rb +++ b/init.rb @@ -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'