Skip to content

Releases: cloudinary/cloudinary_wordpress

Version 3.3.2

23 Feb 09:53
7750ca5

Choose a tag to compare

3.3.2 (23 February 2026)

Fixes and Improvements:

  • Added AVIF as a selectable image format in the Image Optimization settings
  • Fixed a PHP warning caused by an incorrect relative path in class-media.php
  • Removed the legacy PHP 5.6 GitHub Action from CI to align with currently supported PHP versions

Version 3.3.1

05 Feb 09:29
9e4dae0

Choose a tag to compare

3.3.1 (05 February 2026)

Fixes and Improvements:

  • Refreshed the user interface for the Crop and Gravity feature
  • Standardized permission_callback handling across all REST endpoints, enforcing capability checks and default nonce validation
  • Improved lazy-load logic by normalizing DPR values to reduce unnecessary derived asset generation
  • Fixed issues with front-end background images from page builders when assets aren’t delivered via Cloudinary
  • Improved deletion handling for parent assets

Version 3.3.0

14 Jan 10:45
56c8ef2

Choose a tag to compare

3.3.0 (14 January 2026)

Fixes and Improvements:

  • Introduced a new Transformation Effects column, replacing the previous Transformations column. Transformation Effects now includes the transformation field as well as image overlays and text overlays
  • Added a new Crop and Gravity feature (beta), available under Image Settings and directly on individual images within the WordPress Media Library
  • Replaced legacy sample image and video with updated assets
  • Minor bug fixes and general improvements

Version 3.2.14

22 Oct 09:25
9a4fbff

Choose a tag to compare

3.2.14 (22 October 2025)

Fixes and Improvements:

  • Upgraded dependencies: form-data and @babel/traverse packages updated for improved stability and security
  • Improved SQL queries for enhanced compatibility and performance with WP Engine environments
  • Improved initialization performance by optimizing the sanitize_slug method usage to reduce unnecessary processing
  • Fixed incompatibility causing broken media URLs when JetEngine dashboard styles loaded inline SVGs

Version 3.2.13

17 Sep 13:06
5c4a7f4

Choose a tag to compare

3.2.13 (17 September 2025)

Fixes and Improvements:

  • Fixed a PHP warning on the Reviews page when using Tags with Customer Reviews for WooCommerce
  • Fixed a conflict with the RankMath SEO plugin
  • Fixed an issue with ignored SVG support. The plugin now preserves SVG format for synced Cloudinary assets
  • Fixed print_script_data to prevent errors on the WordPress login page
  • Fixed additional asset sync issues with the Disable/Remove functionality
  • Fixed syncing issue with WebM audio files
  • Fixed an issue where the Classic Editor incorrectly attempted to generate responsive breakpoints for audio files

Version 3.2.12

12 Aug 12:25
c40544b

Choose a tag to compare

3.2.12 (12 August 2025)

Fixes and Improvements:

  • Added a filter to remove dns-prefetch or preconnect for improved resource loading control
  • Reduced SQL queries that were causing performance spikes, resulting in better overall performance
  • Fixed assets to sync automatically upon plugin updates

Version 3.2.11

30 Jun 12:32
76e1580

Choose a tag to compare

3.2.11 (30 June 2025)

Fixes and Improvements:

  • Cron jobs now disabled by default to reduce unnecessary requests
  • Updated REST API in FAQ to support enabling/disabling the cron jobs

Version 3.2.10

24 Jun 14:46
3a06a47

Choose a tag to compare

3.2.10 (24 June 2025)

Fixes and Improvements:

  • Upgraded the Cloudinary Video Player to v3.0.2

Version 3.2.9

24 Jun 12:07
37d34a5

Choose a tag to compare

3.2.9 (24 June 2025)

Fixes and Improvements:

  • Upgraded the Cloudinary Video Player to v3.0.1
  • Improved cronjob stability with a new “enabled by default” check
  • Fixed a relationship table issue affecting the Timber theme

Version 3.2.8

04 Jun 14:27
442eeeb

Choose a tag to compare

3.2.8 (04 June 2025)

Fixes and Improvements:

  • Minor bug fixes and improvements