diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b79a7e..a0de1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog for Custom Workflows ========================== +1.0.2 *2020-01-21* +------------------ + + Redmine 4.1 compatibility + +* Bug: #149 - Error install on Redmine 4.1.0 +* Bug: #141 - Bug when using PT-BR + 1.0.1 *2019-09-13* ------------------ diff --git a/README.md b/README.md index e3bd389..7e9351c 100644 --- a/README.md +++ b/README.md @@ -125,4 +125,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. \ No newline at end of file +This plug-in is compatible with Redmine 4.1.x. \ No newline at end of file diff --git a/init.rb b/init.rb index 0b7d797..18a015d 100644 --- a/init.rb +++ b/init.rb @@ -32,9 +32,9 @@ Redmine::Plugin.register :redmine_custom_workflows do end author 'Anton Argirov/Karel Pičman' description 'Allows to create custom workflows for objects, defined in the plain Ruby language' - version '1.0.1' + version '1.0.2' - requires_redmine version_or_higher: '4.0.0' + requires_redmine version_or_higher: '4.1.0' permission :manage_project_workflow, {}, :require => :member end