yireo / Yireo_NextGenImages

44 stars 26 forks source link

Compatibility with Magento >=2.4.7-beta3 #76

Closed Bashev closed 4 months ago

Bashev commented 4 months ago

Magento Framework requires (not explicitly) psr/log >= 2.0, current requirement can block update of the magento core function which will cause critical error.

jissereitsma commented 4 months ago

Thanks for spotting this. This will be included in the next version!

hostep commented 3 months ago

Hey @jissereitsma

When would you plan to release a new version with this included? We are experimenting with Magento 2.4.7-beta3 at the moment and this causes issues for us.

Same question for https://github.com/yireo/Yireo_Webp2/pull/161

Be aware that Magento 2.4.7 will be released in less than a week (on the 9th of April), so ideally we should have new versions of these 2 modules with these fixes before this Magento version is released if possible.

Thanks! :)

For the people already trying out Magento 2.4.7-beta3, you can - for now - do something like this in your composer.json file:

        "yireo/magento2-next-gen-images": "dev-master as 0.5.1",
        "yireo/magento2-webp2": "dev-master"
jissereitsma commented 3 months ago

Released!