You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* *************************************************************************
|
|
|
|
* * Apply Enrol **
|
|
|
|
* *************************************************************************
|
|
|
|
* @copyright emeneo.com **
|
|
|
|
* @link emeneo.com **
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
|
|
|
|
* *************************************************************************
|
|
|
|
* ************************************************************************
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Short answer question type version information.
|
|
|
|
*
|
|
|
|
* @package enrol apply
|
|
|
|
* @copyright Emeneo {@link http://www.emeneo.com/}
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
|
*/
|
|
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
|
|
|
|
$plugin->version = 2016042200;
|
|
|
|
$plugin->requires = 2011080100;
|
|
|
|
$plugin->maturity = MATURITY_STABLE;
|
|
|
|
$plugin->release = 'Enrolment upon approval plugin Version 3.0-c';
|
|
|
|
$plugin->component = 'enrol_apply';
|