Version Description
- Dropped support for PHP 5.6 in favor of PHP 7.0.
- Required PRO version 6.8.0+.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Go Live Update URLS |
Version | 6.4.0 |
Comparing to | |
See all releases |
Code changes from version 6.3.9 to 6.4.0
- go-live-update-urls.php +4 -5
- readme.txt +7 -3
go-live-update-urls.php
CHANGED
@@ -5,19 +5,18 @@
|
|
5 |
* Description: Updates every URL on your site when going live or changing domains.
|
6 |
* Author: OnPoint Plugins
|
7 |
* Author URI: https://onpointplugins.com
|
8 |
-
* Version: 6.
|
9 |
* Text Domain: go-live-update-urls
|
10 |
* Domain Path: /languages/
|
11 |
* Network: false
|
12 |
-
*
|
13 |
* Requires at least: 5.4.0
|
14 |
-
* Requires PHP:
|
15 |
*
|
16 |
* @package go-live-update-urls
|
17 |
*/
|
18 |
|
19 |
-
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.
|
20 |
-
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.
|
21 |
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
|
22 |
|
23 |
use Go_Live_Update_Urls\Admin;
|
5 |
* Description: Updates every URL on your site when going live or changing domains.
|
6 |
* Author: OnPoint Plugins
|
7 |
* Author URI: https://onpointplugins.com
|
8 |
+
* Version: 6.4.0
|
9 |
* Text Domain: go-live-update-urls
|
10 |
* Domain Path: /languages/
|
11 |
* Network: false
|
|
|
12 |
* Requires at least: 5.4.0
|
13 |
+
* Requires PHP: 7.0.0
|
14 |
*
|
15 |
* @package go-live-update-urls
|
16 |
*/
|
17 |
|
18 |
+
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.4.0' );
|
19 |
+
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.8.0' );
|
20 |
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
|
21 |
|
22 |
use Go_Live_Update_Urls\Admin;
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypa
|
|
4 |
Tags: urls, launching, site changes, tools, domain, domains, domain changes, url changes
|
5 |
Requires at least: 5.4.0
|
6 |
Tested up to: 6.0.1
|
7 |
-
Requires PHP:
|
8 |
-
Stable tag: 6.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -13,7 +13,7 @@ Goes through entire site and replaces all instances of an old URL with a new one
|
|
13 |
|
14 |
<strong>Check out <a href="https://onpointplugins.com/product/go-live-update-urls-pro/" target="_blank">Go Live Update Urls PRO</a> for more features including support for tables created by plugins, the ability to test a URL before updating, update history, real time reporting, priority support, and so much more!</strong>
|
15 |
|
16 |
-
<blockquote><a href=" https://onpointplugins.com/go-live-update-urls/go-live-update-urls-pro-usage/#url-counting" target="_blank">PRO version 6.
|
17 |
|
18 |
|
19 |
<h3>Features</h3>
|
@@ -100,6 +100,10 @@ If you wish to try to update tables mentioned as "not safe" anyway, you may make
|
|
100 |
3. Update prevented due to incomplete data entered.
|
101 |
|
102 |
== Changelog ==
|
|
|
|
|
|
|
|
|
103 |
= 6.3.9 =
|
104 |
* Tested to WordPress 6.0.1.
|
105 |
* Mentioned updating encoded URL in readme.
|
4 |
Tags: urls, launching, site changes, tools, domain, domains, domain changes, url changes
|
5 |
Requires at least: 5.4.0
|
6 |
Tested up to: 6.0.1
|
7 |
+
Requires PHP: 7.0.0
|
8 |
+
Stable tag: 6.4.0
|
9 |
|
10 |
== Description ==
|
11 |
|
13 |
|
14 |
<strong>Check out <a href="https://onpointplugins.com/product/go-live-update-urls-pro/" target="_blank">Go Live Update Urls PRO</a> for more features including support for tables created by plugins, the ability to test a URL before updating, update history, real time reporting, priority support, and so much more!</strong>
|
15 |
|
16 |
+
<blockquote><a href=" https://onpointplugins.com/go-live-update-urls/go-live-update-urls-pro-usage/#url-counting" target="_blank">PRO version 6.8.0</a> is now available with real time reporting of urls, which will be and were updated!</blockquote>
|
17 |
|
18 |
|
19 |
<h3>Features</h3>
|
100 |
3. Update prevented due to incomplete data entered.
|
101 |
|
102 |
== Changelog ==
|
103 |
+
= 6.4.0 =
|
104 |
+
* Dropped support for PHP 5.6 in favor of PHP 7.0.
|
105 |
+
* Required PRO version 6.8.0+.
|
106 |
+
|
107 |
= 6.3.9 =
|
108 |
* Tested to WordPress 6.0.1.
|
109 |
* Mentioned updating encoded URL in readme.
|