File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,14 @@ Features not yet implemented:
64
64
* Role mapping - not yet implemented
65
65
66
66
67
- ## Branches
67
+ ## Supported branches
68
68
69
69
| Moodle version | Branch | PHP | SimpleSAMLphp |
70
70
| ----------------- | ------------------ | -----------| ---------------|
71
- | Moodle 4.4+ | ` MOODLE_404_STABLE ` | 8.1+ | v2.3.5 |
71
+ | Moodle 4.5 | ` MOODLE_405_STABLE ` | 8.1+ | v2.3.5 |
72
+ | Moodle 4.4 | ` MOODLE_404_STABLE ` | 8.1+ | v2.3.5 |
72
73
| Moodle 3.9 to 4.3 | ` MOODLE_39_STABLE ` | 7.4+ | v2.0.5 |
73
74
| Totara 13+ | ` TOTARA_13_STABLE ` | 7.4+ | v2.0.5 |
74
- | Totara 12 | ` TOTARA_12_STABLE ` | 7.1 - 7.2 | v1.19.1 |
75
- | Moodle 3.5 to 3.8 | ` MOODLE_35_STABLE ` | 7.2+ | v1.18.8 |
76
- | Moodle 2.7 to 3.4 | ` 27_34STABLE ` | 5.5+ | v1.15.4 |
77
- | Totara up to 11 | ` 27_34STABLE ` | 5.5+ | v1.15.4 |
78
75
79
76
## Installation
80
77
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2024121600 ; // The current plugin version (Date: YYYYMMDDXX).
27
+ $ plugin ->version = 2025021600 ; // The current plugin version (Date: YYYYMMDDXX).
28
28
$ plugin ->release = 2024121600 ; // Match release exactly to version.
29
- $ plugin ->requires = 2024042200 ; // Requires PHP 8.1
29
+ $ plugin ->requires = 2024100700 ; // Requires Moodle 4.5
30
30
$ plugin ->component = 'auth_saml2 ' ; // Full name of the plugin (used for diagnostics).
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
- $ plugin ->supported = [404 , 405 ]; // A range of branch numbers of supported moodle versions.
32
+ $ plugin ->supported = [405 , 405 ]; // A range of branch numbers of supported moodle versions.
You can’t perform that action at this time.
0 commit comments