From c3fc27cd4928f01bf1251dd0ab54a709cb8cc7df Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 24 May 2024 08:31:55 +0000 Subject: [PATCH] chore(release): 3.13.3 ##### [Version 3.13.3](https://github.com/Codeinwp/optimole-wp/compare/v3.13.2...v3.13.3) (2024-05-24) * Update dependencies * Improve API error handling to display more helpful messages. --- CHANGELOG.md | 5 +++++ optimole-wp.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 7 ++++--- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da69e58e..dc234a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 3.13.3](https://github.com/Codeinwp/optimole-wp/compare/v3.13.2...v3.13.3) (2024-05-24) + +* Update dependencies +* Improve API error handling to display more helpful messages. + ##### [Version 3.13.2](https://github.com/Codeinwp/optimole-wp/compare/v3.13.1...v3.13.2) (2024-05-17) * Addressed an issue that caused slower performance for URLs not using the offloading feature. diff --git a/optimole-wp.php b/optimole-wp.php index 614c476b..72772291 100644 --- a/optimole-wp.php +++ b/optimole-wp.php @@ -2,7 +2,7 @@ /** * Plugin Name: Image optimization service by Optimole * Description: Complete handling of your website images. - * Version: 3.13.2 + * Version: 3.13.3 * Author: Optimole * Author URI: https://optimole.com * License: GPL-2.0+ @@ -89,7 +89,7 @@ function optml() { } define( 'OPTML_URL', plugin_dir_url( __FILE__ ) ); define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) ); - define( 'OPTML_VERSION', '3.13.2' ); + define( 'OPTML_VERSION', '3.13.3' ); define( 'OPTML_NAMESPACE', 'optml' ); define( 'OPTML_BASEFILE', __FILE__ ); // Fallback for old PHP versions when this constant is not defined. diff --git a/package-lock.json b/package-lock.json index afe893d2..b7e0ac63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.13.2", + "version": "3.13.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 400781bf..dad17edc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.13.2", + "version": "3.13.3", "description": "Cloud-based image optimization service - WordPress Integration", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 3d41b8f7..2366d24f 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim Requires at least: 5.5 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 3.13.2 +Stable tag: 3.13.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -150,9 +150,10 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d == Changelog == -##### [Version 3.13.2](https://github.com/Codeinwp/optimole-wp/compare/v3.13.1...v3.13.2) (2024-05-17) +##### [Version 3.13.3](https://github.com/Codeinwp/optimole-wp/compare/v3.13.2...v3.13.3) (2024-05-24) -* Addressed an issue that caused slower performance for URLs not using the offloading feature. +* Update dependencies +* Improve API error handling to display more helpful messages.