Skip to content

Releases: cloudinary/cloudinary_magento2

v1.14.6

11 Feb 15:28
4f2b7ba
Compare
Choose a tag to compare
  • Cloudinary PHP SDK version fix.
  • Fixes on CSP.
  • Fixes on admin gallery (no-selection image)

v1.14.4

07 Oct 10:18
abb3aae
Compare
Choose a tag to compare
  • 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

29 Jul 06:04
8b4ae1b
Compare
Choose a tag to compare
  • 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

11 May 07:20
1d2311c
Compare
Choose a tag to compare
  • Fixed depracation error on _urlBuilder->addSessionParam() for Magento 2.3.5 and above.

v1.11.2

23 Apr 11:12
25e82fb
Compare
Choose a tag to compare

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

12 Apr 06:14
b4db282
Compare
Choose a tag to compare
  • Added a new Lazyload feature.
  • Restricted auto sync on media upload to allowed image types.
  • Added extenstion to publicId on product gallery.
  • Added label and disabled fields support to ProductGalleryManagement API.
  • Added module version to system configuration area.

v1.10.6

26 Jan 10:04
560556d
Compare
Choose a tag to compare
  • Minor fix for CodeSniffer test

v1.10.5

16 Jan 07:49
e15f9d6
Compare
Choose a tag to compare
  • 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

21 Nov 15:06
e51f0ad
Compare
Choose a tag to compare
  • 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

21 Nov 14:45
8742ad3
Compare
Choose a tag to compare
  • 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.