Skip to content

Commit

Permalink
New 4.5 and higher branch,
Browse files Browse the repository at this point in the history
update readme with list of currently supported branches.
  • Loading branch information
danmarsden committed Feb 16, 2025
1 parent 4fd6404 commit d64ee5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,14 @@ Features not yet implemented:
* Role mapping - not yet implemented


## Branches
## Supported branches

| Moodle version | Branch | PHP | SimpleSAMLphp |
| ----------------- | ------------------ |-----------|---------------|
| Moodle 4.4+ | `MOODLE_404_STABLE`| 8.1+ | v2.3.5 |
| Moodle 4.5 | `MOODLE_405_STABLE`| 8.1+ | v2.3.5 |
| Moodle 4.4 | `MOODLE_404_STABLE`| 8.1+ | v2.3.5 |
| Moodle 3.9 to 4.3 | `MOODLE_39_STABLE` | 7.4+ | v2.0.5 |
| Totara 13+ | `TOTARA_13_STABLE` | 7.4+ | v2.0.5 |
| Totara 12 | `TOTARA_12_STABLE` | 7.1 - 7.2 | v1.19.1 |
| Moodle 3.5 to 3.8 | `MOODLE_35_STABLE` | 7.2+ | v1.18.8 |
| Moodle 2.7 to 3.4 | `27_34STABLE` | 5.5+ | v1.15.4 |
| Totara up to 11 | `27_34STABLE` | 5.5+ | v1.15.4 |

## Installation

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2024121600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2025021600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024121600; // Match release exactly to version.
$plugin->requires = 2024042200; // Requires PHP 8.1
$plugin->requires = 2024100700; // Requires Moodle 4.5
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [404, 405]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [405, 405]; // A range of branch numbers of supported moodle versions.

0 comments on commit d64ee5d

Please sign in to comment.