Skip to content

Commit 3b5ed99

Browse files
committed
chore(release): 3.13.1
##### [Version 3.13.1](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.
1 parent 2cf6862 commit 3b5ed99

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.13.1](https://github.com/Codeinwp/optimole-wp/compare/v3.13.0...v3.13.1) (2024-05-16)
2+
3+
* Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases.
4+
15
#### [Version 3.13.0](https://github.com/Codeinwp/optimole-wp/compare/v3.12.10...v3.13.0) (2024-05-14)
26

37
- 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.

optimole-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Image optimization service by Optimole
44
* Description: Complete handling of your website images.
5-
* Version: 3.13.0
5+
* Version: 3.13.1
66
* Author: Optimole
77
* Author URI: https://optimole.com
88
* License: GPL-2.0+
@@ -89,7 +89,7 @@ function optml() {
8989
}
9090
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
9191
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
92-
define( 'OPTML_VERSION', '3.13.0' );
92+
define( 'OPTML_VERSION', '3.13.1' );
9393
define( 'OPTML_NAMESPACE', 'optml' );
9494
define( 'OPTML_BASEFILE', __FILE__ );
9595
// Fallback for old PHP versions when this constant is not defined.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimole-wp",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim
44
Requires at least: 5.5
55
Tested up to: 6.5
66
Requires PHP: 7.4
7-
Stable tag: 3.13.0
7+
Stable tag: 3.13.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -150,16 +150,9 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
150150

151151
== Changelog ==
152152

153-
#### [Version 3.13.0](https://github.com/Codeinwp/optimole-wp/compare/v3.12.10...v3.13.0) (2024-05-14)
153+
##### [Version 3.13.1](https://github.com/Codeinwp/optimole-wp/compare/v3.13.0...v3.13.1) (2024-05-16)
154154

155-
- 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.
156-
- 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.
157-
- 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).
158-
- Weve improved Largest Contentful Paint (LCP) by prioritizing the loading of initial images that are not affected by lazy loading.
159-
- Weve also improved LCP by using the srcset attribute for non-lazyloaded images.
160-
- Weve fixed various issues with offload compatibility to ensure all images load properly, making the service more robust.
161-
- Weve resolved an issue where the offloading process was getting stuck on large websites, making the process smoother and more reliable.
162-
- Weve improved the handling and sanitization of SVG files.
155+
* Resolved a critical issue that caused a fatal error when the width or height parameters were left empty in certain edge cases.
163156

164157

165158

0 commit comments

Comments
 (0)