Skip to content

Commit 160f394

Browse files
authored
Sync branch [skip ci]
2 parents bc751f9 + 951cac6 commit 160f394

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 3.13.9](https://github.com/Codeinwp/optimole-wp/compare/v3.13.8...v3.13.9) (2024-11-26)
2+
3+
- Fixes dashboard banner appearing in wrong conditions
4+
- Make --type optional on clear cache WP CLI command
5+
- Update dependencies
6+
17
##### [Version 3.13.8](https://github.com/Codeinwp/optimole-wp/compare/v3.13.7...v3.13.8) (2024-11-11)
28

39
- Fix edge cases when the user data has a corrupted format.

optimole-wp.php

+2-2
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.13.8
5+
* Version: 3.13.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.13.8' );
92+
define( 'OPTML_VERSION', '3.13.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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimole-wp",
3-
"version": "3.13.8",
3+
"version": "3.13.9",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

+5-6
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.7
66
Requires PHP: 7.4
7-
Stable tag: 3.13.8
7+
Stable tag: 3.13.9
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

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

151151
== Changelog ==
152152

153-
##### [Version 3.13.8](https://github.com/Codeinwp/optimole-wp/compare/v3.13.7...v3.13.8) (2024-11-11)
153+
##### [Version 3.13.9](https://github.com/Codeinwp/optimole-wp/compare/v3.13.8...v3.13.9) (2024-11-26)
154154

155-
- Fix edge cases when the user data has a corrupted format.
156-
- Unify image size resize to both DAM and non-DAM contexts
157-
- Improve dashboard layout on various screen sizes
158-
- Update dependencies.
155+
- Fixes dashboard banner appearing in wrong conditions
156+
- Make --type optional on clear cache WP CLI command
157+
- Update dependencies
159158

160159

161160

0 commit comments

Comments
 (0)