Version 6.4.0 of Go Live Update Urls PRO is ready and available for you to download or update through the WordPress admin. This version focused on introducing new and improving existing WP-CLI commands.
All WP-CLI commands are fully documented so be sure to check out the documentation if you’re interested in learning more.
New WP-CLI Commands
Two new utility commands have been introduced to allow retrieval of the available sections or tables.
go-live list-sections
Retrieves a list of available sections. Useful for determining which sections may be passed to the update command via –sections.
You will see a console response similar to:
go-live list-tables
Lists all available database tables. Useful for determining which tables may be passed to the update command via –tables.
You will see a console response similar to:
Improved Existing WP-CLI Commands
The go-live update command will now return the number of urls which were replaced.
You may format the results for a full list of counts by section.
To retrieve a count of all urls which will be replaced without actually replacing them, a --dry-run flag is now available.
Miscellaneous
- Introduced new Checkboxes::convert_table_counts_to_sectionsutility method.
- Deprecated the Pro::swap_tablesmethod.
- Deprecated the Checkboxes::is_using_tablesmethod.
- Removed unused swap_tablesprocess fromgo-live-update-urls/database/update-tablesfilter.
- Improved capitalization across plugin verbiage.