Releases: austinginder/render-command
Releases · austinginder/render-command
Release list
v.1.2.0
v1.1.0
1.1.0 - 2025-04-21
- Added
--without-pluginsflag without value to exclude all plugins for the request (e.g.,wp render "/" --without-plugins). - Introduced
--formatoption 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_getto handle slow responses. - Disabled SSL verification (
sslverify => false) for flexibility in local or testing environments.
- Set a 120-second timeout for
v1.0
v1.0
- Initial release with
wp rendercommand and plugin exclusion functionality.