Skip to content

Commit

Permalink
chore(release): 3.13.7
Browse files Browse the repository at this point in the history
##### [Version 3.13.7](v3.13.6...v3.13.7) (2024-09-11)

- Resolved fatal error occurring with the Image Box widget when using Optimole DAM in Elementor.
- Improve error reporting in offloading process
  • Loading branch information
pirate-bot committed Sep 11, 2024
1 parent fa5eaec commit 7695bdd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 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.13.7](https://github.com/Codeinwp/optimole-wp/compare/v3.13.6...v3.13.7) (2024-09-11)

- Resolved fatal error occurring with the Image Box widget when using Optimole DAM in Elementor.
- Improve error reporting in offloading process

##### [Version 3.13.6](https://github.com/Codeinwp/optimole-wp/compare/v3.13.5...v3.13.6) (2024-08-20)

- Support for external image replacement should be added in the editor if the domain is allowed.
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.13.6
* Version: 3.13.7
* 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.13.6' );
define( 'OPTML_VERSION', '3.13.7' );
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.13.6",
"version": "3.13.7",
"description": "Cloud-based image optimization service - WordPress Integration",
"repository": {
"type": "git",
Expand Down
9 changes: 4 additions & 5 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.6
Requires PHP: 7.4
Stable tag: 3.13.6
Stable tag: 3.13.7
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

##### [Version 3.13.6](https://github.com/Codeinwp/optimole-wp/compare/v3.13.5...v3.13.6) (2024-08-20)
##### [Version 3.13.7](https://github.com/Codeinwp/optimole-wp/compare/v3.13.6...v3.13.7) (2024-09-11)

- Support for external image replacement should be added in the editor if the domain is allowed.
- Close output buffer on shutdown
- Update dependencies.
- Resolved fatal error occurring with the Image Box widget when using Optimole DAM in Elementor.
- Improve error reporting in offloading process



Expand Down

0 comments on commit 7695bdd

Please sign in to comment.