Skip to content

Releases: johnbillion/wp-compat

1.4.0

04 Dec 10:56
Immutable release. Only release title and notes can be modified.
32a2f24

Choose a tag to compare

  • Adds symbols for WordPress 6.9.

1.3.0

03 Jul 21:40
ea44e48

Choose a tag to compare

1.2.0

16 Apr 18:50
7677396

Choose a tag to compare

  • Adds symbols for WordPress 6.8.

1.1.0

30 Nov 19:35
c86aa3c

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

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

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

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

Choose a tag to compare

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

0.2.2

27 Sep 16:42
e692d3d

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

Choose a tag to compare

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