=== Plugin Name === Contributors: Mat Lipe Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40matlipe%2ecom&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: Go Live, Urls, Domain Changes Requires at least: 4.6.0 Tested up to: 4.9.7 Requires PHP: 5.2.4 Stable tag: 5.1.1 == Description == Goes through entire site and replaces all instances of an old url with a new one. Used to change the domain of a site. Works on both multi-site and single site installs. Check out Go Live Update Urls Pro for more features including priority support, the ability to test a URL before running, updating of tables created by plugins, and so much more!
Pro version 2.3.0 just dropped with lots of great new stuff!

Features

* Database table by table selection. * Updates serialized data in core tables. * Very easy to use admin page - which may be found under Tools.

Updates Entire Site including

* Posts * Pages * Image urls * Excerpts * Post Meta data * Custom Post Types * Widgets and widget data * Options and settings * And much more

Pro Features

* Priority support. * Updates database tables created by plugins without fear of issues. * Database tables are organized into understandable sections. * Updates serialized data across any table. * Improved admin page. * Ability to test URL changes before running them. * URL testing report is provided for peace of mind. * Optionally fix common mistakes when entering a URL automatically. * View and use history of your Site Address (URL). * Predictive URLs automatically fill in the OLD URL and NEW URL. * Access to members only support area.

Currently ships with the following languages

* English (US) * French (fr_FR) * German (de_DE) * Spanish (es_ES)

Contribute

Send pull requests via the Github Repo == Installation == Use the standard WordPress plugins search and installer. Activate the plugin. Use the plugin under the Tools menu in the WordPress admin Manual Installation 1. Upload the `go-live-upload-urls` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Where do you use this plugin? = Under the Tools menu in the dashboard there will be a "Go Live" link. = Why does updating the domain break some plugins? = Some plugins will store the data in the database serialized which does not allow for easy updating of the data. You may un-check tables used by such plugins to avoid breakage and then update the urls manually for those plugins. Currently the options, postmeta, usermeta, commentmeta, and sitemeta tables are serialization safe. The Pro Version supports updating these tables created by plugins. = How do I know which tables I should not update? = Most tables will be just fine to update. This plugin will tell you which ones not to update. If you wish to try to update tables mentioned as not safe anyway, you may make a backup of your database, run this on all tables and if you run into trouble, restore your database, un-check tables in sections, and rerun this until you find the culprit. If you find you are running into issues often with custom table you may want to check out the Pro Version of this plugin which works with any table. == Screenshots == 1. Typical settings page. The verbiage will change slightly depending on your database structure == Changelog == = 5.1.0 = * Added new languages including French, German, and Spanish * Support upcoming blogmeta table in WP 5.0.0+ * Support updating urlencdode urls * Improved support for Visual Composer * Add PHP composer support = 5.0.0 = * Bring back PHP 5.2 support * Restructure entire codebase * Greatly improve security * Improve performance * UI improvements * Use strict WP coding standards = 4.1.0 = * Drop PHP 5.2 support in favor of PHP 5.3 * Support updating JSON urls * Support Revolution Sliders * Add custom updaters support = 4.0.0 = * Restructure admin page to separate WP Core from custom tables * Remove custom styles in admin * Improved js structure * Improved actions and filters * Improved verbiage with admin = 3.1 = * Add support for serialized term meta = 3.0 = * Greatly improve security * Improve code organization * Remove misleading UI messages * Clears cache when finished == Upgrade Notice == = 5.0.6 = Fixes bug with submit button in a small number of browsers = 5.0.4 = Fixes bug with database not updating properly = 5.0.1 = For full functionality of PRO version 2.2.0 = 3.1 = Upgrade to support WP 4.4's term meta.