moodle-auth_ip - added maturity and release to version.php as suggested by Moodle.org.

This commit is contained in:
Jordi Pujol Ahulló (32.1)
2013-10-17 19:20:27 +02:00
parent 87c83e1712
commit 4e3ef92e8b

View File

@@ -30,4 +30,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013072411; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2012112900; // Requires this Moodle version
$plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.0 Build: 2013101700';