Skip to content

Commit

Permalink
Update minimum supported WordPress version and tested version
Browse files Browse the repository at this point in the history
The minimum supported WordPress version has been lowered to 6.3, and the WP version that the plugin is tested up to has been updated to 6.4. These changes reflect across wp-404-caching.php file, .phpcs.xml configuration file and the README.md file.
  • Loading branch information
attackant committed Mar 12, 2024
1 parent 1e9f2e2 commit e3469fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<exclude-pattern>vendor/</exclude-pattern>

<!-- The version set here matches the minimum version tested in buddy.yml. -->
<config name="minimum_supported_wp_version" value="6.4" />
<config name="minimum_supported_wp_version" value="6.3" />

<!-- Define the prefixes that can be used by the plugin -->
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A WordPress plugin to provide full page caching for 404 pages, improving perform
## Requirements
- SSL enabled on the website.
- An external object cache setup (e.g., Redis, Memcached).
- Requires at least: 6.4
- Tested up to: 6.5
- Requires at least: 6.3
- Tested up to: 6.4
- Requires PHP: 8.1
- License: GPL v2 or later

Expand Down
4 changes: 2 additions & 2 deletions wp-404-caching.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Version: 1.0.1
* Author: Alley
* Author URI: https://github.com/alleyinteractive/wp-404-caching
* Requires at least: 6.4
* Tested up to: 6.5
* Requires at least: 6.3
* Tested up to: 6.4
*
* Text Domain: wp-404-caching
* Domain Path: /languages/
Expand Down

0 comments on commit e3469fd

Please sign in to comment.