Skip to content

Releases: johnbillion/wp-compat

1.1.0

30 Nov 19:35
c86aa3c
Compare
Choose a tag to compare
  • Methods now inherit the @since version from their class if it's missing from the method.

0.3.1

27 Nov 11:59
05abaac
Compare
Choose a tag to compare
  • 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

25 Nov 14:47
f278d54
Compare
Choose a tag to compare
  • Adds some final symbols for WordPress 6.7.0 and 6.7.1.
  • PHPStan 2.0 is now required.

0.3.0

30 Oct 16:39
a72d20b
Compare
Choose a tag to compare

What's Changed

  • Add full support for method_exists() guards for class methods

New Contributors

0.2.3

01 Oct 15:52
5ef45a6
Compare
Choose a tag to compare

Avoids triggering an error when a concatenated method name is used.

0.2.2

27 Sep 16:42
e692d3d
Compare
Choose a tag to compare

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

10 Sep 07:35
580cc09
Compare
Choose a tag to compare

Avoids triggering an error when a variable function name is used.

0.2.0

09 Sep 19:04
42a5ceb
Compare
Choose a tag to compare

Improves the error handling when a function or method name cannot be determined.

0.1.0

07 Sep 11:57
758c7b4
Compare
Choose a tag to compare

Initial release.