Changeset 3164470
- Timestamp:
- 10/07/2024 05:37:37 PM (18 months ago)
- Location:
- go-live-update-urls
- Files:
-
- 2 edited
-
tags/7.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-live-update-urls/tags/7.0.0/readme.txt
r3159918 r3164470 13 13 == Description == 14 14 15 <h3>Change the domain on your site with one click.</h3> 15 ### Change the domain on your site with one click. 16 16 17 17 Goes through entire site and replaces all instances of an old URL with a new one. Used most often when changing the domain of your site. 18 18 19 <h3>Features</h3> 19 ### Features 20 20 21 * Database table by table selection. 21 22 * Updates serialized data in core tables. … … 23 24 * Works on both multisite and single site installs. 24 25 25 <h3>Updates Entire Site including</h3> 26 ### Updates Entire Site including 27 26 28 * Posts 27 29 * Pages … … 33 35 * Options and settings 34 36 * And much more 37 38 ### What is Go Live Update Urls? 39 40 At a basic level, Go Live Update Urls is a search and replace tool for a WordPress database. The plugin goes through every table in the database and replaces whatever is entered in the "Old URL" field with whatever is entered in the "New URL" field. 41 42 The plugin will update anything in the database such as: 43 44 * Domains 45 * Email addresses 46 * Gutenberg blocks 47 * Links 48 * Shortcodes 49 * Text 50 * Usernames 51 * Widgets 52 * Really anything which can be entered in a text field. 53 54 55 ### What Makes Go Live Update Urls Special? 56 57 #### Domain Considerations 58 59 Updating a domain or URL in a database is not always as simple as just matching one text and changing it to another. Domains may include things like subdomains or email addresses which end up duplicated or broken when doing a simple replace. 60 61 The Go Live Update Urls plugin automatically detects and handles special domain circumstances to give you an accurate update every time without side effects. 62 63 #### WordPress Data Types 64 65 WordPress stores various data types in the database, some of which do not support straightforward replacement methods. An example of this is serialized data. 66 67 The Go Live Update URLs plugin has built-in support for WordPress data types, which automatically: 68 69 1. Parses the data into a replaceable format. 70 2. Updates the data. 71 3. Reverts the data to its original format and saves the updated version. 72 73 A feature unique to Go Live Update URLs is that the plugin identifies database rows and columns containing complex data types and updates only the necessary items. This targeted approach significantly enhances performance and minimizes the load on the database server during updates. 35 74 36 75 <h3>Domain Update Process</h3> -
go-live-update-urls/trunk/readme.txt
r3159918 r3164470 13 13 == Description == 14 14 15 <h3>Change the domain on your site with one click.</h3> 15 ### Change the domain on your site with one click. 16 16 17 17 Goes through entire site and replaces all instances of an old URL with a new one. Used most often when changing the domain of your site. 18 18 19 <h3>Features</h3> 19 ### Features 20 20 21 * Database table by table selection. 21 22 * Updates serialized data in core tables. … … 23 24 * Works on both multisite and single site installs. 24 25 25 <h3>Updates Entire Site including</h3> 26 ### Updates Entire Site including 27 26 28 * Posts 27 29 * Pages … … 33 35 * Options and settings 34 36 * And much more 37 38 ### What is Go Live Update Urls? 39 40 At a basic level, Go Live Update Urls is a search and replace tool for a WordPress database. The plugin goes through every table in the database and replaces whatever is entered in the "Old URL" field with whatever is entered in the "New URL" field. 41 42 The plugin will update anything in the database such as: 43 44 * Domains 45 * Email addresses 46 * Gutenberg blocks 47 * Links 48 * Shortcodes 49 * Text 50 * Usernames 51 * Widgets 52 * Really anything which can be entered in a text field. 53 54 55 ### What Makes Go Live Update Urls Special? 56 57 #### Domain Considerations 58 59 Updating a domain or URL in a database is not always as simple as just matching one text and changing it to another. Domains may include things like subdomains or email addresses which end up duplicated or broken when doing a simple replace. 60 61 The Go Live Update Urls plugin automatically detects and handles special domain circumstances to give you an accurate update every time without side effects. 62 63 #### WordPress Data Types 64 65 WordPress stores various data types in the database, some of which do not support straightforward replacement methods. An example of this is serialized data. 66 67 The Go Live Update URLs plugin has built-in support for WordPress data types, which automatically: 68 69 1. Parses the data into a replaceable format. 70 2. Updates the data. 71 3. Reverts the data to its original format and saves the updated version. 72 73 A feature unique to Go Live Update URLs is that the plugin identifies database rows and columns containing complex data types and updates only the necessary items. This targeted approach significantly enhances performance and minimizes the load on the database server during updates. 35 74 36 75 <h3>Domain Update Process</h3>
Note: See TracChangeset
for help on using the changeset viewer.