v1.0.2 released

This commit is contained in:
Karel Pičman 2020-01-21 14:49:44 +01:00
parent f5305c962b
commit 5e3301e0ad
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,14 @@
Changelog for Custom Workflows 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* 1.0.1 *2019-09-13*
------------------ ------------------

View File

@ -125,4 +125,4 @@ Do not forget to check whether issue is just created. Here we create the new iss
Compatibility Compatibility
------------- -------------
This plug-in is compatible with Redmine 4. This plug-in is compatible with Redmine 4.1.x.

View File

@ -32,9 +32,9 @@ Redmine::Plugin.register :redmine_custom_workflows do
end end
author 'Anton Argirov/Karel Pičman' author 'Anton Argirov/Karel Pičman'
description 'Allows to create custom workflows for objects, defined in the plain Ruby language' 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 permission :manage_project_workflow, {}, :require => :member
end end