Update version to 0.0.5.

This commit is contained in:
Akiko Takano 2012-12-25 05:24:04 +09:00
parent ad948ce932
commit f8be74c3b2
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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'