Skip to content

Commit

Permalink
version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nutso committed Jan 4, 2014
1 parent 99e67f9 commit e4a4ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ReleaseNotes.md
Expand Up @@ -5,7 +5,6 @@
### Master (Stable)

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

### Develop
Expand All @@ -16,6 +15,10 @@

*

## Version 1.2.7

* Changed to more traditional :through => :issue instead of through: :issue to resolve incompatibility with Redmine Stable 2.4 (#20)

## Version 1.2.6

* After deleting an issue that still has a recurrence, recurrence views generate errors
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -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.6'
version '1.2.7'

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? }
Expand Down

0 comments on commit e4a4ce0

Please sign in to comment.