From 6555770406c48288537b766c7599f03139326e10 Mon Sep 17 00:00:00 2001 From: Amit Brucker Date: Wed, 22 Oct 2025 12:14:11 +0300 Subject: [PATCH] version bump --- .version | 2 +- package.json | 2 +- readme.txt | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.version b/.version index d8681c9c..e44ffb26 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.13 \ No newline at end of file +3.2.14 \ No newline at end of file diff --git a/package.json b/package.json index 63d3e40a..2c0f598b 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "webpack-cli": "^4.2.0", "webpackbar": "^5.0.2" }, - "version": "3.2.13" + "version": "3.2.14" } diff --git a/readme.txt b/readme.txt index e07cca11..9a24b02a 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.8.2 +Tested up to: 6.8.3 Requires PHP: 5.6 Stable tag: STABLETAG License: GPLv2 @@ -146,6 +146,15 @@ Your site is now setup to start using Cloudinary. == Changelog == += 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 + = 3.2.13 (17 September 2025) = Fixes and Improvements: