Releases: wp-cli/server-command
Releases · wp-cli/server-command
Version 2.0.4
- Add preliminary PHP 7.4 testing [#60]
Version 2.0.3
- Fix port number in example [#58]
Version 2.0.2
- Implement CS checking based on the
WP_CLI_CS
ruleset [#55]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#54]
- Move PHP 5.4 tests from
WP_VERSION
latest
to 5.1
[#52]
Version 2.0.1
- Add support for Probot
move
command [#50]
- Set
SERVER_ADDR
for the built-in webserver [#49]
- Ignore log files [#47]
- Automatically rerun failed scenarios [#46]
Version 2.0.0
- Adapt package for framework v2 [#42]
- Update scaffolded files [#39]
Version 1.0.9
- Documentation, test suite, and repository improvements [#31, #32, #33, #34, #35].
Version 1.0.8
- Updates scaffolded tests to enable error reporting [#28].
- Updates scaffolded README and GitHub configuration [#29].
Version 1.0.7
- Updates package tests to latest [#26, #27].
Version 1.0.6
- Updates package with latest scaffolded components [#23].
- Uses
dist: precise
for PHP 5.3, dist: trusty
for everything else [#24].
Version 1.0.5
- Clarifies this command as a bundled command.