Support only till 3.10
This commit is contained in:
parent
e8acf6b503
commit
c2cb337a88
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ $plugin->release = 2022011600; // 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;
|
||||
$plugin->supported = [33, 401]; // A range of branch numbers of supported moodle versions.
|
||||
$plugin->supported = [33, 310]; // A range of branch numbers of supported moodle versions.
|
||||
|
|
Loading…
Reference in a new issue