. /** * 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 = 2022021700; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2017051500; // Requires this Moodle version (3.3) for changes in settings.php. $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) $plugin->maturity = MATURITY_STABLE; $plugin->release = '2022021700';