Update version.php

This commit is contained in:
Luuk Verhoeven
2025-04-04 10:21:42 +02:00
committed by GitHub
parent c9b5e6cb7d
commit d56173f6b8

View File

@@ -27,8 +27,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'availability_ipaddress';
$plugin->version = 2025040400;
$plugin->release = '4.5.0';
$plugin->version = 2025040401;
$plugin->release = '4.5.1';
$plugin->requires = 2016120500;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 405];