From d65fd40621e56447160b2cab39a899693c486687 Mon Sep 17 00:00:00 2001 From: Hamza Tamyachte Date: Wed, 18 Mar 2026 10:21:56 +0100 Subject: [PATCH] Update #86c89ftg9 - Bump release to 5.1.1 for plugin availability_ipaddress --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ee48b21..e1771b8 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; $plugin->version = 2026031800; -$plugin->release = '5.1.0'; +$plugin->release = '5.1.1'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [400, 501];