Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

78 lines (59 loc) · 4.29 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.6.1 - 2023-08-30

Fixed

  • 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

Added

Changed

Fixed

1.5.0 - 2023-06-12

Added

Changed

1.4.0 - 2022-11-23

Added

Fixed

Other

1.3.4 - 2022-06-14

Added

  • EXTRA_ARGS flag to support custom arguments (props @dinhtungdu via #12).

1.3.3 - 2022-04-12

Fixed

  • Wrong branch used in examples.
  • Docs: Update supported standards.

1.3.2 - 2021-07-13

Fixed

  • VIPCS detection issue.

1.3.1 - 2021-06-29

Added

  • 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.

Removed

  • is_vipcs option. From this version, wpcs-action checks against VIPCS automatically if the standard option set to WordPress-VIP-Go or WordPressVIPMinimum.

1.3.0 - 2021-06-29

Added

  • Support WordPress Coding Standard exclusively.
  • Support Custom Standards.
  • Support VIPCS. Enable VIPCS check by using is_vipcs options.

Removed

  • phpcs_bin_path and installed_paths options.