Skip to content

Releases: alleyinteractive/alley-coding-standards

v2.1.0

22 Jul 13:57
242b93f
Compare
Choose a tag to compare
  • Allow PSR-4 style ClassName.php file names to support our migration to PSR-4 for test files.
  • Remove the PEAR.Functions.FunctionCallSignature sniff from the ruleset and
    replace it with PSR2.Methods.FunctionCallSignature. This change is to allow
    for multi-line function calls to be formatted in a more readable way without having to insert a new line before the first argument.
  • Allow camelCase'd DOMDocument/DOMElement/etc. property names to not be flagged by WordPress.NamingConventions.ValidVariableName.

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

v2.0.2

02 Apr 14:14
4f12f19
Compare
Choose a tag to compare
  • Fix issue with files with js/css in the path being ignored.
  • Bumping to PHP 8.1.

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

v2.0.1

25 Sep 21:16
f221c2e
Compare
Choose a tag to compare

What's Changed

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

v2.0.0

08 Sep 13:39
0c57c43
Compare
Choose a tag to compare

What's Changed

  • Upgrade to WPCS/VIPCS 3.0: a breaking change from WPCS 2.0. See the guide here for help upgrading.

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

v1.0.1

29 Aug 20:37
7b449f3
Compare
Choose a tag to compare

What's Changed

  • Remove packages already installed by automattic/vipwpcs by @renatonascalves in #29
  • Ignore deprecation error in WPCS until 3.0 is ready to be used by @srtfisher in #34

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Dec 15:43
ac043d0
Compare
Choose a tag to compare

Tagging a major stable release. No changes. 🎊

v0.4.1

07 Dec 15:51
972cbba
Compare
Choose a tag to compare

What's Changed

  • Upgrading to automattic/vipwpcs v2.3.3 and dealerdirect/phpcodesniffer-composer-installer v0.7.2 in #27

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Dec 19:43
0dde8b8
Compare
Choose a tag to compare

What's Changed

  • Add PHPCompatibilityWP support and configure for PHP 8.0+ by @joemcgill in #17
  • Ignore template-parts in any part of the path by @kevinfodness in #20
  • Add "static analysis" Composer keyword by @GaryJones in #22

New Contributors

Full Changelog: 0.3.0...v0.4.0

0.3.0

26 Feb 16:09
cfa8438
Compare
Choose a tag to compare

Changelog

  • Add PHPCompatibilityWP standard as a dependency (#9)
  • Exclude plugin template parts from WordPress.NamingConventions.PrefixAllGlobals sniff (#11)
  • Remove 'wp_cache_set' from forbidden functions (#12)

0.2.0

14 Oct 21:58
40ac47b
Compare
Choose a tag to compare

Changelog

  • Sniff name changed to Alley-Interactive.
  • Composer package renamed to alleyinteractive/alley-coding-standards.
  • Allow short ternary syntax (#6)