Skip to content

Commit f7dddbd

Browse files
authored
Release 3.1.0 (#1038)
* Release 3.1.0 * Two more changes
1 parent 0944786 commit f7dddbd

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

readme.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: performance, caching, wp-cache, wp-super-cache, cache
44
Requires at least: 6.8
55
Requires PHP: 7.4
66
Tested up to: 6.9
7-
Stable tag: 3.0.3
7+
Stable tag: 3.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -255,16 +255,15 @@ Your theme is probably responsive which means it resizes the page to suit whatev
255255

256256

257257
== Changelog ==
258-
### 3.0.3 - 2025-11-11
259-
#### Added
260-
- Tested up to WordPress 6.9.
261-
262-
#### Changed
263-
- Update package dependencies.
264-
265-
#### Fixed
266-
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations.
267-
- Remove redundant code.
258+
### [3.1.0] - 2026-04-14
259+
- Disable caching for wp_die() error pages
260+
- Harden the plugin in various ways.
261+
- Fix: use fileperms() instead of stat() and fix escaping
262+
- Add WordPress.org Live Preview Blueprint.
263+
- Minimum WordPress version bumped to 6.8.
264+
- Device Detection: use an embedded version instead of the Composer dependency.
265+
- Fix: str_starts_with() null deprecation on PHP 8.1+.
266+
- Fix: handle array type for supercache_last_cached option.
268267

269268
--------
270269

wp-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Super Cache
44
* Plugin URI: https://wordpress.org/plugins/wp-super-cache/
55
* Description: Very fast caching plugin for WordPress.
6-
* Version: 3.0.3
6+
* Version: 3.1.0
77
* Author: Automattic
88
* Author URI: https://automattic.com/
99
* License: GPL2+

0 commit comments

Comments
 (0)