Releases: wp-cli/db-command
Releases · wp-cli/db-command
Version 2.0.2
- PHPCS: minor tweaks [#142]
- Implement CS checking based on the
WP_CLI_CSruleset [#141] - Enhancement: Add PHP 7.3 to Travis CI build matrix [#140]
- Move PHP 5.4 tests from
WP_VERSIONlatestto5.1[#137] - Fix db connection error tests for WP >= 5.2 [#136]
- Fix typo in
WP_CLIclassname [#135] - Fix
--all-tablesand--all-tables-with-prefixoutput when combined with--size_format[#134] - Regenerate README.md from command docs [#131]
- Fix
--size_formatargument definition. [#130]
Version 2.0.1
- Fix comment argument test [#127]
- Adds
--human-readableparameter todb sizecommand [#124] - Support all
mysqlflags while importing database [#123] - Add search and delete example [#122]
- Add support for Probot
movecommand [#121] - Add new
db cleantoREADME.mdand configuration files [#119] - Fix combination of
--format&--size_formatflags [#118] - Add links to mysql documentation [#117]
- Automatically rerun failed scenarios [#116]
- Ignore log files [#115]
Version 2.0.0
- Adapt package for framework v2 [#110]
Version 1.3.5
Version 1.3.4
- Add
db columnscommand [#100] - Add
db cleancommand [#93] - Count users instead of posts for the smoke test [#98]
- Fix tests that are broken due to the addition of a "Privacy Policy" page [#97]
- Raise memory limit to 2048MB [#96]
- Fix test failure due to introduction of
wp_blogmetatable [#94] - Add examples for exporting certain posts [#90]
- Update license copyright date to 2018 [#85]
Version 1.3.3
Version 1.3.2
Version 1.3.1
Version 1.3.0
db *:- Uses new
after_wp_config_loadearly invoke to runwp db *commands [#57].
- Uses new
Version 1.2.4
db search:- Avoids displaying default delimiter on regex fail in db search [#56].