From 37bdc9f5bcb5ff70e2c5f6626df3938e4eb23ad0 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Fri, 8 Aug 2014 17:51:54 +0200 Subject: [PATCH] version 1.1.0 fixes #2 #3 --- README.md | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8a06dd..e756ec8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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!** -This plugin is tested with Redmine v2.5.1 +This plugin is tested with Redmine v2.4.x and v2.5.x Installation diff --git a/init.rb b/init.rb index 0a7a1f0..563f0a8 100644 --- a/init.rb +++ b/init.rb @@ -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.0.1' + version '1.1.0' url 'https://github.com/tofi86/redmine_maintenance_mode' author_url 'https://github.com/tofi86'