Issue #36 - Changed version to 1.0 STABLE, ready to submit to plugin directory.

This commit is contained in:
Daniel Thee Roperto
2016-10-03 13:34:23 +11:00
parent 2903326d0d
commit b12ef98170
2 changed files with 148 additions and 10 deletions

View File

@@ -17,18 +17,18 @@
/**
* Version information.
*
* @package auth_outage
* @author Marcus Boon <marcus@catalyst-au.net>
* @author Brendan Heywood <brendan@catalyst-au.net>
* @author Daniel Thee Roperto <daniel.roperto@catalyst-au.net>
* @copyright Catalyst IT
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package auth_outage
* @author Marcus Boon <marcus@catalyst-au.net>
* @author Brendan Heywood <brendan@catalyst-au.net>
* @author Daniel Thee Roperto <daniel.roperto@catalyst-au.net>
* @copyright 2016 Catalyst IT
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2016092207; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Build '.$plugin->version; // Human-readable release information.
$plugin->requires = 2014051200; // Requires Moodle 2.7 or later.
$plugin->maturity = MATURITY_ALPHA; // Not suitable for PRODUCTION environments yet!
$plugin->version = 2016100300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.0'; // Human-readable release information.
$plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 2.9 or later recommended.
$plugin->maturity = MATURITY_STABLE; // Not suitable for PRODUCTION environments yet!