The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
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_ARGS
flag 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_config
to 'true'. phpcs_bin_path
option to use local PHPCS.
is_vipcs
option. From this version,wpcs-action
checks against VIPCS automatically if thestandard
option set toWordPress-VIP-Go
orWordPressVIPMinimum
.
1.3.0 - 2021-06-29
- Support WordPress Coding Standard exclusively.
- Support Custom Standards.
- Support VIPCS. Enable VIPCS check by using
is_vipcs
options.
phpcs_bin_path
andinstalled_paths
options.