Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Latest commit

 

History

History
54 lines (41 loc) · 2.45 KB

File metadata and controls

54 lines (41 loc) · 2.45 KB

Changelog

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

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.