Releases: wp-cli/db-command
Releases · wp-cli/db-command
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].
Version 1.2.2
- Moves statement to a newline for doc parsing needs [#53].