From 7e7a8dd92fdc961a751acd568320389cfc3741c1 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Fri, 2 Sep 2016 15:56:09 +1000 Subject: [PATCH] Set minimum requirement to Moodle 2.6 -- we may need to change for 2.7 later. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 0f174e7..4a42a07 100644 --- a/version.php +++ b/version.php @@ -31,6 +31,6 @@ if (!defined('MOODLE_INTERNAL')) { $plugin->version = 2016090100; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = $plugin->version; // Same as version -$plugin->requires = 2014051200; // Requires Moodle 2.7 or later. +$plugin->requires = 2013111811; // Requires Moodle 2.6 or later. $plugin->component = "auth_outage"; $plugin->maturity = MATURITY_ALPHA; // Not suitable for PRODUCTION environments yet!