v1.0.7 development started

This commit is contained in:
Karel.Picman 2021-10-19 14:23:19 +02:00
parent b93d51ae5a
commit 0e8a5dc623
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog for Custom Workflows Changelog for Custom Workflows
============================== ==============================
1.0.7 *????-??-??*
------------------
Maintenance release
1.0.6 *2021-10-08* 1.0.6 *2021-10-08*
------------------ ------------------

View File

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

View File

@ -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 'It allows to create custom workflows for objects, defined in a plain Ruby language' description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
version '1.0.6' version '1.0.7 devel'
requires_redmine version_or_higher: '4.1.0' requires_redmine version_or_higher: '4.1.0'