Skip to content

Commit f0d38dd

Browse files
author
Nathan Nguyen
committed
Support Moodle 4.5
1 parent b622433 commit f0d38dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// for Totara 3.3 is the same as Moodle 3.3.
3333
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3434
$plugin->maturity = MATURITY_STABLE;
35-
$plugin->supported = [39, 404]; // A range of branch numbers of supported moodle versions.
35+
$plugin->supported = [39, 405]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)