Skip to content

Releases: szepeviktor/phpstan-wordpress

v2.0.3

Choose a tag to compare

@szepeviktor szepeviktor released this 10 Oct 21:10
aa722f0

What's Changed

  • -SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly by @szepeviktor in #285
  • Remove WP_CLI::error from earlyTerminatingMethodCalls config by @lipemat in #284
  • Remove SAVEQUERIES from the dynamicConstantNames list by @IanDelMar in #287
  • Remove WP_CLI from the dynamicConstantNames list by @IanDelMar in #288
  • Remove WP_CLI::halt from earlyTerminatingMethodCalls by @IanDelMar in #289
  • Remove STYLESHEETPATH and TEMPLATEPATH from bootstrap.php by @IanDelMar in #290
  • Merge AssertNotWpErrorTypeSpecifyingExtension into AssertWpErrorTypeSpecifyingExtension by @IanDelMar in #291
  • Fix handling of dynamic constants by @IanDelMar in #286
  • Add return type extension for stripslashes_from_strings_only() by @IanDelMar in #294
  • Fix StripslashesFromStringsOnlyDynamicFunctionReturnTypeExtension by @IanDelMar in #295
  • Add return type extension for wp_slash() by @IanDelMar in #296
  • Add return type extension for normalize_whitespace by @IanDelMar in #298
  • Add slashit functions extension & fix stripslashes extension by @IanDelMar in #299
  • Add PHP 8.4 to travis config by @IanDelMar in #300
  • Gather assert types conditional on installed PHPStan version by @IanDelMar in #301

Full Changelog: v2.0.2...v2.0.3

Introduce Discouraged Constants

Choose a tag to compare

@szepeviktor szepeviktor released this 14 May 12:46
963887b

What's Changed

Full Changelog: v2.0.1...v2.0.2

The tiniest fix ever

Choose a tag to compare

@szepeviktor szepeviktor released this 01 Dec 02:14
f7beb13

Blooming in action: v2

Choose a tag to compare

@szepeviktor szepeviktor released this 29 Nov 11:03
fab61ad

PHPStan 2.0

Go back to 2.x branch

Go back to 2.x branch Pre-release
Pre-release

Choose a tag to compare

@szepeviktor szepeviktor released this 28 Nov 17:33
fab61ad

See #269

Second try on 2.0

Second try on 2.0 Pre-release
Pre-release

Choose a tag to compare

@szepeviktor szepeviktor released this 17 Nov 11:56
079942a
v2.0.0-rc.2

Include ApplyFiltersTestClass in tests

2.0.0 for Everyone

2.0.0 for Everyone Pre-release
Pre-release

Choose a tag to compare

@szepeviktor szepeviktor released this 12 Nov 14:14
b2c0044

Many improvements. More errors spotted.

  • PHPStan 2.0
  • Needs WP stubs 6.6.2

v1.3.5

Choose a tag to compare

@szepeviktor szepeviktor released this 10 Jul 16:22
7f8cfe9

v1.3.4

Choose a tag to compare

@szepeviktor szepeviktor released this 21 Mar 16:34
891d076

One more global constant.

v1.3.3

Choose a tag to compare

@szepeviktor szepeviktor released this 26 Feb 13:56
f7ff091

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