Skip to content

Releases: wp-cli/search-replace-command

Version 2.0.2

21 Apr 03:15
6f17427

Choose a tag to compare

  • Implement CS checking based on the WP_CLI_CS ruleset [#119]
  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#118]
  • Rename private _run method to run_recursively [#117]
  • Remove unneeded condition [#116]
  • Verify and whitelist SQL escaping [#115]
  • Prefix variables in global namespace [#113]
  • PHPCS: fix up the code base [9] - one property per statement [#112]
  • PHPCS: fix up the code base [8] - rename a local variable [#111]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#110]
  • Swapped out the .dev Google TLD for the .test RFC protected domain in doc examples [#107]

Version 2.0.1

17 Dec 08:12
3e5b969

Choose a tag to compare

  • PHPCS: fix up the code base [7] - assignments in conditions [#103]
  • PHPCS: fix up the code base [4] - yoda conditions [#102]
  • PHPCS: fix up the code base [6] - multi-line function calls [#101]
  • PHPCS: fix up the code base [3] - strict comparisons [#100]
  • PHPCS: fix up the code base [5] - multi-line function calls [#99]
  • PHPCS: fix up the code base [2] - scope modifiers [#98]
  • PHPCS: fix up the code base [1] - whitespace & inline control structures [#97]
  • Add support for Probot move command [#96]
  • Ignore log files [#94]
  • Corrects NULL export values. [#93]
  • Automatically rerun failed scenarios [#90]

Version 2.0.0

05 Aug 15:46
884ddec

Choose a tag to compare

  • Adapt package for framework v2 [#86]
  • Add --regex-limit option. [#62]

Version 1.3.1

29 May 10:27
be21639

Choose a tag to compare

  • Improve --regex-limit logic [#70]
  • Fix broken GUID test [#81]

Version 1.3.0

21 Apr 01:48
df1092f

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

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

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

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

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

Choose a tag to compare

  • Avoids displaying default delimiter on regex failure [#40].