From c35f316081b6a973d34bceff7e98b7ccee79634e Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 30 Apr 2021 10:20:26 +0200 Subject: [PATCH] v1.0.5 released --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- init.rb | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0d7ea..15fabc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* ------------------ diff --git a/README.md b/README.md index 35baa6c..2d9549a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.rb b/init.rb index bc71680..edf9f2a 100644 --- a/init.rb +++ b/init.rb @@ -31,8 +31,8 @@ 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'