. /** * Version details * * @package auth * @subpackage ip * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @author Robert Boloc * @author Jordi Pujol-Ahulló * @copyright 2013 onwards Servei de Recursos Educatius (http://www.sre.urv.cat) */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2014072522; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2012120300; // Requires this Moodle version (2.4) $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) $plugin->maturity = MATURITY_STABLE; $plugin->release = '1.1 (Build: 2014072522)';