Skip to content

v3 Release

Compare
Choose a tag to compare
@lenaorobei lenaorobei released this 18 Jun 21:14
· 845 commits to master since this release
73a7b7f

Versioning

Starting from the current release new versioning strategy will be used. One release line will be supported based on incremental approach despite introduced changes and single number sequence-based version identifier will be incremented every release.
Please refer to the wiki page and magento/architecture#136 thread for more details.

New Rules

  • Increased the severity level to 10 for InsecureFunctionSniff #104

Improvements

  • Improved LiteralNamespacesSniff by removing class exists checks and adding exclude patterns #9 in #89 by @ldusan84
  • htmlspecialchars is added to the list of discouraged functions in #96 by @davemacaulay
  • Removed Squiz.Commenting.ClassComment from the ruleset since it does not cover all Magento cases #106
  • Added excludes for phtml files #112

Fixes

  • Undefined index: comment_closer in AbstractApiSniff.php #86 in #87 by @mzeis
  • Fixed ForeachArrayMergeSniff throws an error for inline control structure #110 in #111