From 5dd32b6251670cd36469ac30889a3e5fb7daa5f3 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Mon, 11 May 2020 16:26:43 +0200 Subject: [PATCH] #168 Check last version of plugin KO --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index 50298a8..790c519 100644 --- a/init.rb +++ b/init.rb @@ -27,12 +27,12 @@ Redmine::Plugin.register :redmine_custom_workflows do author_url 'https://www.easyredmine.com' else 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' end author 'Anton Argirov/Karel Pičman' 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'