Skip to content

Commit 0c3e431

Browse files
committed
chore(release): 3.9.1
##### [Version 3.9.1](v3.9.0...v3.9.1) (2023-08-07) ### Bug Fixes - **Fatal error on PHP<7.3**: Fixed fatal error that the plugin was throwing on PHP versions lower than 7.3. - **PHP Warning**: Fixed warning when inserting an image with a defined height but no width.
1 parent 6681850 commit 0c3e431

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 3.9.1](https://github.com/Codeinwp/optimole-wp/compare/v3.9.0...v3.9.1) (2023-08-07)
2+
3+
### Bug Fixes
4+
- **Fatal error on PHP<7.3**: Fixed fatal error that the plugin was throwing on PHP versions lower than 7.3.
5+
- **PHP Warning**: Fixed warning when inserting an image with a defined height but no width.
6+
17
#### [Version 3.9.0](https://github.com/Codeinwp/optimole-wp/compare/v3.8.2...v3.9.0) (2023-08-03)
28

39
### New Features

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.9.0
5+
* Version: 3.9.1
66
* Author: Optimole
77
* Author URI: https://optimole.com
88
* License: GPL-2.0+
@@ -74,7 +74,7 @@ function optml() {
7474
}
7575
define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
7676
define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
77-
define( 'OPTML_VERSION', '3.9.0' );
77+
define( 'OPTML_VERSION', '3.9.1' );
7878
define( 'OPTML_NAMESPACE', 'optml' );
7979
define( 'OPTML_BASEFILE', __FILE__ );
8080
// 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.9.0",
3+
"version": "3.9.1",
44
"description": "Cloud-based image optimization service - WordPress Integration",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl
130130

131131
== Changelog ==
132132

133+
##### [Version 3.9.1](https://github.com/Codeinwp/optimole-wp/compare/v3.9.0...v3.9.1) (2023-08-07)
134+
135+
### Bug Fixes
136+
- **Fatal error on PHP<7.3**: Fixed fatal error that the plugin was throwing on PHP versions lower than 7.3.
137+
- **PHP Warning**: Fixed warning when inserting an image with a defined height but no width.
138+
139+
140+
141+
133142
#### [Version 3.9.0](https://github.com/Codeinwp/optimole-wp/compare/v3.8.2...v3.9.0) (2023-08-03)
134143

135144
### New Features

0 commit comments

Comments
 (0)