Skip to content

Releases: imagekit-developer/imagekit-magento

Version 1.4.2

02 Apr 07:10
a86ccd4

Choose a tag to compare

1.4.1

26 Feb 10:58
be8eb85

Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

Version 1.4.0

26 Feb 06:53
8d7d534

Choose a tag to compare

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/product segments, 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:upgrade
    • bin/magento cache:flush
  • If your store uses static content deployment in production, also run:
    • bin/magento setup:di:compile
    • bin/magento setup:static-content:deploy

Full Changelog: 1.3.0...1.4.0

Version 1.3.0

06 Jan 08:15
6692ded

Choose a tag to compare

What's Changed

  • feat: added support for store-wise configuration by @ahnv in #12

Full Changelog: 1.2.1...1.3.0

Version 1.2.1

20 Jul 14:43
2d83314

Choose a tag to compare

What's Changed

  • Locked EML JS import to 1.0.4 by @ahnv

Full Changelog: 1.2.0...1.2.1

Version 1.2.0

10 May 06:12
a929bb7

Choose a tag to compare

What's Changed

  • Updated imagekit-php sdk to 4.0 by @ahnv in #11

Full Changelog: 1.1.0...1.2.0

Version 1.1.0

02 Mar 12:02
a46c667

Choose a tag to compare

What's Changed

  • Fix for Issue #9 by @ahnv in #10
  • Updated ImageKit PHP SDK to v3

Full Changelog: 1.0.4...1.1.0

Version 1.0.4

23 Aug 07:11
c5401f2

Choose a tag to compare

What's Changed

  • fix: Admin Panel unusable due to jQuery Migrate Error by @ahnv in #7
  • fix: Unable to upload images or import from imagekit on first load by @ahnv in #8

Version 1.0.3

18 Aug 07:04
5ddb1ab

Choose a tag to compare

What's Changed

  • Magento Coding Standards CI by @ahnv in #5
  • Migrated Upgrade Schema to db_schema by @ahnv in #6
  • Fixed Dead-links in Configuration pages

Version 1.0.2

05 Aug 07:48
4c2f4bd

Choose a tag to compare

Fix $secureRenderer and $jsonHelper not defined in Magento 2.3.x