Skip to content

Releases: Yoast/yoastcs

0.4

24 Aug 08:02
Compare
Choose a tag to compare
0.4

Changed

  • Composer: Supported version of PHP_CodeSniffer has been changed from 2.5.1 to ~2.7.0.
  • Composer: Supported version of WordPressCS has been changed from 0.9 to ~0.10.0.
  • Composer: Included version of PHP Mess Detector has been updated from 2.4.2 to 2.4.3.
    The minimum supported version remains at 2.2.3.

0.3

24 Aug 08:02
Compare
Choose a tag to compare
0.3

Added

  • PHPCS: An exclusion for the WordPress.VIP.RestrictedFunctions.get_pages error code to the YoastCS ruleset.

0.2

24 Aug 08:01
Compare
Choose a tag to compare
0.2

Added

  • PHPCS: An exclusion for the PEAR.Functions.FunctionCallSignature.Indent error code to the YoastCS ruleset.
  • PHPCS: An exclusion for the Squiz.Commenting.FunctionComment.ScalarTypeHintMissing error code.
  • PHPCS: An exclusion for the whole WordPress.NamingConventions.ValidVariableName sniff.
  • PHPCS: An exclusion for the WordPress.VIP.RestrictedFunctions.count_user_posts error code.
  • PHPMD: wp to the list of common exceptions to the ShortVariable name rule.

Changed

  • Composer: Supported version of PHP_CodeSniffer has been changed from ^2.2.0 to 2.5.1.
  • Composer: Supported version of WordPressCS has been changed from 0.6 to 0.9.
  • Composer: Included version of PHP Mess Detector has been updated from 2.2.3 to 2.4.2.
    The minimum supported version remains at 2.2.3.

Removed

  • PHPCS: The exclusion of the whole WordPress.NamingConventions.ValidFunctionName sniff from the YoastCS ruleset.

0.1

24 Aug 08:01
Compare
Choose a tag to compare
0.1

Initial public release as a stand-alone package.