10up / wpcli-vulnerability-scanner

WP-CLI command for checking installed plugins and themes for vulnerabilities reported on wpvulndb.com
MIT License
274 stars 40 forks source link

Rename fix column to "fixed in" #89

Closed iamdharmesh closed 1 year ago

iamdharmesh commented 1 year ago

Description of the Change

PR contains a minor change to rename the fix column to fixed in as requested in #83

Closes #83

How to test the Change

  1. Checkout to this PR branch
  2. Try running commands like wp vuln status, wp vuln core-status, wp vuln plugin status, etc...
  3. Notice the fixed in column is there (it was fix earlier)
  4. Try running commands with different arguments like format etc...

Changelog Entry

Changed - Renamed "fix" column to "fixed in"

Credits

Props @iamdharmesh

Checklist: