Skip to content

Commit 107077b

Browse files
committed
Bump version to 3.7
1 parent e1f6b91 commit 107077b

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powered-cache",
3-
"version": "3.6.3",
3+
"version": "3.7.0",
44
"description": "Comprehensive caching and performance plugin for WordPress.",
55
"author": {
66
"name": "PoweredCache",

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.6.3
6+
* Version: 3.7
77
* Requires at least: 5.7
88
* Requires PHP: 7.4
99
* Author: Powered Cache
@@ -25,7 +25,7 @@
2525
}
2626

2727
// Useful global constants.
28-
define( 'POWERED_CACHE_VERSION', '3.6.3' );
28+
define( 'POWERED_CACHE_VERSION', '3.7' );
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: poweredcache, wphandle, skopco, m_uysl
33
Tags: cache, web vitals, performance, page speed, optimize
44
Requires at least: 5.7
5-
Tested up to: 6.8
6-
Stable tag: 3.6.3
5+
Tested up to: 6.9
6+
Stable tag: 3.7
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,16 @@ Yes, it’s compatible with PHP 8+
171171

172172
== Changelog ==
173173

174+
= 3.7 (November 19, 2025) =
175+
- [Improved] Cache purge dimissing - via ajaxified.
176+
- [Improved] Delayed JS dependency chain resolution for better performance and reliability.
177+
- [Improved] Delayed JS execution now supports DOMContentLoaded.
178+
- [Updated] Defer.js to 3.9.0
179+
- [Updated] Redis drop-in for object cahce.
180+
- [Updated] Dependencies.
181+
- [Fixed] Missing i18n text-domains for some strings.
182+
- Tested with WP 6.9
183+
174184
= 3.6.3 (July 23, 2025) =
175185
- [Improved] Removed the `loading` attribute from the first *n* elements for better compatibility and performance. [#157](https://github.com/poweredcache/powered-cache/issues/157)
176186
- [Fixed] Resolved a missing host key warning. [#158](https://github.com/poweredcache/powered-cache/issues/158)

0 commit comments

Comments
 (0)