From beb4ed2f333b09cf451ce449858661bdfc476538 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 25 Jan 2024 16:13:32 +0000 Subject: [PATCH] chore(release): 3.12.4 ##### [Version 3.12.4](https://github.com/Codeinwp/optimole-wp/compare/v3.12.3...v3.12.4) (2024-01-25) ### Enhancements - **Add Filter for Overriding DISABLE_WP_CRON Check**: Introduced a filter for overriding the DISABLE_WP_CRON check in the context - optml_offload_wp_cron_disabled. --- 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 7e867c81..74a2bd7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 3.12.4](https://github.com/Codeinwp/optimole-wp/compare/v3.12.3...v3.12.4) (2024-01-25) + +### Enhancements + +- **Add Filter for Overriding DISABLE_WP_CRON Check**: Introduced a filter for overriding the DISABLE_WP_CRON check in the context - optml_offload_wp_cron_disabled. + ##### [Version 3.12.3](https://github.com/Codeinwp/optimole-wp/compare/v3.12.2...v3.12.3) (2024-01-16) ### Enhancements diff --git a/optimole-wp.php b/optimole-wp.php index 6c12ff04..d3707355 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.3 + * Version: 3.12.4 * 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.3' ); + define( 'OPTML_VERSION', '3.12.4' ); 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 7a1317e3..a7bf2fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.12.3", + "version": "3.12.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ddb8ed18..097a4cc8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimole-wp", - "version": "3.12.3", + "version": "3.12.4", "description": "Cloud-based image optimization service - WordPress Integration", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 489ccf62..2c2f8ef7 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.4](https://github.com/Codeinwp/optimole-wp/compare/v3.12.3...v3.12.4) (2024-01-25) + +### Enhancements + +- **Add Filter for Overriding DISABLE_WP_CRON Check**: Introduced a filter for overriding the DISABLE_WP_CRON check in the context - optml_offload_wp_cron_disabled. + + + + ##### [Version 3.12.3](https://github.com/Codeinwp/optimole-wp/compare/v3.12.2...v3.12.3) (2024-01-16) ### Enhancements