Skip to content

Releases: austinginder/render-command

v.1.2.0

Choose a tag to compare

@austinginder austinginder released this 25 Apr 23:42

1.2.0 - 2025-04-25

  • Added --link flag to output the generated URL (including exclusion parameters) instead of making the HTTP request.

v1.1.0

Choose a tag to compare

@austinginder austinginder released this 21 Apr 12:52

1.1.0 - 2025-04-21

  • Added --without-plugins flag without value to exclude all plugins for the request (e.g., wp render "/" --without-plugins).
  • Introduced --format option to control output format:
    • raw (default): Outputs the full HTML response.
    • http_code: Outputs only the HTTP status code (e.g., 200, 404).
  • Added request timeout:
    • Set a 120-second timeout for wp_remote_get to handle slow responses.
    • Disabled SSL verification (sslverify => false) for flexibility in local or testing environments.

v1.0

Choose a tag to compare

@austinginder austinginder released this 20 Apr 15:26

v1.0

  • Initial release with wp render command and plugin exclusion functionality.