3 Commits
3.8 ... 3.9.0

Author SHA1 Message Date
Luuk Verhoeven
cc43dbdf0b Merge remote-tracking branch 'origin/master' 2020-06-15 22:17:58 +02:00
Luuk Verhoeven
3ba695cb97 Update for Moodle 3.9 2020-06-15 22:17:50 +02:00
Luuk Verhoeven
020dac34ba Create FUNDING.yml 2020-06-02 21:52:34 +02:00
2 changed files with 3 additions and 2 deletions

1
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1 @@
github: [MFreakNL]

View File

@@ -27,7 +27,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'availability_ipaddress';
$plugin->version = 2019111400;
$plugin->release = '3.8.0';
$plugin->version = 2020061500;
$plugin->release = '3.9.0';
$plugin->requires = 2016120500;
$plugin->maturity = MATURITY_BETA;