Releases: stevegrunwell/wp-enforcer
Releases · stevegrunwell/wp-enforcer
Version 0.5.0
- Allow any version of wp-coding-standards/wpcs, avoiding conflicts with packages that use older versions (#37).
- Clarify placement of scripts within
composer.json
(#41). - Exclude
phpcs.xml
from being checked by PHP_CodeSniffer (#27).
Version 0.4.2
- Don't lock wp-coding-standards/wpcs to a single version.
- Remove the explicit package version in
composer.json
, add GitHub URLs.
v0.4.1
- Apply a
--diff-filter
in the pre-commit hook to ensure PHP_CodeSniffer doesn't attempt to tokenize files that have been deleted (#29). Props @joeyblake.
v0.4.0
- Restore explicit reference to
vendor/bin
(previously removed in #3) within the pre-commit Git hook (#11). Props @leewillis77. - Added
--help
and--version
options to thewp-enforcer
command for easier usage (and setting us up for more fun options in the future, #8). Props @daveross. - Fixed major bug wherein PHP_CodeSniffer was complaining about files not containing any code (#12).
- Added a
--vip
option to thewp-enforcer
command to use WordPress.com VIP coding standards (#7). Props @daveross. - Moved the Change Log out of the README and into CHANGELOG.md (#19).
v0.3.0
- Remove explicit references to
./vendor/bin/
, as Composer automatically prepends this directory to the user's path (#3). Props @johnpbloch, @bswatson. - Automatically create a
.git/hooks
directory if it doesn't already exist (#5).
v0.2.0
v0.1.0
Initial public release of WP Enforcer.