Skip to content

Releases: wp-cli/search-replace-command

Version 1.3.0

21 Apr 01:48
df1092f
Compare
Choose a tag to compare
  • Handle incomplete class (un)serialization gracefully [#76]
  • Handle PCRE errors gracefully [#75]
  • Remove "Site Not Found" message from multisite usage [#69]

Version 1.2.0

29 Jan 23:37
c688e51
Compare
Choose a tag to compare
  • NOTE: Backward compatibility (BC) breaks: [#wp-cli/4624]:
    • respects registered wpdb tables when given table filter and not given --all-tables-with-prefix or --all-tables option
    • does not ignore --scope when given --network option
  • Fixes not quoting non-integer primary keys when using ---regex [#59, #63].

Version 1.1.4

18 Dec 20:10
813977a
Compare
Choose a tag to compare
  • Adds --skip-tables=<tables> argument to exclude specific tables [#48].
  • Disables report tables without index when using --report-change-only [#54].
  • General improvements to reporting, including disabling table display when no tables to output [#57].
  • Documentation, test suite, and repository improvements [#49, #51, #52, #56].

Version 1.1.3

21 Nov 12:49
caa107e
Compare
Choose a tag to compare
  • Updates scaffolded tests to enable error reporting [#46].
  • Updates scaffolded README and GitHub configuration [#47].

Version 1.1.2

10 Nov 17:33
f593506
Compare
Choose a tag to compare
  • Uses $wpdb->remove_placeholder_escape() when exporting in WP 4.8.3 and greater [#43].

Version 1.1.1

16 Oct 11:56
Compare
Choose a tag to compare
  • Avoids displaying default delimiter on regex failure [#40].

Version 1.1.0

12 Oct 22:10
Compare
Choose a tag to compare
  • Introduces --log[=<file>] to log search-replace transformations [#35, #39].

Version 1.0.4

01 Oct 14:27
Compare
Choose a tag to compare
  • Adds esc_sql_ident() function to escape column/table names [#23].
  • Adds --regex-delimiter argument and validation for the --regex-flags argument [#28, #29, #30].
  • Adds --report flag so report can be suppressed with --no-report; --report-changed-only flag option to only report changed fields [#32].
  • Updates package tests to latest [#33, #38].

Version 1.0.3

05 Aug 23:03
Compare
Choose a tag to compare
  • Updates package with latest scaffolded components [#18].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#19].

Version 1.0.2

28 Jun 19:28
Compare
Choose a tag to compare
  • Includes --format=count to only show number of rows affected [#14].