Skip to content

Commit

Permalink
Increase min WP version to 6.3 with the upcoming release of WP 6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 26, 2024
1 parent 69ccae4 commit dda460a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PronamicWP/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Minimum WordPress version to check. -->
<!-- @link https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-classes-and-function-parameters -->
<config name="minimum_wp_version" value="6.2" />
<config name="minimum_wp_version" value="6.3" />

<!-- PHP compatibility test version. -->
<config name="testVersion" value="8.1-" />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ https://www.php.net/supported-versions.php

### WordPress

- `6.5`
- `6.4`
- `6.3`
- `6.2`

https://codex.wordpress.org/WordPress_Versions

Expand Down Expand Up @@ -92,10 +92,10 @@ Required through `PHPCompatibilityWP`.

https://github.com/WordPress/WordPress-Coding-Standards

By default the minimum WordPress version to check is set to `6.2` via the following setting:
By default the minimum WordPress version to check is set to `6.3` via the following setting:

```xml
<config name="minimum_supported_wp_version" value="6.2" />
<config name="minimum_supported_wp_version" value="6.3" />
```

https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-classes-and-function-parameters
Expand Down

0 comments on commit dda460a

Please sign in to comment.