From 9dd7e7ab28a3bb138226ab931ca86fecf3e4e6d8 Mon Sep 17 00:00:00 2001 From: Santosh Nagargoje Date: Sat, 25 Oct 2025 21:37:04 +0530 Subject: [PATCH] moodle-51-changes --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 317791c..855f346 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2025051001; +$plugin->version = 2025102500; $plugin->requires = 2022112800; $plugin->component = 'availability_dedicationtime'; $plugin->dependencies = [ @@ -32,4 +32,4 @@ 'block_dedication' => 2023112001, ]; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.1.3'; +$plugin->release = '4.1.4';