Skip to content

Releases: cloudinary/cloudinary_magento2

v1.17.0

10 Jan 09:38
5001a8a
Compare
Choose a tag to compare
  • Added analytics param to PG asset URLs.
  • Updated CLD Logos.
  • Allow applying products-global transformation.
  • Fix for Transformations keep_frame is not working (GH issue #105).
  • Applied GraphQL support for query Cld images (beta).
  • Added a note to the auto-upload-mapping configuration.
  • Fixed video URL validation on page-builder to support Magento v2.4^.
  • Improved URL encoding-decoding on admin JS.

v1.16.1

13 Sep 08:49
5b52107
Compare
Choose a tag to compare
  • Hotfix for JS encoding issue on video thumbnail generation (when importing from CLD ML).

v1.16.0

01 Aug 18:52
8ee2420
Compare
Choose a tag to compare
  • Trigger auto-upload directory mapping using a button instead of the config observer.

v1.15.2

12 Jul 14:43
858be21
Compare
Choose a tag to compare
  • Added default image global transformation.
  • Fixed import error when the CSV has multiple CLD video URLs.

v1.15.1

30 Jun 14:44
4f83fa4
Compare
Choose a tag to compare
  • Removed AutomaticLoginUser.
  • Added API endpoints for getting product CLD media URLs.
  • Added a note to the product gallery configuration.

v1.14.11

20 May 13:45
8f61236
Compare
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
Compare
Choose a tag to compare
  • Added jpeg to ImageRepository (for BulkUpload).

v1.14.9

11 May 17:38
9c6ae51
Compare
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
Compare
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
Compare
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.