Browse Source

fix maturity of branch.

MOODLE_36_STABLE
Dan Marsden 6 years ago
committed by GitHub
parent
commit
4f8410a5a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      version.php

2
version.php

@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018102600; $plugin->version = 2018102600;
$plugin->requires = 2018102700; // Requires 3.6. $plugin->requires = 2018102700; // Requires 3.6.
$plugin->release = '3.6.3'; $plugin->release = '3.6.3';
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save