File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 <!-- Minimum WordPress version to check. -->
2323 <!-- @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 -->
24- <config name =" minimum_wp_version" value =" 6.2 " />
24+ <config name =" minimum_wp_version" value =" 6.3 " />
2525
2626 <!-- PHP compatibility test version. -->
2727 <config name =" testVersion" value =" 8.1-" />
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ https://www.php.net/supported-versions.php
1616
1717### WordPress
1818
19+ - ` 6.5 `
1920- ` 6.4 `
2021- ` 6.3 `
21- - ` 6.2 `
2222
2323https://codex.wordpress.org/WordPress_Versions
2424
@@ -92,10 +92,10 @@ Required through `PHPCompatibilityWP`.
9292
9393https://github.com/WordPress/WordPress-Coding-Standards
9494
95- By default the minimum WordPress version to check is set to ` 6.2 ` via the following setting:
95+ By default the minimum WordPress version to check is set to ` 6.3 ` via the following setting:
9696
9797``` xml
98- <config name =" minimum_supported_wp_version" value =" 6.2 " />
98+ <config name =" minimum_supported_wp_version" value =" 6.3 " />
9999```
100100
101101https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-classes-and-function-parameters
You can’t perform that action at this time.
0 commit comments