diff --git a/package-lock.json b/package-lock.json index 6454a65..83daa49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powered-cache", - "version": "3.4.4", + "version": "3.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "powered-cache", - "version": "3.4.4", + "version": "3.4.5", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 84e2253..62b5f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powered-cache", - "version": "3.4.4", + "version": "3.4.5", "description": "Comprehensive caching and performance plugin for WordPress.", "author": { "name": "PoweredCache", diff --git a/powered-cache.php b/powered-cache.php index 46f0b4f..a025480 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.4 + * Version: 3.4.5 * 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.4' ); +define( 'POWERED_CACHE_VERSION', '3.4.5' ); 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 4b79966..e822ee4 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.4 +Stable tag: 3.4.5 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.5 (May 14, 2024) = +- [Improved] HTML minification without dom optimization. +- [Fixed] Resolved PHP warnings caused by accessing superglobals. +- Dependency updates. + = 3.4.4 (April 29, 2024) = - [Fixed] Resolved an issue with comment cache not purging correctly. - [Added] Support for purging paginated comments.