Skip to content

Commit e11e39e

Browse files
committed
version 1.2.8
1 parent 20dc305 commit e11e39e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
### Develop
1111

12-
*
12+
## Next Version (Develop Branch)
1313

14-
## Resolved in Develop (Next Version)
14+
## Version 1.2.8 (05 Jan 2014)
1515

1616
* Using validates_presence_of instead of validates :x, presence: true for backward Rails compatibility (#20)
1717
* Using validates_inclusion_of and validates_numericality_of instead of stand-alone validates for backward Rails compatibility (#20)

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author_url 'https://github.com/nutso/'
1111
url 'https://github.com/nutso/redmine-plugin-recurring-tasks'
1212
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'
13-
version '1.2.7'
13+
version '1.2.8'
1414

1515
Redmine::MenuManager.map :top_menu do |menu|
1616
menu.push :recurring_tasks, { :controller => 'recurring_tasks', :action => 'index' }, :caption => :label_recurring_tasks, :if => Proc.new { User.current.admin? }

0 commit comments

Comments
 (0)