Issue#209 Remove as much as db calls possible

This commit is contained in:
Qihui Chan
2022-05-13 13:48:28 +10:00
parent 0344500671
commit eb1372a8a7
5 changed files with 159 additions and 18 deletions

View File

@@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2022042800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2022042800; // Human-readable release information.
$plugin->version = 2022120500; // 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.