Alternative installation files

Download coder-8.x-3.2.tar.gztar.gz 100.73 KB
MD5: d9919ade4130907c625deada9edc8b87
SHA-1: 9bb6ce7b5fdbbb7f6b9a5a32c3218f067012777a
SHA-256: 35b933f0f9e5d98c15fad188b5c0d000b29d72c5178e082bea70b38d6b723d4f
Download coder-8.x-3.2.zipzip 198.46 KB
MD5: 55b1075bd69a3ce484960df8cc5799d3
SHA-1: f1dfd5206a4bb20830c7464d7f259801ad10da68
SHA-256: 0154d26b87cdb2f8fade3db05917347e4a9e623fcec2576e6de34b019e8ea32f

Release notes

Highlights: New sniffs for @deprecated tags and gendered language in comments!

Changes since 8.3.1:

  • fix(FunctionComment): Recognise 'yield' as valid return statement (#2906931)
  • docs(README): Add klausi as maintainer
  • feat(GenderNeutralComment): Add sniff to check for gendered words like he/him in comments (#3021632)
  • feat(HookComment): Check hook implementation comments if they repeat the function name
  • fix(composer): Fix autoload path for DrupalPractice (#3006004)
  • fix(DrupalPractice): Add autoloader to fix fatal errors when invoking DrupalPractice
  • feat(DeprecatedSniff): Add sniffs for @trigger_error and @deprecated doc tags (#2908391)
  • tests(ProjectDetection): Fix disabled project file tests (#2962880)
  • chore(composer): Drop PHP 5.4 support (#3047617)
  • docs(README): Update maintainers and default branch (#3002782)
  • chore(composer): Update PHP Codesniffer to latest 3.4.1 release
  • tests(travis): Fix composer.lock not cachable
  • tests(travis): Enable vendor folder caching and composer update
  • tests(travis): Revert to Ubuntu trusty to test old PHP versions
  • tests(travis): Optimize Travis build steps for faster CI runs
  • tests(phpcs): Update PHPCS to dev version to fix phpunit tests
  • #2902536: Add $config in $coreGlobals from Drupal.NamingConventions.ValidGlobal.
Created by: klausi
Created on: 14 Apr 2019 at 18:16 UTC
Last updated: 17 Apr 2019 at 09:58 UTC
Bug fixes
New features

Other releases