From b4c5d5f78f7710ace89ec019130cb6dcea6f652f Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Thu, 2 Feb 2012 16:26:18 +0100 Subject: [PATCH] Releasing 1.2.6 Updates for changes in accessibility master - where sub issues are not rendered differently --- CHANGELOG.rdoc | 7 +++++++ init.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 773d274f25..903bb749a3 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ += 1.2.6 - 2012-02-02 + +== Minor Change + +* Supporting changes in accessibility master +** Sub issues are now rendered differently and therefor the link has changed + = 1.2.5 - 2012-01-30 == Minor Change diff --git a/init.rb b/init.rb index 3b25bad393..a7e32cf2ac 100644 --- a/init.rb +++ b/init.rb @@ -39,7 +39,7 @@ Redmine::Plugin.register :backlogs do url 'http://github.com/finnlabs/chiliproject_backlogs' author_url 'http://www.finn.de/' - version '1.2.5' + version '1.2.6' requires_redmine_plugin 'chiliproject_nissue', '1.0.0'