Skip to content

Commit 7e59d9b

Browse files
committed
chore(release): 4.2.6
##### [Version 4.2.6](v4.2.5...v4.2.6) (2026-05-19) - Fixed broken preview for last optimized images - Improved PHP 8+ compatibility - Updated dependencies
1 parent 211bce8 commit 7e59d9b

6 files changed

Lines changed: 21 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 4.2.6](https://github.com/Codeinwp/optimole-wp/compare/v4.2.5...v4.2.6) (2026-05-19)
2+
3+
- Fixed broken preview for last optimized images
4+
- Improved PHP 8+ compatibility
5+
- Updated dependencies
6+
17
##### [Version 4.2.5](https://github.com/Codeinwp/optimole-wp/compare/v4.2.4...v4.2.5) (2026-05-07)
28

39
- Fixes mixed content errors and broken images in some AJAX contexts.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
**Contributors:** [optimole](https://profiles.wordpress.org/optimole/)
33
**Tags:** image optimization, optimize images, compress images, webp, avif
44
**Requires at least:** 5.5
5-
**Tested up to:** 6.9
5+
**Tested up to:** 7.0
66
**Requires PHP:** 7.4
7-
**Stable tag:** 4.2.5
7+
**Stable tag:** 4.2.6
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -248,9 +248,11 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
248248

249249
## Changelog ##
250250

251-
##### [Version 4.2.5](https://github.com/Codeinwp/optimole-wp/compare/v4.2.4...v4.2.5) (2026-05-07)
251+
##### [Version 4.2.6](https://github.com/Codeinwp/optimole-wp/compare/v4.2.5...v4.2.6) (2026-05-19)
252252

253-
- Fixes mixed content errors and broken images in some AJAX contexts.
253+
- Fixed broken preview for last optimized images
254+
- Improved PHP 8+ compatibility
255+
- Updated dependencies
254256

255257

256258

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: 4.2.5
5+
* Version: 4.2.6
66
* Author: Optimole
77
* Author URI: https://optimole.com
88
* License: GPL-2.0+
@@ -87,7 +87,7 @@ function optml() {
8787
}
8888
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
8989
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
90-
define( 'OPTML_VERSION', '4.2.5' );
90+
define( 'OPTML_VERSION', '4.2.6' );
9191
define( 'OPTML_NAMESPACE', 'optml' );
9292
define( 'OPTML_BASEFILE', __FILE__ );
9393
define( 'OPTML_PRODUCT_SLUG', basename( OPTML_PATH ) );

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": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: image optimization, optimize images, compress images, webp, avif
44
Requires at least: 5.5
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 4.2.5
7+
Stable tag: 4.2.6
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -248,9 +248,11 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
248248

249249
== Changelog ==
250250

251-
##### [Version 4.2.5](https://github.com/Codeinwp/optimole-wp/compare/v4.2.4...v4.2.5) (2026-05-07)
251+
##### [Version 4.2.6](https://github.com/Codeinwp/optimole-wp/compare/v4.2.5...v4.2.6) (2026-05-19)
252252

253-
- Fixes mixed content errors and broken images in some AJAX contexts.
253+
- Fixed broken preview for last optimized images
254+
- Improved PHP 8+ compatibility
255+
- Updated dependencies
254256

255257

256258

0 commit comments

Comments
 (0)