Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Feb 8, 2015
1 parent 02eff4b commit e4006f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name 'Redmine Maintenance Mode'
author 'Tobias Fischer'
description 'This is a plugin to schedule and announce maintenance downtimes as well as disable user access to redmine during maintenance times.'
version '1.1.0'
version '2.0.0'
url 'https://github.com/tofi86/redmine_maintenance_mode'
author_url 'https://github.com/tofi86'

Expand All @@ -20,8 +20,8 @@
'maintenance_message' => '',
'maintenance_schedule' => false,
'schedule_message' => '',
'schedule_start' => '2015-01-31 14:00',
'schedule_end' => '2015-01-31 15:00'
'schedule_start' => '2015-02-07 14:00',
'schedule_end' => '2015-02-07 15:00'
}, :partial => 'redmine_maintenance_mode_settings'
end

Expand Down

0 comments on commit e4006f4

Please sign in to comment.