Releases: wp-cli/db-command
Releases · wp-cli/db-command
Version 2.0.10
- Use MySQL binary in interactive mode for
db cli
command [#178]
Version 2.0.9
- Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#172]
Version 2.0.8
- Add SQL mode compat query to db import command [#170]
Version 2.0.7
Version 2.0.6
Version 2.0.5
Version 2.0.4
- Fix tests for changes in WP Core 5.3 [#149]
Version 2.0.3
- Update README.md file [#143]
Version 2.0.2
- PHPCS: minor tweaks [#142]
- Implement CS checking based on the
WP_CLI_CS
ruleset [#141] - Enhancement: Add PHP 7.3 to Travis CI build matrix [#140]
- Move PHP 5.4 tests from
WP_VERSION
latest
to5.1
[#137] - Fix db connection error tests for WP >= 5.2 [#136]
- Fix typo in
WP_CLI
classname [#135] - Fix
--all-tables
and--all-tables-with-prefix
output when combined with--size_format
[#134] - Regenerate README.md from command docs [#131]
- Fix
--size_format
argument definition. [#130]
Version 2.0.1
- Fix comment argument test [#127]
- Adds
--human-readable
parameter todb size
command [#124] - Support all
mysql
flags while importing database [#123] - Add search and delete example [#122]
- Add support for Probot
move
command [#121] - Add new
db clean
toREADME.md
and configuration files [#119] - Fix combination of
--format
&--size_format
flags [#118] - Add links to mysql documentation [#117]
- Automatically rerun failed scenarios [#116]
- Ignore log files [#115]