mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Development of v1.0.5 started
This commit is contained in:
parent
2802812c33
commit
39d14c3d0a
@ -1,6 +1,9 @@
|
|||||||
Changelog for Custom Workflows
|
Changelog for Custom Workflows
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
1.0.5 *????-??-??*
|
||||||
|
------------------
|
||||||
|
|
||||||
1.0.4 *2020-11-25*
|
1.0.4 *2020-11-25*
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Custom Workflows plug-in
|
Custom Workflows plug-in
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The current version of Redmine CustomWorkflows is **1.0.4** [](https://travis-ci.org/anteo/redmine_custom_workflows)
|
The current version of Redmine CustomWorkflows is **1.0.5 devel** [](https://travis-ci.org/anteo/redmine_custom_workflows)
|
||||||
|
|
||||||
This plug-in provides a great functionality for those who is familiar with the Ruby language.
|
This plug-in provides a great functionality for those who is familiar with the Ruby language.
|
||||||
It allows to customize workflow by defining own rules for issues processing. It's possible:
|
It allows to customize workflow by defining own rules for issues processing. It's possible:
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -32,7 +32,7 @@ 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.4'
|
version '1.0.5-devel'
|
||||||
|
|
||||||
requires_redmine version_or_higher: '4.1.0'
|
requires_redmine version_or_higher: '4.1.0'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user