Skip to content

Commit

Permalink
Update minimum supported WordPress version
Browse files Browse the repository at this point in the history
The minimum supported WordPress version and the versions tested up to have been updated in wp-404 caching plugin and its documentation. This ensures the plugin's compatibility with the updated WordPress versions, preparing it for latest WordPress capabilities and to avoid potential issues arising from using deprecated functions or features.
  • Loading branch information
attackant committed Mar 9, 2024
1 parent f06086f commit af7ebc0
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="5.9" />
<config name="minimum_supported_wp_version" value="6.4" />

<!-- 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 @@ -6,9 +6,9 @@ Tags: alleyinteractive, wp-404-caching

Stable tag: 0.0.0

Requires at least: 5.9
Requires at least: 6.4

Tested up to: 6.1
Tested up to: 6.5

Requires PHP: 8.1

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: 0.0.0
* Author: Alley
* Author URI: https://github.com/alleyinteractive/wp-404-caching
* Requires at least: 5.9
* Tested up to: 6.2
* Requires at least: 6.4
* Tested up to: 6.5
*
* Text Domain: wp-404-caching
* Domain Path: /languages/
Expand Down

0 comments on commit af7ebc0

Please sign in to comment.