Skip to content

Commit

Permalink
chore(release): 3.13.1
Browse files Browse the repository at this point in the history
##### [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.
  • Loading branch information
pirate-bot committed May 16, 2024
1 parent 2cf6862 commit 3b5ed99
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions optimole-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 3 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.



Expand Down

0 comments on commit 3b5ed99

Please sign in to comment.