Skip to content

Releases: wp-cli/search-replace-command

Version 2.0.9

07 Dec 19:22
d2b527e
Compare
Choose a tag to compare
  • Switch from Travis CI to GitHub Actions [#152]

Version 2.0.8

07 Dec 09:37
a043077
Compare
Choose a tag to compare
  • Change framework constraint [#151]
  • Only try to unserialize strings [#148]

Version 2.0.7

05 Jul 08:04
Compare
Choose a tag to compare
  • Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#141]
  • Enforce PHP 7.4 compatibility in Travis CI [#138]
  • Fix Travis CI sudo warning [#135]

Version 2.0.6

06 Feb 12:15
f446ca1
Compare
Choose a tag to compare
  • Improve error message on regex check [#131]

Version 2.0.5

12 Nov 13:22
d53ae07
Compare
Choose a tag to compare
  • Add preliminary PHP 7.4 testing [#130]

Version 2.0.4

13 Aug 14:20
2872f04
Compare
Choose a tag to compare
  • Adds wildcards support to --skip-tables parameter [#124]

Version 2.0.3

25 Apr 01:20
7d02c54
Compare
Choose a tag to compare
  • Update README.md file [#121]

Version 2.0.2

21 Apr 03:15
6f17427
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adapt package for framework v2 [#86]
  • Add --regex-limit option. [#62]