Browse Source

bump version for plugins db release

nwp90-nwp90-allsessionsreport
Dan Marsden 5 years ago
committed by GitHub
parent
commit
32387c9f51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      version.php

4
version.php

@ -23,9 +23,9 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2019080801; $plugin->version = 2019112500;
$plugin->requires = 2019072500; // Requires 3.8. $plugin->requires = 2019072500; // Requires 3.8.
$plugin->release = '3.8.0'; $plugin->release = '3.8.1';
$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