mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
Bump version to 0.0.6
This commit is contained in:
parent
3f0c80232a
commit
d7491afaa0
5
init.rb
5
init.rb
@ -20,6 +20,9 @@ Rails.application.config.to_prepare do
|
|||||||
unless Group.include?(RedmineCustomWorkflows::GroupPatch)
|
unless Group.include?(RedmineCustomWorkflows::GroupPatch)
|
||||||
Group.send(:include, RedmineCustomWorkflows::GroupPatch)
|
Group.send(:include, RedmineCustomWorkflows::GroupPatch)
|
||||||
end
|
end
|
||||||
|
unless TimeEntry.include?(RedmineCustomWorkflows::TimeEntryPatch)
|
||||||
|
TimeEntry.send(:include, RedmineCustomWorkflows::TimeEntryPatch)
|
||||||
|
end
|
||||||
unless WikiContent.include?(RedmineCustomWorkflows::WikiContentPatch)
|
unless WikiContent.include?(RedmineCustomWorkflows::WikiContentPatch)
|
||||||
WikiContent.send(:include, RedmineCustomWorkflows::WikiContentPatch)
|
WikiContent.send(:include, RedmineCustomWorkflows::WikiContentPatch)
|
||||||
end
|
end
|
||||||
@ -38,7 +41,7 @@ Redmine::Plugin.register :redmine_custom_workflows do
|
|||||||
name 'Redmine Custom Workflow plugin'
|
name 'Redmine Custom Workflow plugin'
|
||||||
author 'Anton Argirov'
|
author 'Anton Argirov'
|
||||||
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 '0.1.5'
|
version '0.1.6'
|
||||||
url 'http://www.redmine.org/plugins/custom-workflows'
|
url 'http://www.redmine.org/plugins/custom-workflows'
|
||||||
|
|
||||||
menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'}, :caption => :label_custom_workflow_plural
|
menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'}, :caption => :label_custom_workflow_plural
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user