. /** * 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 = 2020111800; $plugin->release = '3.10.0'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE;