Skip to content

Releases: szepeviktor/phpstan-wordpress

v1.3.4

21 Mar 16:34
891d076
Compare
Choose a tag to compare

One more global constant.

v1.3.3

26 Feb 13:56
f7ff091
Compare
Choose a tag to compare

What's Changed

  • Add test for WpThemeMagicPropertiesClassReflectionExtension by @IanDelMar in #206
  • Fix dynamic call to static method by @IanDelMar in #208
  • Introduce dynamic return type for the get_approved_comments function by @lipemat in #211
  • Add WP_LANG_DIR constant by @swissspidy in #212

New Contributors

Full Changelog: v1.3.2...v1.3.3

Fix wp_die problem

16 Oct 17:24
b8516ed
Compare
Choose a tag to compare

What's Changed

  • Fix dynamic return type extension for wp_die() by @IanDelMar in #204

Full Changelog: v1.3.1...v1.3.2

v1.3.1

14 Oct 19:30
78db560
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Apr 06:19
5b5cc77
Compare
Choose a tag to compare

What's Changed

Thank you @IanDelMar

New Contributors

Full Changelog: v1.2.0...v1.3.0

Many more eyes on your source code

08 Apr 07:33
534f266
Compare
Choose a tag to compare

Thank you @IanDelMar

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.2.0

Add dynamic return type for get_permalink()

04 Feb 13:17
979dcb8
Compare
Choose a tag to compare

v1.1.6: Support multiple variants (#135)

01 Dec 14:57
2778454
Compare
Choose a tag to compare
* Add a failing test for #133.

* Avoid a PHPStan exception when a callback has multiple variants.

Release v1.1.5

12 Nov 15:06
3934e62
Compare
Choose a tag to compare
Remove environment configuration (#132)

Release v1.1.4

09 Nov 20:32
e150358
Compare
Choose a tag to compare

Add type checking for hook callbacks in add_action and add_filter