Releases: cloudinary/cloudinary_magento2
Releases · cloudinary/cloudinary_magento2
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.
v1.13.0
- Improved product-gallery-api - now supports background processing using cronjobs.
- Added CSP whitelist.
- Added support for spinset assets on product gallery.
- Added support for product videos without file extension.
- Fixed issues on WYSIWYG, parseCloudinaryUrl() & more.
v1.11.3
- Fixed depracation error on _urlBuilder->addSessionParam() for Magento 2.3.5 and above.
v1.11.2
Minor changes on v1.11.1 in order to meat Magento Marketplace standards:
- Replaced md5() with hash(sha256).
- Replaced
<?php echo
with<?=
. - Removed return type declaration (:string) from class method.
v1.11.1
- Added a new Lazyload feature.
- Restricted auto sync on media upload to allowed image types.
- Added extenstion to publicId on product gallery.
- Added
label
anddisabled
fields support to ProductGalleryManagement API. - Added module version to system configuration area.
v1.10.6
- Minor fix for CodeSniffer test
v1.10.5
- Added support for CLD URLs (images & videos) on Magento imports.
- Improved support for roles on ProductGallery API.
- Fixed Cloudinary icon on Store Configuration.
v1.10.4
- Replaced getDispersionPath() with getDispretionPath()… in order to support older Magento versions & avoid the
Uncaught Error: Call to undefined method Magento\Framework\File\Uploader::getDispersionPath()
error.
v1.10.3
- New API endpoints for adding CLD Urls to product gallery.
- Cloudinary-Media-Library improvement: Now mapping ML/API assets to their original CLD publicID in order to avoid duplicated assets.