Version 1.0.3 - Removed local_outage example plugin from code. I created another branch with the example code for future reference if needed.

This commit is contained in:
Daniel Thee Roperto
2016-10-14 12:11:58 +11:00
parent 50689c3b4c
commit c49c854a89
5 changed files with 2 additions and 108 deletions

View File

@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2016101200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.2'; // Human-readable release information.
$plugin->version = 2016101400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.3'; // Human-readable release information.
$plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 2.9 or later recommended.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!