Skip to content

Commit 6037edb

Browse files
committed
Set requires version to 4.1
1 parent 354b1e9 commit 6037edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
$plugin->version = 2024090901; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->release = 2024090901; // Match release exactly to version.
29-
$plugin->requires = 2017051509; // Requires PHP 7, 2017051509 = T12. M3.3
29+
$plugin->requires = 2022112800; // Requires 4.1.
3030
// Strictly we require either Moodle 3.5 OR
3131
// we require Totara 3.3, but the version number
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, 403]; // A range of branch numbers of supported moodle versions.
35+
$plugin->supported = [401, 403]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)