diff --git a/package-lock.json b/package-lock.json index e380a3c..3fd7f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powered-cache", - "version": "3.4.2", + "version": "3.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "powered-cache", - "version": "3.4.2", + "version": "3.4.3", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index aeb662a..dd9703b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powered-cache", - "version": "3.4.2", + "version": "3.4.3", "description": "Comprehensive caching and performance plugin for WordPress.", "author": { "name": "PoweredCache", diff --git a/powered-cache.php b/powered-cache.php index 7903d93..d09c753 100644 --- a/powered-cache.php +++ b/powered-cache.php @@ -3,7 +3,7 @@ * Plugin Name: Powered Cache * Plugin URI: https://poweredcache.com * Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score. - * Version: 3.4.2 + * Version: 3.4.3 * Requires at least: 5.7 * Requires PHP: 7.2.5 * Author: Powered Cache @@ -25,7 +25,7 @@ } // Useful global constants. -define( 'POWERED_CACHE_VERSION', '3.4.2' ); +define( 'POWERED_CACHE_VERSION', '3.4.3' ); define( 'POWERED_CACHE_DB_VERSION', '3.4' ); define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ ); define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index e22aa03..d918d3d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: poweredcache, wphandle, skopco, m_uysl Tags: cache, web vitals, performance, page speed, optimize Requires at least: 5.7 Tested up to: 6.5 -Stable tag: 3.4.2 +Stable tag: 3.4.3 License: GPLv2 (or later) License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://poweredcache.com/donate/ @@ -171,6 +171,11 @@ Yes, it’s compatible with PHP 8+ == Changelog == += 3.4.3 (April 22, 2024) = +- [Fixed] Cloudflare cache purge issue. +- [Updated] Background job processing. +- Dependency updates. + = 3.4.2 (February 20, 2024) = - [Added] Term cache clearing upon term changes. - [Added] Compatibility with ShortPixel Adaptive Images when delay JS is enabled.