From 459756869cd681c459820f94fb4c152a10a86396 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 24 Nov 2024 11:12:37 +0900 Subject: [PATCH] Require Redmine 5.0 or later --- init.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.rb b/init.rb index 8177c44..62eb1f0 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ # Copyright (C) 2012 mkinski # Copyright (C) 2012 zzloiz # Copyright (C) 2013 Christoph Dwertmann -# Copyright (C) 2019 Kouhei Sutou +# Copyright (C) 2019-2024 Sutou Kouhei # Copyright (C) 2019 Shimadzu Corporation # # This program is free software; you can redistribute it and/or modify @@ -23,11 +23,11 @@ Redmine::Plugin.register :wiki_external_filter do name 'Wiki External Filter plugin' - author 'Kouhei Sutou, Alexander Tsvyashchenko (the original author)' + author 'Sutou Kouhei, Alexander Tsvyashchenko (the original author)' description 'Processes given text using external command and renders its output' author_url 'https://github.com/clear-code/redmine_wiki_external_filter' version WikiExternalFilter::Version::STRING - requires_redmine :version_or_higher => '3.4.0' + requires_redmine :version_or_higher => '5.0.0' settings :default => {'cache_seconds' => '60'}, :partial => 'wiki_external_filter/settings'