Releases: wp-cli/db-command
Releases · wp-cli/db-command
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]
Version 2.0.0
- Adapt package for framework v2 [#110]
Version 1.3.5
Version 1.3.4
- Add
db columns
command [#100] - Add
db clean
command [#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_blogmeta
table [#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_load
early 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].
Version 1.2.3
db search
:- Lessens context duplication by shortening and appending context if it overlaps with the next match [#55].