From 03edcc984e3fbe86cf0264471b053ffbccd92b8d Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 26 Sep 2024 16:02:17 +0200 Subject: [PATCH] MDL-83268 core_h5p: Fix version number --- 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 17e10bcfa47..ddbf5e5101f 100644 --- a/h5p/h5plib/v127/version.php +++ b/h5p/h5plib/v127/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024092500; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024042200; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2024041600; // Requires this Moodle version. $plugin->component = 'h5plib_v127'; // Full name of the plugin (used for diagnostics).