Allow default start time using cron syntax #163

This commit is contained in:
Brendan Heywood
2020-03-25 22:21:35 +11:00
parent e6a63f02e6
commit 3b1b1ea0e1
5 changed files with 30 additions and 2 deletions

View File

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