mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #36 - Changed version to 1.0 STABLE, ready to submit to plugin directory.
This commit is contained in:
20
version.php
20
version.php
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user