Releases: wp-cli/search-replace-command
Releases · wp-cli/search-replace-command
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].
Version 1.1.0
Version 1.0.4
- Adds
esc_sql_ident()function to escape column/table names [#23]. - Adds
--regex-delimiterargument and validation for the--regex-flagsargument [#28, #29, #30]. - Adds
--reportflag so report can be suppressed with--no-report;--report-changed-onlyflag option to only report changed fields [#32]. - Updates package tests to latest [#33, #38].