Skip to content

v2.7 — WP-CLI support

Choose a tag to compare

@nadimtuhin nadimtuhin released this 27 Jun 18:14
· 12 commits to main since this release
baa3cc5

What's Changed

  • WP-CLI command group wp fb-throttle:
    • wp fb-throttle status — show throttle duration and log summary
    • wp fb-throttle log [--limit=N] [--status=allowed|throttled] [--format=table|json|csv|yaml]
    • wp fb-throttle clear — clear the hit log
    • wp fb-throttle duration [seconds] — get or set throttle duration
  • .phpcs.xml ruleset for consistent PHPCS runs
  • 36/36 PHPUnit tests passing

Upgrade Notice

No breaking changes. WP-CLI commands only register when WP-CLI is present.