Skip to content

Commit d7ed490

Browse files
authored
redmine 6
1 parent e05ff81 commit d7ed490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@
103103
name 'Mega Calendar plugin'
104104
author 'Andreas Treubert'
105105
description 'Better calendar for redmine'
106-
version '2.0.0'
106+
version '2.0.1'
107107
url 'https://github.com/berti92/mega_calendar'
108108
author_url 'https://github.com/berti92'
109-
requires_redmine :version_or_higher => '5.1.1'
109+
requires_redmine :version_or_higher => '6.0.0'
110110
menu(:top_menu, :calendar, { :controller => 'calendar', :action => 'index' }, :caption => :calendar, :if => Proc.new {(!Setting.plugin_mega_calendar['allowed_users'].blank? && Setting.plugin_mega_calendar['allowed_users'].include?(User.current.id.to_s) ? true : false)})
111111
menu(:top_menu, :holidays, { :controller => 'holidays', :action => 'index' }, :caption => :holidays, :if => Proc.new {(!Setting.plugin_mega_calendar['allowed_users'].blank? && Setting.plugin_mega_calendar['allowed_users'].include?(User.current.id.to_s) ? true : false)})
112112
settings :default => {

0 commit comments

Comments
 (0)