diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 08502ee..54eac8e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -9,9 +9,9 @@ ### Develop -* +## Next Version (Develop Branch) -## Resolved in Develop (Next Version) +## Version 1.2.8 (05 Jan 2014) * Using validates_presence_of instead of validates :x, presence: true for backward Rails compatibility (#20) * Using validates_inclusion_of and validates_numericality_of instead of stand-alone validates for backward Rails compatibility (#20) diff --git a/init.rb b/init.rb index cbfa4e2..3beb5ae 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.7' + version '1.2.8' 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? }