v1.0.6 released

This commit is contained in:
karel.picman@lbcfree.net 2021-10-08 12:24:42 +02:00
parent d20521bc28
commit b93d51ae5a
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog for Custom Workflows
==============================
1.0.6 *2021-10-08*
------------------
Maintenance release
1.0.5 *2021-04-30*
------------------

View File

@ -1,7 +1,7 @@
Custom Workflows plug-in
========================
The current version of Redmine CustomWorkflows is **1.0.6 devel**
The current version of Redmine CustomWorkflows is **1.0.6**
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:

View File

@ -32,7 +32,7 @@ Redmine::Plugin.register :redmine_custom_workflows do
end
author 'Anton Argirov/Karel Pičman'
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
version '1.0.5'
version '1.0.6'
requires_redmine version_or_higher: '4.1.0'