Browse Source

Prevent this branch from installing on versions earlier than 2.8

MOODLE_28_STABLE
Dan Marsden 10 years ago
parent
commit
da16ecdcaa
  1. 2
      version.php

2
version.php

@ -23,7 +23,7 @@
*/ */
$plugin->version = 2015040503; $plugin->version = 2015040503;
$plugin->requires = 2014042900; $plugin->requires = 2014111000;
$plugin->release = '2.9.1.1'; $plugin->release = '2.9.1.1';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;

Loading…
Cancel
Save