v3 Release
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