Skip to content

Commit 9a8f0c2

Browse files
committed
Bump version to 3.5.1
1 parent 4db3f66 commit 9a8f0c2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

powered-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Powered Cache
44
* Plugin URI: https://poweredcache.com
55
* Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score.
6-
* Version: 3.5
6+
* Version: 3.5.1
77
* Requires at least: 5.7
88
* Requires PHP: 7.2.5
99
* Author: Powered Cache
@@ -25,7 +25,7 @@
2525
}
2626

2727
// Useful global constants.
28-
define( 'POWERED_CACHE_VERSION', '3.5' );
28+
define( 'POWERED_CACHE_VERSION', '3.5.1' );
2929
define( 'POWERED_CACHE_DB_VERSION', '3.4' );
3030
define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
3131
define( 'POWERED_CACHE_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: poweredcache, wphandle, skopco, m_uysl
33
Tags: cache, web vitals, performance, page speed, optimize
44
Requires at least: 5.7
55
Tested up to: 6.6
6-
Stable tag: 3.5
6+
Stable tag: 3.5.1
77
License: GPLv2 (or later)
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Donate link: https://poweredcache.com/donate/
@@ -171,6 +171,11 @@ Yes, it’s compatible with PHP 8+
171171

172172
== Changelog ==
173173

174+
= 3.5.1 (August 14, 2024) =
175+
- [Added] Logging for CF cache purge.
176+
- [Improved] CF cache purge.
177+
- Dependency updates.
178+
174179
= 3.5 (July 16, 2024) =
175180
- [Added] Image Optimizer purge feature.
176181
- Dependency updates.

0 commit comments

Comments
 (0)