Init base structure

This commit is contained in:
Luuk Verhoeven
2019-05-14 19:55:34 +02:00
parent 738c2af2d5
commit ee0784d146
8 changed files with 590 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'availability_ipaddress';
$plugin->version = 2019051400;
$plugin->version = 2019051401;
$plugin->release = 'v3.5.0';
$plugin->requires = 2018120300;
$plugin->requires = 2016120500;
$plugin->maturity = MATURITY_BETA;