From 830ee7b8be3ed2cff2454142117a4e240be1edc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 21 Dec 2018 08:50:43 +0100 Subject: [PATCH] Travis CI --- init.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 545eae2..f2dc9ce 100644 --- a/init.rb +++ b/init.rb @@ -28,7 +28,9 @@ Redmine::Plugin.register :redmine_custom_workflows do version '0.1.6' url 'http://www.redmine.org/plugins/custom-workflows' - requires_redmine version_or_higher: '3.0.0' + # 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' permission :manage_project_workflow, {}, :require => :member end