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

Commit

Permalink
plugin now requires Redmine 3.x / Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Feb 9, 2019
1 parent 4bff135 commit 63c70a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You can also **schedule maintenance windows.** Users will then be notified in ad

**Be aware that this plugin only blocks non-admin users from the system, while the redmine rails stack is still running! It will NOT shut down redmine!**

* This plugin is tested with Redmine v2.4 - v2.6, v3.0 - v3.4
* This plugin is tested with Redmine v3.0 - v3.4, v4.0
* See branch `redmine-2.x` for a Redmine 2.4+ compatible version of the plugin
* This plugin is listed in the [redmine.org plugin repository](http://www.redmine.org/plugins/redmine_maintenance_mode)


Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url 'https://github.com/tofi86/redmine_maintenance_mode'
author_url 'https://github.com/tofi86'

requires_redmine :version_or_higher => '2.4.0'
requires_redmine :version_or_higher => '3.0.0'
requires_redmine_plugin :redmine_base_deface, :version_or_higher => '0.0.1'

menu :admin_menu, :redmine_maintenance_mode,
Expand Down

0 comments on commit 63c70a2

Please sign in to comment.