Flotter Totte
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
|
@ -24,8 +24,8 @@ |
|
|
|
|
|
|
|
|
defined('MOODLE_INTERNAL') || die(); |
|
|
defined('MOODLE_INTERNAL') || die(); |
|
|
|
|
|
|
|
|
$plugin->version = 2019040400; |
|
|
$plugin->version = 2019120400; |
|
|
$plugin->requires = 2011080100; |
|
|
$plugin->requires = 2011080100; |
|
|
$plugin->maturity = MATURITY_STABLE; |
|
|
$plugin->maturity = MATURITY_STABLE; |
|
|
$plugin->release = 'Enrolment upon approval plugin Version 3.5-e'; |
|
|
$plugin->release = 'Enrolment upon approval plugin Version 3.7-a'; |
|
|
$plugin->component = 'enrol_apply'; |
|
|
$plugin->component = 'enrol_apply'; |
|
|