Bump requires version to T13.

This commit is contained in:
Dan Marsden
2021-05-06 10:12:40 +12:00
parent 4bda39434d
commit b40fb047e2

View File

@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2021032500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2021050600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2021032500; // Human-readable release information.
$plugin->requires = 2017051500; // Requires 3.3 and higher.
$plugin->requires = 2017111309; // 2017111309 = T13, but this really requires 3.9 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!