Implement new hook callbacks #334

This commit is contained in:
Benjamin Walker
2024-05-20 17:27:26 +10:00
parent e281b59eb4
commit 541b2d4407
4 changed files with 81 additions and 3 deletions

View File

@@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2023012700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2023012700; // Human-readable release information.
$plugin->version = 2024052000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024052000; // Human-readable release information.
$plugin->requires = 2017111309; // 2017111309 = T13, but this really requires 3.9 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [39, 401]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [39, 404]; // A range of branch numbers of supported moodle versions.