From 0dbc23a5cd7497d3e49b1c44c07377fbb0871608 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 12 Jun 2020 10:28:28 +0200 Subject: [PATCH] devel-1.0.4 branch created --- CHANGELOG.md | 5 ++++- README.md | 2 +- init.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec69632..48ec529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Changelog for Custom Workflows -========================== +============================== + +1.0.4 *????-??-??* +------------------ 1.0.3 *2020-06-12* ------------------ diff --git a/README.md b/README.md index 6a394f8..02ed5ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Workflows plug-in ======================== -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) +The current version of Redmine CustomWorkflows is **1.0.4 devel** [![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. It allows to customize workflow by defining own rules for issues processing. It's possible: diff --git a/init.rb b/init.rb index fa39387..1f3970a 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ 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.3' + version '1.0.4 devel' requires_redmine version_or_higher: '4.1.0'