#168 Check last version of plugin KO

This commit is contained in:
karel.picman@lbcfree.net 2020-05-11 16:26:43 +02:00
parent c9d65c0106
commit 5dd32b6251

View File

@ -27,12 +27,12 @@ Redmine::Plugin.register :redmine_custom_workflows do
author_url 'https://www.easyredmine.com' author_url 'https://www.easyredmine.com'
else else
name 'Redmine Custom Workflow plugin' name 'Redmine Custom Workflow plugin'
url 'https://www.redmine.org/plugins/custom-workflows' url 'https://www.redmine.org/plugins/custom-workflows-plug-in'
author_url 'https://github.com/danmunn/redmine_custom_workflows/graphs/contributors' author_url 'https://github.com/danmunn/redmine_custom_workflows/graphs/contributors'
end end
author 'Anton Argirov/Karel Pičman' author 'Anton Argirov/Karel Pičman'
description 'Allows to create custom workflows for objects, defined in the plain Ruby language' description 'Allows to create custom workflows for objects, defined in the plain Ruby language'
version '1.0.2' version '1.0.3 devel'
requires_redmine version_or_higher: '4.1.0' requires_redmine version_or_higher: '4.1.0'