Skip to content

Commit

Permalink
chore(release): 3.12.9
Browse files Browse the repository at this point in the history
##### [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.
  • Loading branch information
pirate-bot committed Apr 18, 2024
1 parent 2582d9b commit b1975dd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 3.12.9](https://github.com/Codeinwp/optimole-wp/compare/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.

##### [Version 3.12.8](https://github.com/Codeinwp/optimole-wp/compare/v3.12.7...v3.12.8) (2024-04-16)

- Hotfix for a compatibility issue with one of the dependencies affecting a small subset of users.
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.12.8
* Version: 3.12.9
* 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.12.8' );
define( 'OPTML_VERSION', '3.12.9' );
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.12.8",
"version": "3.12.9",
"description": "Cloud-based image optimization service - WordPress Integration",
"repository": {
"type": "git",
Expand Down
10 changes: 7 additions & 3 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: 5.4
Stable tag: 3.12.8
Stable tag: 3.12.9
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

##### [Version 3.12.8](https://github.com/Codeinwp/optimole-wp/compare/v3.12.7...v3.12.8) (2024-04-16)
##### [Version 3.12.9](https://github.com/Codeinwp/optimole-wp/compare/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.



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

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

Expand Down

0 comments on commit b1975dd

Please sign in to comment.