Releases: cloudinary/cloudinary_magento2
Releases · cloudinary/cloudinary_magento2
v1.19.5
- Updated Vimeo URLs to https://player.vimeo.com/api/player.js
- Fixed Class is deprecated message in ZendClient.php on line 27
- Fixed duplication of the asset when adding from Cloudinary
- Fixed cname support
v1.19.4
- Added cld_mag_plugin contextual metadata to uploaded/synced files
- Fixed Error while upgrading PHP 8.1
v1.19.3
- Fixed an issue where an empty list of blocks excluded from lazy loading in PHP versions greater than 7.4 caused an exception
- Fixed an issue where clicking on the jQuery Lazy Load plugin link would open in the same tab overriding the Magento admin
- Fixed an issue where the “Preview custom transformation” button was enabled even when no preview was available
v1.19.2
- Feature: API method to remove gallery items
- Feature: Remove all gallery items toggle
- Fix: getLazyloadIgnoredCmsBlocksArray method at class Configuration
v1.19.1
What's Changed
- Merge tag 'v.1.19.0' into v1.19.1 by @RonenGirit in #118
- V1.19.0 by @RonenGirit in #119
- change version to 1.19.1 on composer by @RonenGirit in #120
- add repositories to composer by @RonenGirit in #121
Full Changelog: v1.19.0...v1.19.1
v1.19.0
- Added PHP 8.2 support
- Updated Cloudinary SDK up to 2.8.1
- Refactor Magento extension to support new SDK methods
- Added support for Magento v2.4.4
- General bug fixes and improvements
V1.18.0
- Performance improvement, remove dependency on jQueryUI compat
- Fixes "Cloudinary Credentials incorrect" error when running
config:import
- Fixes Vimeo js URL
v1.17.0
- Added analytics param to PG asset URLs.
- Updated CLD Logos.
- Allow applying products-global transformation.
- Fix for Transformations keep_frame is not working (GH issue #105).
- Applied GraphQL support for query Cld images (beta).
- Added a note to the auto-upload-mapping configuration.
- Fixed video URL validation on page-builder to support Magento v2.4^.
- Improved URL encoding-decoding on admin JS.
v1.16.1
- Hotfix for JS encoding issue on video thumbnail generation (when importing from CLD ML).
v1.16.0
- Trigger auto-upload directory mapping using a button instead of the config observer.