diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a4ff7..126e7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ Changelog for Custom Workflows ============================== -2.0.2 *????-??-??* +2.0.2 *2022-05-18* ------------------ + Ruby 3.0 compatibility + +* Bug: #258 - Tried to create Proc object without a block (again and better) + 2.0.1 *2022-05-13* ------------------ diff --git a/README.md b/README.md index c6f40cd..3834945 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Workflows plug-in ======================== -The current version of Redmine CustomWorkflows is **2.0.2 devel** +The current version of Redmine CustomWorkflows is **2.0.2** [![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/-/commits/master) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) @@ -20,14 +20,14 @@ Starting with version 0.1.2 you can specify observable object for workflow. Supp * Group users (before_add, after_add, before_remove, after_remove) * \ -\ - special type for workflows that running before all other workflows and can provide libraries of additional functions or classes. +`` - special type for workflows that running before all other workflows and can provide libraries of additional functions or classes. Thanks to --------- -Plugin development was supported by DOM Digital Online Media GmbH +Plugin development was supported by DOM Digital Online Media GmbH. -http://www.dom.de +https://www.dom.de Getting help ------------ @@ -141,4 +141,4 @@ Do not forget to check whether issue is just created. Here we create the new iss Compatibility ------------- -This plug-in is compatible with Redmine 4.1.x., 4.2.x. +This plug-in is compatible with Redmine 4.1.x., 4.2.x. and 5.0.x. diff --git a/init.rb b/init.rb index f04caa6..ac6722e 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ end author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '2.0.2 devel' + version '2.0.2' requires_redmine version_or_higher: '4.1.0'