From 11d584f56d5bbe20f4dec382cf79985d034f572e Mon Sep 17 00:00:00 2001 From: Amit Brucker Date: Mon, 23 Feb 2026 11:43:41 +0200 Subject: [PATCH] version bump --- .version | 2 +- package.json | 2 +- readme.txt | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 712bd5a6..5436ea06 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.3.1 \ No newline at end of file +3.3.2 \ No newline at end of file diff --git a/package.json b/package.json index 6b7136d7..e1161d6c 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "webpack-cli": "^4.2.0", "webpackbar": "^5.0.2" }, - "version": "3.3.1" + "version": "3.3.2" } diff --git a/readme.txt b/readme.txt index d739a30e..7a9faa75 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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: @@ -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) =