mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2025-02-21 10:02:21 +00:00
Update version to 0.0.5.
This commit is contained in:
parent
ad948ce932
commit
f8be74c3b2
@ -3,7 +3,7 @@
|
||||
Plugin to generate and use issue templates for each project to assist issue creation.
|
||||
For Redmine 2.1.x or later, please use version 0.0.4 or higher.
|
||||
For Redmine 2.0, please use version 0.0.3 or higher.
|
||||
For Redmine 1.3 and 1.4, please use version 0.0.2. (or 0.0.2-stable)
|
||||
For Redmine 1.3 and 1.4, please use support_0.0.2 branch.
|
||||
(https://bitbucket.org/akiko_pusu/redmine_issue_templates/src/4475e1668541)
|
||||
|
||||
=== Plugin installation
|
||||
@ -49,6 +49,12 @@ project has some format for issues.
|
||||
|
||||
== Changelog
|
||||
|
||||
=== 0.0.5
|
||||
|
||||
* Load default template. (#1088)
|
||||
* Show warning message in case no project trackers are assigned.
|
||||
* Change CSS style when showing template. (#1141)
|
||||
|
||||
=== 0.0.4
|
||||
|
||||
* Support Redmine 2.1.x
|
||||
|
2
init.rb
2
init.rb
@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_issue_templates do
|
||||
name 'Redmine Issue Templates plugin'
|
||||
author 'Akiko Takano'
|
||||
description 'Plugin to generate and use issue templates for each project to assist issue creation.'
|
||||
version '0.0.4'
|
||||
version '0.0.5'
|
||||
author_url 'http://twitter.com/akiko_pusu'
|
||||
requires_redmine :version_or_higher => '2.1.0'
|
||||
url 'https://bitbucket.org/akiko_pusu/redmine_issue_templates'
|
||||
|
Loading…
x
Reference in New Issue
Block a user