Skip to content

Releases: cloudinary/cloudinary_magento2

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.

v1.10.1

23 Oct 08:58
1446635
Compare
Choose a tag to compare
  • ProductGalley - changed 'lightbox' to 'popup'.
  • Improved backward compatibility workarounds for M2.1 on ...Gallery\Content.

v1.10.0

23 Sep 10:34
c586356
Compare
Choose a tag to compare
  • 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.

v1.9.9

18 Sep 10:52
b828f23
Compare
Choose a tag to compare
  • Fixed Magento 2.1 error (GH issue #39): "...Fatal error: Uncaught Error: Cannot instantiate interface Magento\Framework\Validator\ValidatorInterface in...".