From 9a8f0c274517b9bc587f75d4235af91a2db7825e Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 14 Aug 2024 17:56:53 +0300 Subject: [PATCH] Bump version to 3.5.1 --- powered-cache.php | 4 ++-- readme.txt | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/powered-cache.php b/powered-cache.php index 46e3915..d6e4708 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.5 + * Version: 3.5.1 * 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.5' ); +define( 'POWERED_CACHE_VERSION', '3.5.1' ); 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 2954eee..7f138b8 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.6 -Stable tag: 3.5 +Stable tag: 3.5.1 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.5.1 (August 14, 2024) = +- [Added] Logging for CF cache purge. +- [Improved] CF cache purge. +- Dependency updates. + = 3.5 (July 16, 2024) = - [Added] Image Optimizer purge feature. - Dependency updates.