From 8ec40392274890d45925bafdae99e74341f2bf51 Mon Sep 17 00:00:00 2001 From: chantra Date: Tue, 17 Aug 2010 13:47:15 +0200 Subject: [PATCH] Bumping to v0.0.4 Merging changes from stable 0.0.X branch to master --- Changelog | 8 ++++++-- README.rdoc | 2 +- init.rb | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 81a306d..837733a 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ -version 0.0.4 undefined - * Add Italian Translation (tks Flavio Calva) +version 0.0.4 2010-08-17 + * Yet a new mail issue fix for redmine-0.9.x + see issue #8: http://redmine.debuntu.org/issues/8 + * Localization: + * Backported Italian Translation (Flavio Calva) + * Backported Ducth Translation (friflaj) version 0.0.3 2010-04-30 * Fix mail issue with redmine-0.9.x diff --git a/README.rdoc b/README.rdoc index 3afa0a0..84d33d0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,7 +13,7 @@ For the complete changelog see the CHANGELOG file in the Redmine Whinin ==Latest stable release -The currently available, latest stable release of the plugin is version 0.0.3. +The currently available, latest stable release of the plugin is version 0.0.4. ==Purpose diff --git a/init.rb b/init.rb index 543596d..d67eb99 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ name 'Redmine Whining plugin' author 'Emmanuel Bretelle' description 'A plugin to send email alerts when an issue did not get udated since a certain amount of time. This plugin MUST be called from a cronjob.' - version '0.0.3' + version '0.0.4' settings :default => { :delay_default => 7, :trackers => [] }, :partial => 'settings/whining_settings' @@ -12,4 +12,5 @@ # we need a dummy permission to enable per-project module enablement permission :dummy, {:dummy => [:dummy]}, :public => true end + version '0.0.4' end