Change version
This commit is contained in:
parent
5e55a837d8
commit
79b3921cdc
10
version.php
10
version.php
@ -25,8 +25,8 @@
|
||||
defined("MOODLE_INTERNAL") || die();
|
||||
|
||||
$plugin->component = "auth_token";
|
||||
$plugin->dependencies = array( "tool_managertokens" => 2015111000 );
|
||||
$plugin->maturity = "MATURITY_ALPHA";
|
||||
$plugin->release = "0.0.0 (Build: 2015111000)";
|
||||
$plugin->requires = 2015111000;
|
||||
$plugin->version = 2015111000;
|
||||
$plugin->dependencies = array( "tool_managertokens" => 2017120200 );
|
||||
$plugin->maturity = "MATURITY_RC";
|
||||
$plugin->release = "0.1.0 (Build: 2017120200)";
|
||||
$plugin->requires = 2017120200;
|
||||
$plugin->version = 2016112900;
|
Loading…
x
Reference in New Issue
Block a user