From 5e3301e0ad08c5b38e1a51f536ae7513687c23f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 21 Jan 2020 14:49:44 +0100 Subject: [PATCH] v1.0.2 released --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- init.rb | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) 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