Releases: cloudinary/cloudinary_magento2
Releases · cloudinary/cloudinary_magento2
v1.16.0
- Trigger auto-upload directory mapping using a button instead of the config observer.
v1.15.2
- Added default image global transformation.
- Fixed import error when the CSV has multiple CLD video URLs.
v1.15.1
- Removed AutomaticLoginUser.
- Added API endpoints for getting product CLD media URLs.
- Added a note to the product gallery configuration.
v1.14.11
- Added registry cache on free transformation in order to reduce frontend queries and allowed disabling it when not in use.
v1.14.10
- Added jpeg to ImageRepository (for BulkUpload).
v1.14.9
- Queries optimization for synchronization table.
- Added registry cache to transformation queries.
- Fixed an issue on BulkUpload (mark as synced if already on CLD).
v1.14.8
- Added CLD-ENV-VAR header to productGallery API.
- Fixed relative path on BatchUploader.
- Added enabled/api-env condition to plugins and synchronization process.
- Fixed deprecation error on ApiClient (when enabling auto-upload-mapping).
- Fix error on CLI when installing with Magento.
- Added urlencode & regexEscape to ML and add-video scripts in order to improve support for spaces and other special chars.
- Added a fallback for missing video thumbnail.
- Fixed empty ajaxUrl on product free transformations form.
v1.14.7
- Improved symlinked media dir support on manual upload migration.
- Allowed manual sync from CLI withot enabling CLD.
- Wrapped cleanConfigCache() with try-catch on Configuration observer.
v1.14.6
- Cloudinary PHP SDK version fix.
- Fixes on CSP.
- Fixes on admin gallery (no-selection image)
v1.14.4
- Added page-builder support to allow CLD videos & picking from CLD ML.
- Adjustments for Magento 2.4 with backward compatibility.
- Fixed a typo on ProductGalleryManagement API.
- Minor coding standards changes.
- Minor fixes + suggestions from PRs.