. /** * Version information * * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * * @package availability_ipaddress * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven * @author Luuk Verhoeven **/ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; $plugin->version = 2026031800; $plugin->release = '5.1.1'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [400, 501];