Skip to content

Commit

Permalink
v1.0.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Apr 30, 2021
1 parent 601d6f2 commit c35f316
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit c35f316

Please sign in to comment.