Releases: johnbillion/wp-compat
Releases · johnbillion/wp-compat
1.1.0
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.
0.2.0
Improves the error handling when a function or method name cannot be determined.
0.1.0
Initial release.