From ec01269d00ed736b61fb013bcdbb3507156d920a Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 22 Mar 2024 12:56:42 +0000 Subject: [PATCH] chore(release): 3.12.6 ##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22) * Corrected inaccuracies in notification text. * Compatibility was confirmed with WordPress for version 6.5. * Dependencies updated. --- CHANGELOG.md | 6 ++++++ optimole-wp.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 9 +++++++++ 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f98394..dabb7abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22) + +* Corrected inaccuracies in notification text. +* Compatibility was confirmed with WordPress for version 6.5. +* Dependencies updated. + ##### [Version 3.12.5](https://github.com/Codeinwp/optimole-wp/compare/v3.12.4...v3.12.5) (2024-02-14) * Update dependencies diff --git a/optimole-wp.php b/optimole-wp.php index 0c03d421..d1dd6152 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.12.5 + * Version: 3.12.6 * 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.12.5' ); + define( 'OPTML_VERSION', '3.12.6' ); 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 09dab458..a02c9875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.12.5", + "version": "3.12.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 903d17e5..ead252f1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.12.5", + "version": "3.12.6", "description": "Cloud-based image optimization service - WordPress Integration", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index a53ffeb9..5e7b56de 100755 --- a/readme.txt +++ b/readme.txt @@ -149,6 +149,15 @@ Discover how to make the most of Otter Blocks with our detailed and user-friendl == Changelog == +##### [Version 3.12.6](https://github.com/Codeinwp/optimole-wp/compare/v3.12.5...v3.12.6) (2024-03-22) + +* Corrected inaccuracies in notification text. +* Compatibility was confirmed with WordPress for version 6.5. +* Dependencies updated. + + + + ##### [Version 3.12.5](https://github.com/Codeinwp/optimole-wp/compare/v3.12.4...v3.12.5) (2024-02-14) * Update dependencies