Version Description
- Improved readme.
- Added GPL license to plugin.
- Tested to WordPress core version 6.1.0.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Go Live Update URLS |
Version | 6.4.1 |
Comparing to | |
See all releases |
Code changes from version 6.4.0 to 6.4.1
- go-live-update-urls.php +2 -2
- readme.txt +18 -9
go-live-update-urls.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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.
|
9 |
* Text Domain: go-live-update-urls
|
10 |
* Domain Path: /languages/
|
11 |
* Network: false
|
@@ -15,7 +15,7 @@
|
|
15 |
* @package go-live-update-urls
|
16 |
*/
|
17 |
|
18 |
-
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.4.
|
19 |
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.8.0' );
|
20 |
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
|
21 |
|
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.1
|
9 |
* Text Domain: go-live-update-urls
|
10 |
* Domain Path: /languages/
|
11 |
* Network: false
|
15 |
* @package go-live-update-urls
|
16 |
*/
|
17 |
|
18 |
+
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.4.1' );
|
19 |
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.8.0' );
|
20 |
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
|
21 |
|
readme.txt
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: Mat Lipe, onpointplugins
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%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:
|
5 |
Requires at least: 5.4.0
|
6 |
-
Tested up to: 6.0
|
7 |
Requires PHP: 7.0.0
|
8 |
-
Stable tag: 6.4.
|
|
|
|
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
|
|
|
|
|
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 |
|
@@ -51,11 +55,11 @@ Goes through entire site and replaces all instances of an old URL with a new one
|
|
51 |
* WP-CLI support for updating URLs from the command line.
|
52 |
* Priority Support with access to members only support area.
|
53 |
|
54 |
-
<h3>
|
55 |
-
* English (
|
56 |
-
* French (fr_FR)
|
57 |
-
* German (de_DE)
|
58 |
-
* Spanish (es_ES)
|
59 |
|
60 |
<h3>Developers</h3>
|
61 |
Developer docs may be found <a target="_blank" href="https://onpointplugins.com/go-live-update-urls/developer-docs-go-live-update-urls/">here</a>.
|
@@ -100,6 +104,11 @@ 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.4.0 =
|
104 |
* Dropped support for PHP 5.6 in favor of PHP 7.0.
|
105 |
* Required PRO version 6.8.0+.
|
1 |
=== Plugin Name ===
|
2 |
Contributors: Mat Lipe, onpointplugins
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%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: domain, url, replace, database, tools, launching, domains, domain changes, url changes
|
5 |
Requires at least: 5.4.0
|
6 |
+
Tested up to: 6.1.0
|
7 |
Requires PHP: 7.0.0
|
8 |
+
Stable tag: 6.4.1
|
9 |
+
License: GPLv3 or later
|
10 |
+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
<h3>Change the domain on your site with one click.</h3>
|
15 |
+
|
16 |
+
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.
|
17 |
|
18 |
<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>
|
19 |
|
55 |
* WP-CLI support for updating URLs from the command line.
|
56 |
* Priority Support with access to members only support area.
|
57 |
|
58 |
+
<h3>Included Language Translations</h3>
|
59 |
+
* English (en_US).
|
60 |
+
* French (fr_FR).
|
61 |
+
* German (de_DE).
|
62 |
+
* Spanish (es_ES).
|
63 |
|
64 |
<h3>Developers</h3>
|
65 |
Developer docs may be found <a target="_blank" href="https://onpointplugins.com/go-live-update-urls/developer-docs-go-live-update-urls/">here</a>.
|
104 |
3. Update prevented due to incomplete data entered.
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= 6.4.1 =
|
108 |
+
* Improved readme.
|
109 |
+
* Added GPL license to plugin.
|
110 |
+
* Tested to WordPress core version 6.1.0.
|
111 |
+
|
112 |
= 6.4.0 =
|
113 |
* Dropped support for PHP 5.6 in favor of PHP 7.0.
|
114 |
* Required PRO version 6.8.0+.
|