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 b622433 commit f0d38ddCopy full SHA for f0d38dd
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, 404]; // A range of branch numbers of supported moodle versions.
+$plugin->supported = [39, 405]; // A range of branch numbers of supported moodle versions.
0 commit comments