Update version, author and repo URL

This commit is contained in:
Victor LABORIE 2017-08-31 11:50:35 +02:00
parent fe46c1cf94
commit 2082bb5de3
1 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@ end
require 'RedCloth'
Redmine::Plugin.register :redmine_wiki_notes do
name 'Redmine Wiki Notes plugin'
author 'Daniel Seifert'
author 'Daniel Seifert, Victor Laborie'
description 'Allows adding different kinds of notes into a wiki page'
url "http://www.github.com/dseifert/redmine_wiki_notes" if respond_to?(:url)
version '0.0.2'
url "http://www.github.com/vlaborie/redmine_wiki_notes" if respond_to?(:url)
version '0.0.3'
requires_redmine :version_or_higher => '2.3.0'
RedCloth3::ALLOWED_TAGS << "div"