Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version.php requirements for 404 #848

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@

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

$plugin->version = 2024090900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024090900; // Match release exactly to version.
$plugin->requires = 2017051509; // Requires PHP 7, 2017051509 = T12. M3.3
// Strictly we require either Moodle 3.5 OR
// we require Totara 3.3, but the version number
// for Totara 3.3 is the same as Moodle 3.3.
$plugin->version = 2024120400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024120400; // Match release exactly to version.
$plugin->requires = 2024042200; // Requires PHP 8.1
$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.
Loading