Skip to content

Releases: wp-cli/search-replace-command

Version 1.1.3

Choose a tag to compare

@danielbachhuber danielbachhuber released this 21 Nov 12:49
caa107e
  • Updates scaffolded tests to enable error reporting [#46].
  • Updates scaffolded README and GitHub configuration [#47].

Version 1.1.2

Choose a tag to compare

@danielbachhuber danielbachhuber released this 10 Nov 17:33
f593506
  • Uses $wpdb->remove_placeholder_escape() when exporting in WP 4.8.3 and greater [#43].

Version 1.1.1

Choose a tag to compare

@danielbachhuber danielbachhuber released this 16 Oct 11:56
  • Avoids displaying default delimiter on regex failure [#40].

Version 1.1.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 12 Oct 22:10
  • Introduces --log[=<file>] to log search-replace transformations [#35, #39].

Version 1.0.4

Choose a tag to compare

@danielbachhuber danielbachhuber released this 01 Oct 14:27
  • 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

Choose a tag to compare

@danielbachhuber danielbachhuber released this 05 Aug 23:03
  • Updates package with latest scaffolded components [#18].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#19].

Version 1.0.2

Choose a tag to compare

@danielbachhuber danielbachhuber released this 28 Jun 19:28
  • Includes --format=count to only show number of rows affected [#14].

Version 1.0.1

Choose a tag to compare

@danielbachhuber danielbachhuber released this 30 May 21:18
  • Clarifies this command as a bundled command.
  • Fixes Travis CI caching for composer.
  • Runs Travis tests against WP-CLI dev-master.

Version 1.0.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 13 Mar 17:02
  • Initial release.