You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,7 +95,7 @@ Yes, hiding the WordPress version can provide a minor security benefit by making
95
95
### Requirements
96
96
97
97
- PHP 7.4 or higher
98
-
- WordPress 6.5 or higher
98
+
- WordPress 6.6 or higher
99
99
- Composer (for development and testing)
100
100
101
101
### Setting up the development environment
@@ -107,13 +107,13 @@ Yes, hiding the WordPress version can provide a minor security benefit by making
107
107
108
108
### PHP 8.x Compatibility
109
109
110
-
This plugin is fully compatible with PHP versions 7.4 through 8.4. For testing with PHP 8.x, we provide a custom PHPUnit runner script that helps avoid common compatibility issues between PHPUnit and newer PHP versions:
110
+
This plugin is fully compatible with PHP versions 7.4 through 8.5. For testing with PHP 8.x, we provide a custom PHPUnit runner script that helps avoid common compatibility issues between PHPUnit and newer PHP versions:
111
111
112
112
```bash
113
113
# For PHP 7.4 (standard testing)
114
114
composer test
115
115
116
-
# For PHP 8.0, 8.1, 8.2, 8.3, and 8.4 (using the custom runner)
116
+
# For PHP 8.0, 8.1, 8.2, 8.3, 8.4, and 8.5 (using the custom runner)
117
117
composer test:php8
118
118
```
119
119
@@ -135,8 +135,8 @@ This ensures our plugin stays up-to-date with the latest WordPress versions with
135
135
136
136
The plugin includes a comprehensive PHPUnit test suite that runs automatically on GitHub Actions. Our testing matrix includes:
137
137
138
-
- PHP versions: 7.4, 8.0, 8.1, 8.2, 8.3, 8.4
139
-
- WordPress versions: 6.5, latest, nightly
138
+
- PHP versions: 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
139
+
- WordPress versions: 6.6, latest, nightly
140
140
- Both single site and multisite installations
141
141
142
142
This ensures code quality and compatibility across different PHP versions and WordPress configurations.
0 commit comments