. /** * Version information. * * @package auth_outage * @author Marcus Boon * @author Brendan Heywood * @author Daniel Thee Roperto * @copyright 2016 Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; $plugin->version = 2022120502; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 2022120500; // 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, 311]; // A range of branch numbers of supported moodle versions.