-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.2
-
3
-
HQ 2024 Planning I1 Moppies
Hello,
We've been downloading activities from h5p.com and recently started encountering an error with Question Sets when uploading to Moodle. We also upgraded to latest Moodle 4.3.2 and that didn't help.
api-version-unsupported : The system was unable to install the Question Set component from the package, as it requires a newer version of the H5P plugin. This site is currently running version 1.25, whereas the required version is 1.26 or higher. Please upgrade and then try again.
We noticed that h5p-question-set repo has core api version set to 1.26 (as of Nov 8th 2023): https://github.com/h5p/h5p-question-set/blob/master/library.json
"coreApi": { |
"majorVersion": 1, |
"minorVersion": 26 |
},
|
Moodle's latest stable has 1.25: https://github.com/moodle/moodle/blob/MOODLE_403_STABLE/h5p/h5plib/v124/joubel/core/h5p.classes.php
class H5PCore { |
|
public static $coreApi = array( |
'majorVersion' => 1, |
'minorVersion' => 25 |
);
|
We also noticed MDL-76157 a year ago (Nov 2022) where H5P had to rollback a core API change and wonder if it's a similar issue this time?
Any recommendations on workarounds or a solution to fix? Thanks!
- has a non-specific relationship to
-
MDL-79659 Review third party libraries for new versions (4.4 release)
- Closed
-
MDL-73853 Upgrade h5p-editor-php-library and h5p-php-library to moodle-1.22.4
- Closed
-
MDL-76691 Upgrade h5p-editor-php-library and h5p-php-library to moodle-1.23
- Closed
-
MDL-80879 Create and upload h5plib_v126 plugin to the Moodle plugins directory
- Closed
-
MDL-71972 Rethink the h5plib to move interface implementations there too
- Open
- has been marked as being related by
-
MDL-76157 H5P Library version 1.25 is missing - please update
- Closed
-
MDL-83268 H5P API Version Unsupported: running 1.26, requires 1.27 or higher
- Closed
-
MOBILE-4508 Update H5P library to 1.26
- Closed
- is duplicated by
-
MDL-80794 add h5pactivity update to 1.26
- Closed