Browse Source
bump version for plugins db release.
MOODLE_37_STABLE
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 = 2019072401; |
|
|
$plugin->version = 2019072402; |
|
|
$plugin->requires = 2019052000; // Requires 3.7. |
|
|
$plugin->requires = 2019052000; // Requires 3.7. |
|
|
$plugin->release = '3.7.0'; |
|
|
$plugin->release = '3.7.1'; |
|
|
$plugin->maturity = MATURITY_STABLE; |
|
|
$plugin->maturity = MATURITY_STABLE; |
|
|
$plugin->cron = 0; |
|
|
$plugin->cron = 0; |
|
|
$plugin->component = 'mod_attendance'; |
|
|
$plugin->component = 'mod_attendance'; |
|
|