Skip to content

Releases: humanmade/coding-standards

v2.5.0

Choose a tag to compare

@kadamwhite kadamwhite released this 10 Jul 16:04
a22e869

What's Changed

  • Introduce sniff to ensure theme pattern's filename and slug string match by @kadamwhite in #348

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@kadamwhite kadamwhite released this 07 Jul 20:20
0fdff4e

What's Changed

  • Introduce sniff to avoid doing_it_wrong usage of register_block_type by @kadamwhite in #347

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@kadamwhite kadamwhite released this 29 Jun 15:58
3b83d48

What's Changed

  • Exclude generated built-code folders build/ and dist/ from stylistic PHPCS rules by @kadamwhite in #342

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@kadamwhite kadamwhite released this 23 Jun 13:25
601ff01

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@kadamwhite kadamwhite released this 22 Jun 17:26
96fb170

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@kadamwhite kadamwhite released this 11 Jun 20:54
c539c88

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2

Choose a tag to compare

@kadamwhite kadamwhite released this 22 May 18:40
50d52a6

What's Changed

  • Migrate CI from Travis to GitHub Actions by @Copilot in #332
  • Allow null for stackPtr in check_compare_value method by @roborourke in #326
  • Fix NamespaceDirectoryNameSniff misreading strict_types as namespace name by @ewartx in #333
  • Update PHP_CodeSniffer repository link by @rodrigoprimo in #325
  • Update changelog for 2.0.2 by @kadamwhite in #334

New Contributors

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

v2.0.1

Choose a tag to compare

@kadamwhite kadamwhite released this 01 May 00:22
10809c9

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@kadamwhite kadamwhite released this 30 Apr 19:00
c7494e0

Breaking Changes:

  • Updated WPCS to 3.0.0 and VIPCS to 3.0.0
  • Raised the minimum supported PHP version to 8.2
  • Raised the PHPUnit development dependency to 8.2
  • Updated HM.Security.EscapeOutput for WPCS 3.x: exception messages are no longer treated as an output boundary in HM-Minimum, while error-reporting function message arguments must still be escaped

What's Changed

New Contributors

Full Changelog: v1.2.1...v2.0.0

1.2.0

Choose a tag to compare

@tfrommen tfrommen released this 13 Sep 11:53
7a272bc

What's Changed

  • Add new Isset sniff by @tfrommen in #236
  • Update custom escaping functions for clean_html by @rmccue in #264
  • Require spaces in template strings by @tfrommen in #256
  • Ignore "use" within "class" in OrderSniff by @kadamwhite in #271
  • Add dealerdirect/phpcodesniffer-composer-installer to allow-plugins in composer.json by @ntwb in #284
  • Update PHPCS to support PHP 8+ by @johnbillion in #282

New Contributors

Full Changelog: v1.1.3...v1.2.0