Skip to content

Commit 22a086e

Browse files
authored
Sync branch [skip ci]
2 parents 65a2ef6 + e40ce70 commit 22a086e

File tree

6 files changed

+26
-13
lines changed

6 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##### [Version 4.0.4](https://github.com/Codeinwp/optimole-wp/compare/v4.0.3...v4.0.4) (2025-08-20)
2+
3+
- Fix DAM image selection issue in Gallery Block
4+
- Fix incorrect optimization status display when account is inactive
5+
- Update dependencies.
6+
- Fix various compatibilities when viewport lazyload is on.
7+
18
##### [Version 4.0.3](https://github.com/Codeinwp/optimole-wp/compare/v4.0.2...v4.0.3) (2025-04-29)
29

310
- Fix compatibility with WP Show Posts plugin

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Image Optimization by Optimole – Lazy Load, CDN, Convert WebP & AVIF, Optimize Images #
1+
# Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization #
22
**Contributors:** [optimole](https://profiles.wordpress.org/optimole/)
3-
**Tags:** image optimization, convert webp, image optimizer, lazy load, image, optimisation, convert AVIF, resize, free cdn, compress images, optimize images
3+
**Tags:** image optimization, convert webp, image optimizer, lazy load, optimize images
44
**Requires at least:** 5.5
55
**Tested up to:** 6.8
66
**Requires PHP:** 7.4
7-
**Stable tag:** 4.0.3
7+
**Stable tag:** 4.0.4
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

11-
Automatically compress, optimize, and serve scaled images as well as convert WebP & AVIF, all from CloudFront CDN. Lazy load included ⚡
11+
**Automatically optimize images:** bulk compression, lazy loading, WebP/AVIF conversion. With CloudFront image CDN to boost Core Web Vitals & conversions!
1212

1313
## Description ##
1414

@@ -247,9 +247,12 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
247247

248248
## Changelog ##
249249

250-
##### [Version 4.0.3](https://github.com/Codeinwp/optimole-wp/compare/v4.0.2...v4.0.3) (2025-04-29)
250+
##### [Version 4.0.4](https://github.com/Codeinwp/optimole-wp/compare/v4.0.3...v4.0.4) (2025-08-20)
251251

252-
- Fix compatibility with WP Show Posts plugin
252+
- Fix DAM image selection issue in Gallery Block
253+
- Fix incorrect optimization status display when account is inactive
254+
- Update dependencies.
255+
- Fix various compatibilities when viewport lazyload is on.
253256

254257

255258

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.0.3
5+
* Version: 4.0.4
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', '4.0.3' );
92+
define( 'OPTML_VERSION', '4.0.4' );
9393
define( 'OPTML_NAMESPACE', 'optml' );
9494
define( 'OPTML_BASEFILE', __FILE__ );
9595
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.0.3",
3+
"version": "4.0.4",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

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

@@ -247,9 +247,12 @@ Discover how to make the most of Optimole with our detailed and user-friendly [d
247247

248248
== Changelog ==
249249

250-
##### [Version 4.0.3](https://github.com/Codeinwp/optimole-wp/compare/v4.0.2...v4.0.3) (2025-04-29)
250+
##### [Version 4.0.4](https://github.com/Codeinwp/optimole-wp/compare/v4.0.3...v4.0.4) (2025-08-20)
251251

252-
- Fix compatibility with WP Show Posts plugin
252+
- Fix DAM image selection issue in Gallery Block
253+
- Fix incorrect optimization status display when account is inactive
254+
- Update dependencies.
255+
- Fix various compatibilities when viewport lazyload is on.
253256

254257

255258

0 commit comments

Comments
 (0)