Skip to content

Commit aa4b13f

Browse files
authored
Release 3.1.1 (#1055)
* Add 3.1.1 changelog and bump stable tag * Bump Tested up to 7.0 * Bump plugin version to 3.1.1
1 parent a38c852 commit aa4b13f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: donncha, automattic, adnan007, dilirity, mikemayhem3030, pyronaur,
33
Tags: performance, caching, wp-cache, wp-super-cache, cache
44
Requires at least: 6.8
55
Requires PHP: 7.4
6-
Tested up to: 6.9
7-
Stable tag: 3.1.0
6+
Tested up to: 7.0
7+
Stable tag: 3.1.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

256256

257257
== Changelog ==
258+
### 3.1.1 - 2026-05-27
259+
- Security: harden supercache filename generation so request-derived data cannot escape the cache directory.
260+
- Fix: avoid a fatal error on PHP 8+ when closing an unopened file handle in supercache-only mode.
261+
- Fix: cast the blog ID in wp_cache_clear_cache() so non-integer callers no longer trigger a multisite-only function on single-site installs.
262+
- Fix: no longer append HTML debug comments to REST API, Ajax, JSON, WooCommerce API, and XML-RPC responses.
263+
- Fix: avoid a PHP warning when a comment has already been deleted before the cache-clear routine runs.
264+
258265
### 3.1.0 - 2026-04-14
259266
- Disable caching for wp_die() error pages
260267
- Harden the plugin in various ways.

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.1.0
6+
* Version: 3.1.1
77
* Author: Automattic
88
* Author URI: https://automattic.com/
99
* License: GPL2+

0 commit comments

Comments
 (0)