mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
v1.0.1 release
This commit is contained in:
parent
9834ca7def
commit
bcfaf1c3e8
@ -1,6 +1,14 @@
|
|||||||
Changelog for Custom Workflows
|
Changelog for Custom Workflows
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
1.0.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
Custom emails
|
||||||
|
|
||||||
|
* Bug: #128 - Undefined method `custom_email`
|
||||||
|
* Bug: #122 - NameError: uninitialized constant
|
||||||
|
* Bug: #119 - PostgreSQL querry error
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
-----
|
-----
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Custom Workflows plug-in
|
Custom Workflows plug-in
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The current version of Redmine CustomWorkflows is **1.0.0** [](https://travis-ci.org/anteo/redmine_custom_workflows)
|
The current version of Redmine CustomWorkflows is **1.0.1** [](https://travis-ci.org/anteo/redmine_custom_workflows)
|
||||||
|
|
||||||
This plug-in provides a great functionality for those who is familiar with the Ruby language.
|
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:
|
It allows to customize workflow by defining own rules for issues processing. It's possible:
|
||||||
|
|||||||
4
init.rb
4
init.rb
@ -25,11 +25,9 @@ Redmine::Plugin.register :redmine_custom_workflows do
|
|||||||
name 'Redmine Custom Workflow plugin'
|
name 'Redmine Custom Workflow plugin'
|
||||||
author 'Anton Argirov/Karel Pičman'
|
author 'Anton Argirov/Karel Pičman'
|
||||||
description 'Allows to create custom workflows for issues, defined in the plain Ruby language'
|
description 'Allows to create custom workflows for issues, defined in the plain Ruby language'
|
||||||
version '1.0.0'
|
version '1.0.1'
|
||||||
url 'http://www.redmine.org/plugins/custom-workflows'
|
url 'http://www.redmine.org/plugins/custom-workflows'
|
||||||
|
|
||||||
# In order to the plugin in Redmine < 4 (Rails < 5), comment out the following line and modify Gemfile according to
|
|
||||||
# the recommendation written there.
|
|
||||||
requires_redmine version_or_higher: '4.0.0'
|
requires_redmine version_or_higher: '4.0.0'
|
||||||
|
|
||||||
permission :manage_project_workflow, {}, :require => :member
|
permission :manage_project_workflow, {}, :require => :member
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user