Skip to content

Commit b1975dd

Browse files
committed
chore(release): 3.12.9
##### [Version 3.12.9](v3.12.8...v3.12.9) (2024-04-18) - Fixed an issue where offload logs failed to load in some cases. - Adjusted the conditions for displaying early upgrade notices to prevent premature notifications.
1 parent 2582d9b commit b1975dd

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.12.9](https://github.com/Codeinwp/optimole-wp/compare/v3.12.8...v3.12.9) (2024-04-18)
2+
3+
- Fixed an issue where offload logs failed to load in some cases.
4+
- Adjusted the conditions for displaying early upgrade notices to prevent premature notifications.
5+
16
##### [Version 3.12.8](https://github.com/Codeinwp/optimole-wp/compare/v3.12.7...v3.12.8) (2024-04-16)
27

38
- Hotfix for a compatibility issue with one of the dependencies affecting a small subset of users.

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.12.8
5+
* Version: 3.12.9
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.12.8' );
92+
define( 'OPTML_VERSION', '3.12.9' );
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.12.8",
3+
"version": "3.12.9",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 7 additions & 3 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: 5.4
7-
Stable tag: 3.12.8
7+
Stable tag: 3.12.9
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

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

151151
== Changelog ==
152152

153-
##### [Version 3.12.8](https://github.com/Codeinwp/optimole-wp/compare/v3.12.7...v3.12.8) (2024-04-16)
153+
##### [Version 3.12.9](https://github.com/Codeinwp/optimole-wp/compare/v3.12.8...v3.12.9) (2024-04-18)
154+
155+
- Fixed an issue where offload logs failed to load in some cases.
156+
- Adjusted the conditions for displaying early upgrade notices to prevent premature notifications.
157+
158+
154159

155-
- Hotfix for a compatibility issue with one of the dependencies affecting a small subset of users.
156160

157161
[See changelog for all versions](https://github.com/Codeinwp/optimole-wp/blob/master/CHANGELOG.md).
158162

0 commit comments

Comments
 (0)