From f7d42bab685b51879f323ce12c4243c751949b3d Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Tue, 3 Apr 2012 16:07:27 +0200 Subject: [PATCH] Releasing 0.1.11 * adapting allowed_to evaluation to core implementation * fixing securitiy bug --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 76346e781a..00d3243100 100644 --- a/init.rb +++ b/init.rb @@ -21,7 +21,7 @@ Redmine::Plugin.register :redmine_global_roles do name 'Global Roles plugin' author 'Jens Ulferts @ finnlabs' description 'Adds global, meaning non project bound, roles. Create Project becomes a global role.' - version '0.1.10' + version '0.1.11' if RAILS_ENV != "test" require_or_load 'global_roles/permission_patch'