v1.0.5 released

This commit is contained in:
karel.picman@lbcfree.net 2021-04-30 10:20:26 +02:00
parent 601d6f258a
commit c35f316081
3 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,13 @@
Changelog for Custom Workflows
==============================
1.0.5 *????-??-??*
1.0.5 *2021-04-30*
------------------
SQLite 3 compatibility
* Bug: #204 - Rails 4: sqlite3 t/f -> 1/0
1.0.4 *2020-11-25*
------------------

View File

@ -1,7 +1,7 @@
Custom Workflows plug-in
========================
The current version of Redmine CustomWorkflows is **1.0.5 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.5** [![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:
@ -138,4 +138,4 @@ Do not forget to check whether issue is just created. Here we create the new iss
Compatibility
-------------
This plug-in is compatible with Redmine 4.1.x.
This plug-in is compatible with Redmine 4.1.x., 4.2.x.

View File

@ -31,8 +31,8 @@ Redmine::Plugin.register :redmine_custom_workflows do
author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors'
end
author 'Anton Argirov/Karel Pičman'
description 'Allows to create custom workflows for objects, defined in the plain Ruby language'
version '1.0.5-devel'
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
version '1.0.5'
requires_redmine version_or_higher: '4.1.0'