The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0 - 2022-11-23
- Support of 10up-Default ruleset (props @cadic, @jeffpaul, @peterwilsoncc via #21).
- Action failure with PHP8 (props @cadic, @jeffpaul, @dkotter, @dinhtungdu, @iamdharmesh, @peterwilsoncc via #20).
- Add release workflow (props @dinhtungdu, @jeffpaul, @Sidsector9 via #17).
1.3.4 - 2022-06-14
EXTRA_ARGSflag to support custom arguments (props @dinhtungdu via #12).
1.3.3 - 2022-04-12
- Wrong branch used in examples.
- Docs: Update supported standards.
1.3.2 - 2021-07-13
- VIPCS detection issue.
1.3.1 - 2021-06-29
- Detect local phpcs config. This is disabled by default. Enable it by setting
use_local_configto 'true'. phpcs_bin_pathoption to use local PHPCS.
is_vipcsoption. From this version,wpcs-actionchecks against VIPCS automatically if thestandardoption set toWordPress-VIP-GoorWordPressVIPMinimum.
1.3.0 - 2021-06-29
- Support WordPress Coding Standard exclusively.
- Support Custom Standards.
- Support VIPCS. Enable VIPCS check by using
is_vipcsoptions.
phpcs_bin_pathandinstalled_pathsoptions.