The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2025-10-01
- Use version 3.x of PHP CodeSniffer to avoid a fatal error (props @paulschreiber, @GaryJones, @iamdharmesh via #53).
2.0.0 - 2025-07-15
- Switch to a PHP 8 Alpine image in our docker container (props @iamdharmesh, @dkotter via #51).
- Upgrade WordPress Coding Standards to 3.1.0 (props @sksaju, @mehul0810, @benlk, @thrijith, @s3rgiosan, @iamdharmesh, @dkotter, @jeffpaul via #49).
1.7.0 - 2024-07-01
- Arguments to allow the action to run the linter only on changed files or on changed lines (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #45).
- Using "WordPress" standards by installing from proper directory (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #47).
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #43).
1.6.1 - 2023-08-30
- Clone the 2.3.3 tagged release of the VIPCS package to ensure running VIP scans works (props @dkotter, @TylerB24890 via #37).
1.6.0 - 2023-08-30
- New example for excluding specific rules in the README file (props @kmgalanakis, @iamdharmesh via #32).
- Update docs (props @jeffpaul, @faisal-alvi via #30).
- Clone the 2.3.0 tagged branch of the WordPress Coding Standards (props @dkotter, @iamdharmesh, @GaryJones via #34).
1.5.0 - 2023-06-12
- Include WP VIP coding standards with 10up-Default sniffs (props @peterwilsoncc, @cadic, @dkotter, @jeffpaul via #25).
- GitHub Actions summary example in README.md (props @iamdharmesh, @peterwilsoncc, @B-Interactive, @dinhtungdu, @jeffpaul via #27).
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.