Minor fixes to upload the plugin in Moodle repository.

This commit is contained in:
Valentin Popov 2017-08-14 15:57:39 +04:00
parent 096c4eb3b3
commit f51d0038ce

View File

@ -8,6 +8,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->release = '0.0.1 (Build: 2017081400)';
$plugin->version = 2017081400;
$plugin->requires = 2017050500;
$plugin->requires = 2016112900;
$plugin->component = 'auth_http';
$plugin->maturity = MATURITY_RC;