Skip to content

Commit b471000

Browse files
committed
chore(release): 3.13.5
##### [Version 3.13.5](v3.13.4...v3.13.5) (2024-08-06) * Fix image offloading process regression
1 parent 93b6fbf commit b471000

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.13.5](https://github.com/Codeinwp/optimole-wp/compare/v3.13.4...v3.13.5) (2024-08-06)
2+
3+
* Fix image offloading process regression
4+
15
##### [Version 3.13.4](https://github.com/Codeinwp/optimole-wp/compare/v3.13.3...v3.13.4) (2024-07-29)
26

37
* Improve offloading mechanism

Diff for: 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.4
5+
* Version: 3.13.5
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.4' );
92+
define( 'OPTML_VERSION', '3.13.5' );
9393
define( 'OPTML_NAMESPACE', 'optml' );
9494
define( 'OPTML_BASEFILE', __FILE__ );
9595
// Fallback for old PHP versions when this constant is not defined.

Diff for: package-lock.json

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

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

Diff for: readme.txt

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

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

151151
== Changelog ==
152152

153-
##### [Version 3.13.4](https://github.com/Codeinwp/optimole-wp/compare/v3.13.3...v3.13.4) (2024-07-29)
153+
##### [Version 3.13.5](https://github.com/Codeinwp/optimole-wp/compare/v3.13.4...v3.13.5) (2024-08-06)
154154

155-
* Improve offloading mechanism
156-
* Fix offloaded attachments from other sources getting replaced when post is saved even if there is no associated attachment
157-
* Improve error handling
155+
* Fix image offloading process regression
158156

159157

160158

0 commit comments

Comments
 (0)