Skip to content

Commit e4a4ce0

Browse files
committed
version 1.2.7
1 parent 99e67f9 commit e4a4ce0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ReleaseNotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Master (Stable)
66

77
* (Confirmed) Deleting an issue neither generates a warning nor deletes the recurrence
8-
* (Reported) Incompatibility with Redmine Stable 2.4 (#20) -- possibly line feed issue
98
* (Confirmed) No ability to view historic recurrences
109

1110
### Develop
@@ -16,6 +15,10 @@
1615

1716
*
1817

18+
## Version 1.2.7
19+
20+
* Changed to more traditional :through => :issue instead of through: :issue to resolve incompatibility with Redmine Stable 2.4 (#20)
21+
1922
## Version 1.2.6
2023

2124
* After deleting an issue that still has a recurrence, recurrence views generate errors

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.6'
13+
version '1.2.7'
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)