Releases: IIP-Design/php-coding-standards
Releases · IIP-Design/php-coding-standards
v1.1.0
Changed
- Override the core WordPress config which prevent use of our preferred indentation (ie. two spaces).
- Replace the exclusion for the rule "WordPress.WhiteSpace.PrecisionAlignment", which has been removed from the core WordPress config. Replace is with the equivalent "Universal.WhiteSpace.PrecisionAlignment" rule, which has taken its place.
- Update versions of the dependencies php_codesniffer and phpcsextra to the latest (3.12.2 and 1.2.1 respectively).
v1.0.1
v1.0.0 - Initial Release
Added:
- A base ruleset applicable to any PHP project
- A WordPress-specific ruleset that extends the WordPress Coding Standards
- Basic usage and installation documentation