Add reusable workflows

This commit is contained in:
Anupama Dharmajan
2021-12-16 14:16:58 +11:00
parent c4fc4b4396
commit 5f9788a6fe
27 changed files with 31 additions and 174 deletions

View File

@@ -28,7 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2021032500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2021032500; // Human-readable release information.
$plugin->version = 2021032501; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2021032501; // Human-readable release information.
$plugin->requires = 2017051500; // Requires 3.3 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [33, 38]; // A range of branch numbers of supported moodle versions.