Support only till 3.10

This commit is contained in:
Dmitrii Metelkin 2022-06-03 16:54:50 +10:00
parent e8acf6b503
commit c2cb337a88

View file

@ -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.