The code for Moodle 2.9 should not allow installation on Moodle 2.7 or 2.8
authorNeill Magill <neill.magill@nottingham.ac.uk>
Fri, 17 Jul 2015 08:16:06 +0000 (09:16 +0100)
committerNeill Magill <neill.magill@nottingham.ac.uk>
Fri, 17 Jul 2015 08:16:06 +0000 (09:16 +0100)
version.php

index ef417a6..dcef314 100644 (file)
@@ -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;