Releases: 10up/wpcs-action
Releases · 10up/wpcs-action
v2.1.0
Fixed
- Use version 3.x of PHP CodeSniffer to avoid a fatal error (props @paulschreiber, @GaryJones, @iamdharmesh via #53).
New Contributors
- @paulschreiber made their first contribution in #53
Full Changelog: v2.0.0...v2.1.0
View closed items in the milestone.
v2.0.0
Changed
- 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).
Developer
New Contributors
- @benlk made their first contribution in #49
- @mehul0810 made their first contribution in #49
- @s3rgiosan made their first contribution in #49
- @sksaju made their first contribution in #49
- @thrijith made their first contribution in #49
Full Changelog: v1.7.0...v2.0.0
View closed items in the milestone.
v1.7.0
Added
- 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).
Fixed
- Using "WordPress" standards by installing from proper directory (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #47).
Developer
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #43).
Full Changelog: v1.6.1...v1.7.0
View all items closed in the milestone.
v1.6.1
Fixed
- Clone the 2.3.3 tagged release of the VIPCS package to ensure running VIP scans works (props @dkotter, @TylerB24890 via #37).
New Contributors
- @TylerB24890 made their first contribution in #37
Full Changelog: v1.6.0...v1.6.1
View all items closed in the milestone.
v1.6.0
Added
- New example for excluding specific rules in the README file (props @kmgalanakis, @iamdharmesh via #32).
Changed
- Update docs (props @jeffpaul, @faisal-alvi via #30).
Fixed
- Clone the 2.3.0 tagged branch of the WordPress Coding Standards (props @dkotter, @iamdharmesh, @GaryJones via #34).
New Contributors
- @faisal-alvi made their first contribution in #30
- @kmgalanakis made their first contribution in #32
- @GaryJones made their first contribution in #34
Full Changelog: v1.5.0...v1.6.0
View all items closed in the milestone.
v1.5.0
Added
- Include WP VIP coding standards with 10up-Default sniffs (props @peterwilsoncc, @cadic, @dkotter, @jeffpaul via #25).
Changed
- GitHub Actions summary example in README.md (props @iamdharmesh, @peterwilsoncc, @B-Interactive, @dinhtungdu, @jeffpaul via #27).
New Contributors
- @peterwilsoncc made their first contribution in #25
- @iamdharmesh made their first contribution in #27
Full Changelog: v1.4.0...v1.5.0
View all items closed in the milestone.
v1.4.0
Added
- Support of 10up-Default ruleset (props @cadic, @jeffpaul, @peterwilsoncc via #21).
Fixed
- Action failure with PHP8 (props @cadic, @jeffpaul, @dkotter, @dinhtungdu, @iamdharmesh, @peterwilsoncc via #20).
Other
- Add release workflow (props @dinhtungdu, @jeffpaul, @Sidsector9 via #17).
Completed issues and pull requests for this release can be found on the 1.4.0 milestone.
v1.3.4
Added
- EXTRA_ARGS flag to support custom arguments (props @dinhtungdu via #12).
v1.3.3
Fixed
- Wrong branch used in examples (props @Mte90, @jeffpaul, @dinhtungdu via #6).
- Docs: Update supported standards (props @dinhtungdu, @peterwilsoncc via #8).
v1.3.2
Fix VIPCS detection issue.