Version Description
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Go Live Update URLS |
Version | 5.2.10 |
Comparing to | |
See all releases |
Code changes from version 5.2.9 to 5.2.10
- go-live-update-urls.php +2 -2
- readme.txt +8 -8
go-live-update-urls.php
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
* Description: Updates all the URLs in the database to point to a new URL when making your site live or changing domains.
|
6 |
* Author: Mat Lipe
|
7 |
* Author URI: https://matlipe.com/
|
8 |
-
* Version: 5.2.
|
9 |
* Text Domain: go-live-update-urls
|
10 |
*
|
11 |
* @package go-live-update-urls
|
12 |
*/
|
13 |
|
14 |
-
define( 'GO_LIVE_UPDATE_URLS_VERSION', '5.2.
|
15 |
|
16 |
/**
|
17 |
* Load the plugin
|
5 |
* Description: Updates all the URLs in the database to point to a new URL when making your site live or changing domains.
|
6 |
* Author: Mat Lipe
|
7 |
* Author URI: https://matlipe.com/
|
8 |
+
* Version: 5.2.10
|
9 |
* Text Domain: go-live-update-urls
|
10 |
*
|
11 |
* @package go-live-update-urls
|
12 |
*/
|
13 |
|
14 |
+
define( 'GO_LIVE_UPDATE_URLS_VERSION', '5.2.10' );
|
15 |
|
16 |
/**
|
17 |
* Load the plugin
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: Mat Lipe
|
3 |
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
|
4 |
Tags: Go Live, Urls, Domain Changes
|
5 |
-
Requires at least: 4.
|
6 |
-
Tested up to: 5.2.
|
7 |
-
Requires PHP: 5.
|
8 |
-
Stable tag: 5.2.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -34,9 +34,8 @@ Goes through entire site and replaces all instances of an old url with a new one
|
|
34 |
* And much more
|
35 |
|
36 |
<h4>Pro Features</h4>
|
37 |
-
* Priority support.
|
38 |
* Updates database tables created by plugins without fear of issues.
|
39 |
-
* Database tables are organized into
|
40 |
* Updates serialized data across any table.
|
41 |
* Improved admin page.
|
42 |
* Ability to test URL changes before running them.
|
@@ -44,8 +43,9 @@ Goes through entire site and replaces all instances of an old url with a new one
|
|
44 |
* Optionally fix common mistakes when entering a URL automatically.
|
45 |
* View and use history of your Site Address (URL).
|
46 |
* Predictive URLs automatically fill in the OLD URL and NEW URL.
|
47 |
-
* Ability to choose between a full table list and sections
|
48 |
-
*
|
|
|
49 |
|
50 |
<h4>Currently ships with the following languages</h4>
|
51 |
* English (US)
|
2 |
Contributors: Mat Lipe
|
3 |
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
|
4 |
Tags: Go Live, Urls, Domain Changes
|
5 |
+
Requires at least: 4.8.0
|
6 |
+
Tested up to: 5.2.3
|
7 |
+
Requires PHP: 5.6.0
|
8 |
+
Stable tag: 5.2.10
|
9 |
|
10 |
== Description ==
|
11 |
|
34 |
* And much more
|
35 |
|
36 |
<h4>Pro Features</h4>
|
|
|
37 |
* Updates database tables created by plugins without fear of issues.
|
38 |
+
* Database tables are organized into simple intuitive sections.
|
39 |
* Updates serialized data across any table.
|
40 |
* Improved admin page.
|
41 |
* Ability to test URL changes before running them.
|
43 |
* Optionally fix common mistakes when entering a URL automatically.
|
44 |
* View and use history of your Site Address (URL).
|
45 |
* Predictive URLs automatically fill in the OLD URL and NEW URL.
|
46 |
+
* Ability to choose between a full table list and sections.
|
47 |
+
* WP-CLI support for updating URLs from the command line. **NEW**
|
48 |
+
* Priority Support with access to members only support area.
|
49 |
|
50 |
<h4>Currently ships with the following languages</h4>
|
51 |
* English (US)
|