mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
v1.0.5 released
This commit is contained in:
parent
601d6f258a
commit
c35f316081
@ -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*
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Custom Workflows plug-in
|
||||
========================
|
||||
|
||||
The current version of Redmine CustomWorkflows is **1.0.5 devel** [](https://travis-ci.org/anteo/redmine_custom_workflows)
|
||||
The current version of Redmine CustomWorkflows is **1.0.5** [](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.
|
||||
|
||||
4
init.rb
4
init.rb
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user