Go Live Update URLS - Version 6.1.3

Version Description

  • Support WordPress version 5.5.1
Download this release

Release Info

Developer Mat Lipe
Plugin Icon 128x128 Go Live Update URLS
Version 6.1.3
Comparing to
See all releases

Code changes from version 6.1.2 to 6.1.3

Files changed (3) hide show
  1. composer.json +0 -14
  2. go-live-update-urls.php +2 -2
  3. readme.txt +5 -2
composer.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "name": "lipemat/go-live-update-urls",
3
- "description": "Go Live Update Urls WordPress plugin",
4
- "type": "wordpress-plugin",
5
- "license": "MIT",
6
- "authors": [
7
- {
8
- "name": "lipemat",
9
- "email": "support@onpointplugins.com"
10
- }
11
- ],
12
- "minimum-stability": "dev",
13
- "require": {}
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: OnPoint Plugins
7
  * Author URI: https://onpointplugins.com/
8
- * Version: 6.1.2
9
  * Text Domain: go-live-update-urls
10
  *
11
  * @package go-live-update-urls
12
  */
13
 
14
- define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.1.2' );
15
  define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.0.0' );
16
  define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
17
 
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: OnPoint Plugins
7
  * Author URI: https://onpointplugins.com/
8
+ * Version: 6.1.3
9
  * Text Domain: go-live-update-urls
10
  *
11
  * @package go-live-update-urls
12
  */
13
 
14
+ define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.1.3' );
15
  define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.0.0' );
16
  define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
17
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: urls, launching, site changes, tools, domain, domains, domain changes, url
5
  Requires at least: 4.8.0
6
  Tested up to: 5.5.1
7
  Requires PHP: 5.6.0
8
- Stable tag: 6.1.2
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, priority support, and so much more!</strong>
15
 
16
- <blockquote><a href="https://onpointplugins.com/product/go-live-update-urls-pro/" target="_blank">Pro version 6.1.0</a> is now available with a greatly improved testing and updating experience!</blockquote>
17
 
18
 
19
  <h3>Features</h3>
@@ -98,6 +98,9 @@ If you wish to try to update tables mentioned as "not safe" anyway, you may make
98
  1. Typical settings page. The verbiage will change slightly depending on your database structure.
99
 
100
  == Changelog ==
 
 
 
101
  = 6.1.2 =
102
  * Improve admin form and selectors.
103
  * Fix filter name for `go-live-update-urls/database/column-types`.
5
  Requires at least: 4.8.0
6
  Tested up to: 5.5.1
7
  Requires PHP: 5.6.0
8
+ Stable tag: 6.1.3
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, priority support, and so much more!</strong>
15
 
16
+ <blockquote><a href="https://onpointplugins.com/product/go-live-update-urls-pro/" target="_blank">Pro version 6.1.1</a> is now available with a greatly improved testing and updating experience!</blockquote>
17
 
18
 
19
  <h3>Features</h3>
98
  1. Typical settings page. The verbiage will change slightly depending on your database structure.
99
 
100
  == Changelog ==
101
+ = 6.1.3 =
102
+ * Support WordPress version 5.5.1
103
+
104
  = 6.1.2 =
105
  * Improve admin form and selectors.
106
  * Fix filter name for `go-live-update-urls/database/column-types`.