Browse Source

bump version for plugins db release.

MOODLE_35_STABLE
Dan Marsden 7 years ago
parent
commit
b81601c969
  1. 4
      version.php

4
version.php

@ -23,9 +23,9 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017120802; $plugin->version = 2018022100;
$plugin->requires = 2017102700; // Requires 3.4 $plugin->requires = 2017102700; // Requires 3.4
$plugin->release = '3.4.2'; $plugin->release = '3.4.3';
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_ALPHA;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save