Restrict content type compatibility version with h5p-core version.

Forums: 

Hi,

I am doing platform integration with TYPO3 CMS. Currently facing issue with content type libraries. I have integrated following H5P PHP library versions.

"h5p/h5p-core": "1.18.0",
"h5p/h5p-editor": "1.17.0"

Now. when I update content type cache the latest version of content type libraires get fetched and some of them are not compatible with above versions.

So my question is, Can we fetch/restrict content type libraries which are compatible with core api version?

Thanks!
Sagar

icc's picture

Unfortunately, I don't think there's an API for this, but the required h5p version should be in the list of installable content types(cache) and it should be possible to restrict them until you update core again. I know it's not a perfect solution.

Thank you for your inputs.