Releases: johnbillion/wp-compat
Releases · johnbillion/wp-compat
1.4.0
1.3.0
- Adds support for checking action and filter usage. See the docs for all the info.
1.2.0
- Adds symbols for WordPress 6.8.
1.1.0
- Methods now inherit the
@sinceversion from their class if it's missing from the method.
0.3.1
- Adds some final symbols for WordPress 6.7.0 and 6.7.1.
- This is the last release that will support PHPStan 1.x. Please switch to wp-compat 1.0 or higher for PHPStan 2.x support.
1.0.0
- Adds some final symbols for WordPress 6.7.0 and 6.7.1.
- PHPStan 2.0 is now required.
0.3.0
0.2.3
Avoids triggering an error when a concatenated method name is used.
0.2.2
Adds support for automatically reading the "Requires at least" header from the main plugin file or the theme's style.css file, removing the need to specify requiresAtLeast in the PHPStan config. See the readme file for details.
0.2.1
Avoids triggering an error when a variable function name is used.