Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: performance, caching, wp-cache, wp-super-cache, cache
Requires at least: 6.8
Requires PHP: 7.4
Tested up to: 6.9
Stable tag: 3.0.3
Stable tag: 3.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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


== Changelog ==
### 3.0.3 - 2025-11-11
#### Added
- Tested up to WordPress 6.9.

#### Changed
- Update package dependencies.

#### Fixed
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations.
- Remove redundant code.
### [3.1.0] - 2026-04-14
- Disable caching for wp_die() error pages
- Harden the plugin in various ways.
- Fix: use fileperms() instead of stat() and fix escaping
- Add WordPress.org Live Preview Blueprint.
- Minimum WordPress version bumped to 6.8.
- Device Detection: use an embedded version instead of the Composer dependency.
- Fix: str_starts_with() null deprecation on PHP 8.1+.
- Fix: handle array type for supercache_last_cached option.

--------

Expand Down
2 changes: 1 addition & 1 deletion wp-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Super Cache
* Plugin URI: https://wordpress.org/plugins/wp-super-cache/
* Description: Very fast caching plugin for WordPress.
* Version: 3.0.3
* Version: 3.1.0
* Author: Automattic
* Author URI: https://automattic.com/
* License: GPL2+
Expand Down
Loading