We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2479b commit f4163c4Copy full SHA for f4163c4
version.php
@@ -32,4 +32,4 @@
32
// for Totara 3.3 is the same as Moodle 3.3.
33
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
34
$plugin->maturity = MATURITY_STABLE;
35
-$plugin->supported = [39, 405]; // A range of branch numbers of supported moodle versions.
+$plugin->supported = [404, 405]; // A range of branch numbers of supported moodle versions.
0 commit comments