Skip to content

Commit cabafab

Browse files
committed
noted changes, versioned
1 parent feae4d1 commit cabafab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Recurring Tasks Redmine Plugin -- Release Notes
22

3+
## Version 1.0.1
4+
5+
* Added missing translations
6+
* Fixed missing routes
7+
38
## Version 1.0.0
49

510
* Initial functionality to configure recurring tasks.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name 'Recurring Tasks'
55
author 'Teresa N.'
66
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'
7-
version '1.0.0'
7+
version '1.0.1'
88

99
menu :top_menu, :recurring_tasks, { :controller => 'recurring_tasks', :action => 'index' }, :caption => 'Recurring Tasks'
1010

0 commit comments

Comments
 (0)