mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2026-01-31 01:15:19 +01:00
Ready for v0.0.7.
This commit is contained in:
16
README.rdoc
16
README.rdoc
@@ -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
|
||||
|
||||
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.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'
|
||||
|
||||
Reference in New Issue
Block a user