Update version file
This commit is contained in:
parent
0119c5b1b0
commit
f04cf2afc3
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2017051500; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->release = 2017051500; // Match release exactly to version.
|
||||
$plugin->requires = 2015051100; // Requires this Moodle version.
|
||||
$plugin->version = 2018012900; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->release = 2018012900; // Match release exactly to version.
|
||||
$plugin->requires = 2017051500; // Requires Moodle 3.3 version.
|
||||
$plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
Loading…
Reference in a new issue