Releases: wp-cli/search-replace-command
Releases · wp-cli/search-replace-command
Version 2.0.2
- Implement CS checking based on the
WP_CLI_CSruleset [#119] - Enhancement: Add PHP 7.3 to Travis CI build matrix [#118]
- Rename private
_runmethod 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_VERSIONlatestto5.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
movecommand [#96] - Ignore log files [#94]
- Corrects NULL export values. [#93]
- Automatically rerun failed scenarios [#90]
Version 2.0.0
Version 1.3.1
Version 1.3.0
Version 1.2.0
- NOTE: Backward compatibility (BC) breaks: [#wp-cli/4624]:
- respects registered
wpdbtables when given table filter and not given--all-tables-with-prefixor--all-tablesoption - does not ignore
--scopewhen given--networkoption
- respects registered
- Fixes not quoting non-integer primary keys when using
---regex[#59, #63].
Version 1.1.4
- 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
Version 1.1.2
- Uses
$wpdb->remove_placeholder_escape()when exporting in WP 4.8.3 and greater [#43].
Version 1.1.1
- Avoids displaying default delimiter on regex failure [#40].