mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
v1.0.2 released
This commit is contained in:
parent
f5305c962b
commit
5e3301e0ad
@ -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*
|
||||
------------------
|
||||
|
||||
|
||||
@ -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.
|
||||
This plug-in is compatible with Redmine 4.1.x.
|
||||
4
init.rb
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user