forked from ndl/wiki_external_filter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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' | ||
|
||
|