Releases: wp-cli/shell-command
Releases · wp-cli/shell-command
Version 2.0.5
- Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#48]
- Bump Travis CI OS from
trusty
to xenial
[#47]
- Enforce PHP 7.4 compatibility in Travis CI [#46]
- Fix Travis CI
sudo
warning [#44]
Version 2.0.4
- Add preliminary PHP 7.4 testing [#42]
Version 2.0.3
- Implement CS checking based on the
WP_CLI_CS
ruleset [#40]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#39]
- Move PHP 5.4 tests from
WP_VERSION
latest
to 5.1
[#37]
- Add possibility to change the shell binary [#33]
Version 2.0.2
- Close already opened process while prompting [#36]
Version 2.0.1
- Add support for Probot
move
command [#32]
- Ignore log files [#31]
- Automatically rerun failed scenarios [#29]
Version 2.0.0
- Adapt package for framework v2 [#25]
- Better explain the
--basic
flag [#23]
- Update scaffolded files [#21]
- Fix PHP 5.3 memory issues [#20]
Version 1.0.5
- Documentation, test suite, and repository improvements [#16, #17].
Version 1.0.4
- Updates scaffolded tests to enable error reporting [#14].
- Updates scaffolded README and GitHub configuration [#15].
Version 1.0.3
- Improves top-level command description [#9].
- Updates package tests to latest [#10, #12].
Version 1.0.2
- Updates package with latest scaffolded components [#7].
- Uses
dist: precise
for PHP 5.3, dist: trusty
for everything else [#8].