Skip to content

Commit 612dbcc

Browse files
committed
Merge pull request #13 from teresan/develop
version number and todos
2 parents 00bb6e0 + 1d83709 commit 612dbcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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.1'
7+
version '1.0.2'
88

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

11-
# TODO Support project-specific recurring tasks view
11+
# TODO project-specific recurring tasks view (#11)
1212
# menu :project_menu, :periodic_tasks, { :controller => 'periodic_tasks', :action => 'index' }, :caption => 'Periodic Task', :after => :settings, :param => :project_id
1313

14-
# TODO not sure we need separate permissions ... is there a way to inherit from Issue permissions?
14+
# TODO better permissions (#12)
1515

1616
# project_module :recurring_tasks do
1717
# permission :recurring_tasks, {:recurring_tasks => [:index, :edit]}

0 commit comments

Comments
 (0)