Plugin Directory

Changeset 3164470


Ignore:
Timestamp:
10/07/2024 05:37:37 PM (18 months ago)
Author:
Mat Lipe
Message:

Updating readme/assets from GitHub

Location:
go-live-update-urls
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • go-live-update-urls/tags/7.0.0/readme.txt

    r3159918 r3164470  
    1313== Description ==
    1414
    15 <h3>Change the domain on your site with one click.</h3>
     15### Change the domain on your site with one click.
    1616
    1717Goes 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.
    1818
    19 <h3>Features</h3>
     19### Features
     20
    2021* Database table by table selection.
    2122* Updates serialized data in core tables.
     
    2324* Works on both multisite and single site installs.
    2425
    25 <h3>Updates Entire Site including</h3>
     26### Updates Entire Site including
     27
    2628* Posts
    2729* Pages
     
    3335* Options and settings
    3436* And much more
     37
     38### What is Go Live Update Urls?
     39
     40At 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
     42The 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
     59Updating 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
     61The 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
     65WordPress stores various data types in the database, some of which do not support straightforward replacement methods. An example of this is serialized data.
     66
     67The Go Live Update URLs plugin has built-in support for WordPress data types, which automatically:
     68
     691. Parses the data into a replaceable format.
     702. Updates the data.
     713. Reverts the data to its original format and saves the updated version.
     72
     73A 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.
    3574
    3675<h3>Domain Update Process</h3>
  • go-live-update-urls/trunk/readme.txt

    r3159918 r3164470  
    1313== Description ==
    1414
    15 <h3>Change the domain on your site with one click.</h3>
     15### Change the domain on your site with one click.
    1616
    1717Goes 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.
    1818
    19 <h3>Features</h3>
     19### Features
     20
    2021* Database table by table selection.
    2122* Updates serialized data in core tables.
     
    2324* Works on both multisite and single site installs.
    2425
    25 <h3>Updates Entire Site including</h3>
     26### Updates Entire Site including
     27
    2628* Posts
    2729* Pages
     
    3335* Options and settings
    3436* And much more
     37
     38### What is Go Live Update Urls?
     39
     40At 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
     42The 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
     59Updating 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
     61The 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
     65WordPress stores various data types in the database, some of which do not support straightforward replacement methods. An example of this is serialized data.
     66
     67The Go Live Update URLs plugin has built-in support for WordPress data types, which automatically:
     68
     691. Parses the data into a replaceable format.
     702. Updates the data.
     713. Reverts the data to its original format and saves the updated version.
     72
     73A 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.
    3574
    3675<h3>Domain Update Process</h3>
Note: See TracChangeset for help on using the changeset viewer.