From 6b688b051ad47b27517587fe387a6ca0ce7e2e68 Mon Sep 17 00:00:00 2001 From: Neill Magill Date: Fri, 17 Jul 2015 09:16:06 +0100 Subject: [PATCH] The code for Moodle 2.9 should not allow installation on Moodle 2.7 or 2.8 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ef417a6..dcef314 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ $plugin->version = 2015062900; -$plugin->requires = 2014042900; +$plugin->requires = 2015051100; $plugin->release = '2.9.2.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;