Skip to content

Commit d64ee5d

Browse files
committed
New 4.5 and higher branch,
update readme with list of currently supported branches.
1 parent 4fd6404 commit d64ee5d

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,14 @@ Features not yet implemented:
6464
* Role mapping - not yet implemented
6565

6666

67-
## Branches
67+
## Supported branches
6868

6969
| Moodle version | Branch | PHP | SimpleSAMLphp |
7070
| ----------------- | ------------------ |-----------|---------------|
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 |
7273
| Moodle 3.9 to 4.3 | `MOODLE_39_STABLE` | 7.4+ | v2.0.5 |
7374
| 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 |
7875

7976
## Installation
8077

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024121600; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2025021600; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->release = 2024121600; // Match release exactly to version.
29-
$plugin->requires = 2024042200; // Requires PHP 8.1
29+
$plugin->requires = 2024100700; // Requires Moodle 4.5
3030
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3131
$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.

0 commit comments

Comments
 (0)