Releases: wp-cli/search-replace-command
Releases · wp-cli/search-replace-command
Version 1.3.0
Version 1.2.0
- 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
- 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-delimiter
argument and validation for the--regex-flags
argument [#28, #29, #30]. - Adds
--report
flag so report can be suppressed with--no-report
;--report-changed-only
flag option to only report changed fields [#32]. - Updates package tests to latest [#33, #38].
Version 1.0.3
Version 1.0.2
- Includes
--format=count
to only show number of rows affected [#14].