From 2f5e3d13b239a17b33b16d50d297d85b907031df Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 26 Sep 2024 15:20:11 +0200 Subject: [PATCH] MDL-83268 core_h5p: Fix required Moodle version --- h5p/h5plib/v127/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p/h5plib/v127/version.php b/h5p/h5plib/v127/version.php index 6831c0d2962..17e10bcfa47 100644 --- a/h5p/h5plib/v127/version.php +++ b/h5p/h5plib/v127/version.php @@ -25,5 +25,5 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2024092500; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2023042410; // Requires this Moodle version. +$plugin->requires = 2024041600; // Requires this Moodle version. $plugin->component = 'h5plib_v127'; // Full name of the plugin (used for diagnostics).