Releases: cloudinary/cloudinary_magento2
Releases · cloudinary/cloudinary_magento2
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.
v1.10.1
- ProductGalley - changed 'lightbox' to 'popup'.
- Improved backward compatibility workarounds for M2.1 on ...Gallery\Content.
v1.10.0
- Added backward compatibility workarounds for M2.1 on ExcludeFilesFromMinification & Gallery\Content.
- [php5.6 issue fix] Replaced the CASTING constant with a property on ProductGalleryHelper.
- [php5.6 issue fix] Changed Configuration to ConfigurationInterface on ProductGalleryChangeTemplate.