diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7507379..981c42b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -12,6 +12,10 @@ ## Next Version (Develop Branch) + + +## Version 1.3.0 (01 Mar 2014) + * Russian translation contributed by @box789 ([#30](https://github.com/nutso/redmine-plugin-recurring-tasks/pull/30)) * French translation contributed by @jbeauvois ([#35](https://github.com/nutso/redmine-plugin-recurring-tasks/pull/35)) * Backward Rails syntax compatibility ([#29](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/29), [#34](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/34)) diff --git a/init.rb b/init.rb index b6b98a3..b50c34a 100644 --- a/init.rb +++ b/init.rb @@ -10,7 +10,7 @@ author_url 'https://github.com/nutso/' url 'https://github.com/nutso/redmine-plugin-recurring-tasks' description 'Allows you to set a task to recur on a regular schedule, or when marked complete, regenerate a new task due in the future. Plugin is based -- very loosely -- on the periodic tasks plugin published by Tanguy de Courson' - version '1.2.9' + version '1.3.0' Redmine::MenuManager.map :top_menu do |menu| menu.push :recurring_tasks, { :controller => 'recurring_tasks', :action => 'index' }, :caption => :label_recurring_tasks, :if => Proc.new { User.current.admin? }