Browse Source

Set require Moodle 3.7 and bump version higher than 3.6 branch.

MOODLE_37_STABLE
Dan Marsden 6 years ago
parent
commit
b9d7d159cd
  1. 6
      version.php

6
version.php

@ -23,9 +23,9 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2019072100; $plugin->version = 2019072400;
$plugin->requires = 2018102700; // Requires 3.6. $plugin->requires = 2019052000; // Requires 3.7.
$plugin->release = '3.6.7'; $plugin->release = '3.7.0';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save