Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@
"webpack-cli": "^4.2.0",
"webpackbar": "^5.0.2"
},
"version": "3.3.1"
"version": "3.3.2"
}
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: Cloudinary, XWP, Automattic
Tags: image-optimizer, core-web-vitals, video, resize, performance
Requires at least: 4.7
Tested up to: 6.9
Tested up to: 6.9.1
Requires PHP: 7.4
Stable tag: STABLETAG
License: GPLv2
Expand Down Expand Up @@ -146,6 +146,15 @@ Your site is now setup to start using Cloudinary.

== Changelog ==

= 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


= 3.3.1 (05 February 2026) =

Fixes and Improvements:
Expand All @@ -154,7 +163,7 @@ Fixes and Improvements:
* 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
* Improved deletion handling for Cloudinary parent assets

= 3.3.0 (14 January 2026) =

Expand Down
Loading