Ready for version 0.0.9.

This commit is contained in:
Akiko Takano 2014-07-06 14:36:16 +09:00
parent a9d185ca29
commit 8a4cb7a541
2 changed files with 10 additions and 1 deletions

View File

@ -55,6 +55,15 @@ project has some format for issues.
== Changelog
=== 0.0.9
Bug fix relase.
* Fix bug on ruby 1.8. (#52)
* Remove feature to use JQuery tooltip to preview description, because useless. (#50)
* Change css definition to avoide conflict with Redmine's base style. (#45)
* Correct migration file to prevent uninstall error. (Related: #54)
=== 0.0.8
NOTE: Please run "rake redmine:plugins:migrate" task because new column

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.8'
version '0.0.9'
author_url 'http://twitter.com/akiko_pusu'
requires_redmine :version_or_higher => '2.1.0'
url 'https://bitbucket.org/akiko_pusu/redmine_issue_templates'