Skip to content

Commit f51d003

Browse files
committed
Minor fixes to upload the plugin in Moodle repository.
1 parent 096c4eb commit f51d003

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

version.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
defined('MOODLE_INTERNAL') || die();
1010

11+
$plugin->release = '0.0.1 (Build: 2017081400)';
1112
$plugin->version = 2017081400;
12-
$plugin->requires = 2017050500;
13+
$plugin->requires = 2016112900;
1314
$plugin->component = 'auth_http';
15+
$plugin->maturity = MATURITY_RC;

0 commit comments

Comments
 (0)