Skip to content

Releases: cloudinary/cloudinary_magento2

v1.14.11

20 May 13:45
8f61236

Choose a tag to compare

  • Added registry cache on free transformation in order to reduce frontend queries and allowed disabling it when not in use.

v1.14.10

13 May 08:43
1808085

Choose a tag to compare

  • Added jpeg to ImageRepository (for BulkUpload).

v1.14.9

11 May 17:38
9c6ae51

Choose a tag to compare

  • 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

28 Apr 10:49
d5c34a0

Choose a tag to compare

  • 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

01 Mar 15:28
c503948

Choose a tag to compare

  • 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

11 Feb 15:28
4f2b7ba

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

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

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

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

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.