Skip to content

Releases: szepeviktor/phpstan-wordpress

Release v1.1.3

22 Sep 13:15
e644df7
Compare
Choose a tag to compare

Support more WordPress core functions.

Release v1.1.2

21 Jun 10:54
Compare
Choose a tag to compare

Support WP 6.0 and wp_parse_url

v1.1.1: Fix tests by only touching tests (#105)

11 May 18:45
99cfea6
Compare
Choose a tag to compare

Release v1.1.0

02 May 20:18
37eaf7e
Compare
Choose a tag to compare

Support PHPStan v1.6

Release v1.0.5

05 Apr 03:15
d4dbd21
Compare
Choose a tag to compare

Support is_wp_error()

Release v1.0.4

02 Apr 19:52
42d1c4c
Compare
Choose a tag to compare
Introduce a dynamic return type extension for functions with an `$ech…

…o` or `$display` parameter (#94)

Release v1.0.3

05 Mar 07:40
265d06b
Compare
Choose a tag to compare

Support 3 more functions

Use new PHP Parser

19 Nov 12:48
d44b5ab
Compare
Choose a tag to compare
v1.0.2

Merge pull request #87 from johnbillion/php-parser

Release v1.0.1

17 Nov 21:30
a90b660
Compare
Choose a tag to compare
  • Check apply_filters calls
  • Add tests

Compatibility with PHPStan v1.0

01 Nov 13:15
ae7f267
Compare
Choose a tag to compare

@johnbillion added many new extensions.