Ready for v0.0.7.

This commit is contained in:
Akiko Takano
2014-02-19 16:34:43 +09:00
parent 5120b99110
commit f2764f06d3
2 changed files with 17 additions and 1 deletions

View File

@@ -55,6 +55,20 @@ project has some format for issues.
== Changelog
=== 0.0.7
NOTE: Please run "rake redmine:plugins:migrate" task because new column
is added.
* Fix some bugs.
* Compatible with CKEditor. (#1280)
* Add feature to show warning message for orphaned templates. (#1278)
* Inherited templates only should be listed which tracker is the same to
child project use. (#1278)
* Add French translation file. (Bitbucket IssueID:33)
* Add Serbian translation. Thank you so much, Miodrag Milic. (Bitbucket IssueID:34)
* Add option to change append or replace with template. (#1176)
=== 0.0.6
* Inherited templates from parent project. (#1267)
@@ -90,6 +104,8 @@ project has some format for issues.
* Bulgarian: Ivan Cenov
* Russian: Denny Brain
* German: Terence Miller and anonymous contributor
* French: Anonymous one
* Serbian: Miodrag Milic
=== License

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