From e600fb27826d61e5f73a4a916840340c110aa179 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 26 Sep 2024 16:02:47 +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 c685bace071..3bd8e151d51 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 = 2023100900; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2023100400; // Requires this Moodle version. $plugin->component = 'h5plib_v127'; // Full name of the plugin (used for diagnostics).