diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fda0a92..1f0c411c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 3.11.2](https://github.com/Codeinwp/optimole-wp/compare/v3.11.1...v3.11.2) (2023-11-23) + +### Bug Fixes + +- **Rollback Issue**: Fixed an issue where rolling back images would not point the attachments to the correct uploads folder path. + ##### [Version 3.11.1](https://github.com/Codeinwp/optimole-wp/compare/v3.11.0...v3.11.1) (2023-11-20) ### Bug Fixes diff --git a/optimole-wp.php b/optimole-wp.php index 2646e05e..97023182 100644 --- a/optimole-wp.php +++ b/optimole-wp.php @@ -2,7 +2,7 @@ /** * Plugin Name: Image optimization service by Optimole * Description: Complete handling of your website images. - * Version: 3.11.1 + * Version: 3.11.2 * Author: Optimole * Author URI: https://optimole.com * License: GPL-2.0+ @@ -74,7 +74,7 @@ function optml() { } define( 'OPTML_URL', plugin_dir_url( __FILE__ ) ); define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) ); - define( 'OPTML_VERSION', '3.11.1' ); + define( 'OPTML_VERSION', '3.11.2' ); define( 'OPTML_NAMESPACE', 'optml' ); define( 'OPTML_BASEFILE', __FILE__ ); // Fallback for old PHP versions when this constant is not defined. diff --git a/package-lock.json b/package-lock.json index 1ed20f7f..bbcd2772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be2ff641..017b0add 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.11.1", + "version": "3.11.2", "description": "Cloud-based image optimization service - WordPress Integration", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 5c3f813f..4ffb99c5 100755 --- a/readme.txt +++ b/readme.txt @@ -148,6 +148,15 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl == Changelog == +##### [Version 3.11.2](https://github.com/Codeinwp/optimole-wp/compare/v3.11.1...v3.11.2) (2023-11-23) + +### Bug Fixes + +- **Rollback Issue**: Fixed an issue where rolling back images would not point the attachments to the correct uploads folder path. + + + + ##### [Version 3.11.1](https://github.com/Codeinwp/optimole-wp/compare/v3.11.0...v3.11.1) (2023-11-20) ### Bug Fixes