Releases: imagekit-developer/imagekit-magento
Releases · imagekit-developer/imagekit-magento
Version 1.4.2
Full Changelog: 1.4.1...1.4.2
1.4.1
Full Changelog: 1.4.0...1.4.1
Version 1.4.0
Version 1.4.0 improves reliability and compatibility for Magento merchants using ImageKit. This release focuses on smoother operation on newer PHP versions, cleaner image handling, a refreshed media library experience, and better support for product videos.
What’s Changed
Better compatibility with newer PHP (Fixes #13)
- Improved compatibility with PHP 8.4 to help ensure Magento admin actions and builds run without avoidable warnings.
Cleaner, more consistent image URLs (Resolves IK-2457)
- Fixes an issue where some setups could produce image paths with duplicated
catalog/productsegments, which could lead to incorrect or inconsistent image URLs.
Updated Media Library experience (Fixes #14)
- Upgraded the ImageKit Media Library Widget to v2.4.1 for a more up-to-date asset browsing and selection experience in the Magento admin.
Improved MP4 video support in product galleries (Fixes #15)
- Fixes MP4 video insertion so product videos added from ImageKit work more reliably inside the product media gallery.
- Ensures video entries include the right metadata so they can display and play correctly on the storefront.
Easier local development setup (Dev Container)
- Adds a dev container setup to make local Magento 2.4 environments easier to spin up and keep consistent.
Upgrade Path
For existing installs
- Update the module to v1.4.0.
- Run Magento upgrade steps (recommended):
bin/magento setup:upgradebin/magento cache:flush
- If your store uses static content deployment in production, also run:
bin/magento setup:di:compilebin/magento setup:static-content:deploy
Full Changelog: 1.3.0...1.4.0
Version 1.3.0
What's Changed
Full Changelog: 1.2.1...1.3.0
Version 1.2.1
Version 1.2.0
Version 1.1.0
What's Changed
Full Changelog: 1.0.4...1.1.0
Version 1.0.4
Version 1.0.3
Version 1.0.2
Fix $secureRenderer and $jsonHelper not defined in Magento 2.3.x