Browse Source
bump version for plugins db release
nwp90-nwp90-allsessionsreport
Dan Marsden
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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'; |
|
|