v1.0.3 released

This commit is contained in:
karel.picman@lbcfree.net 2020-06-12 10:23:32 +02:00
parent 8ae3822e30
commit 377386fe77
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Changelog for Custom Workflows Changelog for Custom Workflows
========================== ==========================
1.0.3 *2020-06-12*
------------------
Maintenance release
* Bug: #168 - Check last version of plugin KO
* Bug: #167 - Crash when delete project
1.0.2 *2020-01-21* 1.0.2 *2020-01-21*
------------------ ------------------

View File

@ -1,7 +1,7 @@
Custom Workflows plug-in Custom Workflows plug-in
======================== ========================
The current version of Redmine CustomWorkflows is **1.0.3 devel** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](https://travis-ci.org/anteo/redmine_custom_workflows) The current version of Redmine CustomWorkflows is **1.0.3** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](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:

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 '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.3 devel' version '1.0.3'
requires_redmine version_or_higher: '4.1.0' requires_redmine version_or_higher: '4.1.0'