Skip to content

Releases: wp-cli/db-command

Version 2.0.1

17 Dec 08:16
2ab6bd0
Compare
Choose a tag to compare
  • Fix comment argument test [#127]
  • Adds --human-readable parameter to db 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 to README.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

05 Aug 13:00
9378fb5
Compare
Choose a tag to compare
  • Adapt package for framework v2 [#110]

Version 1.3.5

31 Jul 02:10
c260be5
Compare
Choose a tag to compare
  • Add ISO size formats to db size [#104]
  • pass --column-statistics=0 to mysqldump command [#105]

Version 1.3.4

28 May 19:16
c9b7a5e
Compare
Choose a tag to compare
  • 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

29 Jan 14:37
7d361a1
Compare
Choose a tag to compare
  • Obey prefix when using table wildcards [#73]
  • Add dbuser/dbpass options to privileged commands [#75]
  • Use Utils\esc_like() and remove internal esc_like() [#79]
  • Include support for TB and GB database size formats [#81]

Version 1.3.2

15 Dec 13:06
162d72a
Compare
Choose a tag to compare
  • db size:
    • Ensures default value of --size_format=<format> argument is always bytes [#69].
  • Converts db command help summaries to use third-person singular verbs [#67].

Version 1.3.1

21 Nov 13:40
f040d08
Compare
Choose a tag to compare
  • Updates scaffolded tests to enable error reporting [#59].
  • Updates scaffolded README and GitHub configuration [#60].

Version 1.3.0

06 Nov 15:18
7121cfd
Compare
Choose a tag to compare
  • db *:
    • Uses new after_wp_config_load early invoke to run wp db * commands [#57].

Version 1.2.4

16 Oct 11:45
Compare
Choose a tag to compare
  • db search:
    • Avoids displaying default delimiter on regex fail in db search [#56].

Version 1.2.3

13 Oct 12:58
Compare
Choose a tag to compare
  • db search:
    • Lessens context duplication by shortening and appending context if it overlaps with the next match [#55].