Releases: wp-cli/search-replace-command
Releases · wp-cli/search-replace-command
Version 2.0.9
- Switch from Travis CI to GitHub Actions [#152]
Version 2.0.8
Version 2.0.7
Version 2.0.6
- Improve error message on regex check [#131]
Version 2.0.5
- Add preliminary PHP 7.4 testing [#130]
Version 2.0.4
- Adds wildcards support to
--skip-tables
parameter [#124]
Version 2.0.3
- Update README.md file [#121]
Version 2.0.2
- 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 torun_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
to5.1
[#110] - Swapped out the .dev Google TLD for the .test RFC protected domain in doc examples [#107]
Version 2.0.1
- 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]