From 3b5ed9974d6c08c1f047fa54f5bb667697f8dc2f Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 16 May 2024 08:57:19 +0000 Subject: [PATCH] chore(release): 3.13.1 ##### [Version 3.13.1](https://github.com/Codeinwp/optimole-wp/compare/v3.13.0...v3.13.1) (2024-05-16) * Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases. --- CHANGELOG.md | 4 ++++ optimole-wp.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 13 +++---------- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f968b0c3..e63bdfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.13.1](https://github.com/Codeinwp/optimole-wp/compare/v3.13.0...v3.13.1) (2024-05-16) + +* Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases. + #### [Version 3.13.0](https://github.com/Codeinwp/optimole-wp/compare/v3.12.10...v3.13.0) (2024-05-14) - Optimole is now fully translated into German! This update makes our service more convenient for our German-speaking customers and helps you support your German-speaking clients more effectively. diff --git a/optimole-wp.php b/optimole-wp.php index cea269b6..27567a61 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.0 + * Version: 3.13.1 * 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.0' ); + define( 'OPTML_VERSION', '3.13.1' ); 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 a2c33101..d30b394e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a6c69ecd..8f2ad495 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.13.0", + "version": "3.13.1", "description": "Cloud-based image optimization service - WordPress Integration", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 850dc04e..50164b12 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.0 +Stable tag: 3.13.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -150,16 +150,9 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d == Changelog == -#### [Version 3.13.0](https://github.com/Codeinwp/optimole-wp/compare/v3.12.10...v3.13.0) (2024-05-14) +##### [Version 3.13.1](https://github.com/Codeinwp/optimole-wp/compare/v3.13.0...v3.13.1) (2024-05-16) -- Optimole is now fully translated into German! This update makes our service more convenient for our German-speaking customers and helps you support your German-speaking clients more effectively. -- We now have a PHP SDK available on GitHub: [Optimole PHP SDK](https://github.com/codeinwp/optimole-php-sdk). This SDK simplifies the integration of Optimole’s features with any PHP-based website, making the process straightforward and efficient. -- You can now associate a billing email to receive invoices. For more details, check out our [documentation](https://docs.optimole.com/article/1992-setting-a-billing-email-for-invoice-delivery). -- Weve improved Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazy loading. -- Weve also improved LCP by using the srcset attribute for non-lazyloaded images. -- Weve fixed various issues with offload compatibility to ensure all images load properly, making the service more robust. -- Weve resolved an issue where the offloading process was getting stuck on large websites, making the process smoother and more reliable. -- Weve improved the handling and sanitization of SVG files. +* Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases.