Skip to content

Commit

Permalink
Require Redmine 5.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 24, 2024
1 parent a591944 commit 4597568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2012 mkinski <[email protected]>
# Copyright (C) 2012 zzloiz <[email protected]>
# Copyright (C) 2013 Christoph Dwertmann <[email protected]>
# Copyright (C) 2019 Kouhei Sutou <[email protected]>
# Copyright (C) 2019-2024 Sutou Kouhei <[email protected]>
# Copyright (C) 2019 Shimadzu Corporation
#
# This program is free software; you can redistribute it and/or modify
Expand All @@ -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'

Expand Down

0 comments on commit 4597568

Please sign in to comment.