Hi Team,
I have an interesting issue that I need help resolving. We got an external company to create H5P activities for us. When we upload them to Moodle version 4.0.4+ with HVP 1.22.4 (2022012000) or H5P (2021051700) we get the following error
api-version-unsupported : The system was unable to install the Course Presentation component from the package, as it requires a newer version of the H5P plugin. This site is currently running version 1.24, whereas the required version is 1.25 or higher. Please upgrade and then try again.
The documentation regarding "api-version-unsupported" is simple just an update So I updated all the content modules but the Moodle library under the H5P folder is still version 1.24. I check Moodle GIT repository and there is only 1.24. I could not get any H5P libraries on the web.
I also enabled logs to see more details
$CFG->debug = (E_ALL | E_STRICT);
$CFG->debugdisplay = 1;
$CFG->mod_hvp_dev = 1;
but I got only the error message above. Do you guys know how to upgrade the library in Moodle?
PS: I was able to upload the content on H5P.org with no issues.
Cheers,
Jerry