Version Description
Fixes bug with submit button in a small number of browsers
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Go Live Update URLS |
Version | 5.0.6 |
Comparing to | |
See all releases |
Code changes from version 5.0.5 to 5.0.6
- go-live-update-urls.php +3 -3
- readme.txt +7 -3
- src/Admin_Page.php +1 -1
- views/admin-tools-page.php +1 -1
go-live-update-urls.php
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
/*
|
3 |
Plugin Name: Go Live Update URLS
|
4 |
Plugin URI: https://matlipe.com/go-live-update-urls/
|
5 |
-
Description: Updates all the URLs in the database to point to
|
6 |
Author: Mat Lipe
|
7 |
Author URI: https://matlipe.com/
|
8 |
-
Version: 5.0.
|
9 |
Text Domain: go-live-update-urls
|
10 |
*/
|
11 |
|
12 |
-
define( 'GO_LIVE_UPDATE_URLS_VERSION', '5.0.
|
13 |
|
14 |
/** Deprecated to be removed 6/1/18 */
|
15 |
require plugin_dir_path( __FILE__ ) . '/src/GoLiveUpdateUrls.php';
|
2 |
/*
|
3 |
Plugin Name: Go Live Update URLS
|
4 |
Plugin URI: https://matlipe.com/go-live-update-urls/
|
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.0.6
|
9 |
Text Domain: go-live-update-urls
|
10 |
*/
|
11 |
|
12 |
+
define( 'GO_LIVE_UPDATE_URLS_VERSION', '5.0.6' );
|
13 |
|
14 |
/** Deprecated to be removed 6/1/18 */
|
15 |
require plugin_dir_path( __FILE__ ) . '/src/GoLiveUpdateUrls.php';
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ 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.5.0
|
6 |
-
Tested up to: 4.9.
|
7 |
Requires PHP: 5.2.4
|
8 |
-
Stable tag: 5.0.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -34,16 +34,17 @@ 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 |
* Updates database tables created by plugins without fear of issues.
|
38 |
* Database tables are organized into understandable sections.
|
39 |
* Updates serialized data across any table.
|
40 |
-
* Priority support.
|
41 |
* Improved admin page.
|
42 |
* Ability to test URL changes before running them.
|
43 |
* URL testing report is provided for peace of mind.
|
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 |
|
48 |
|
49 |
<h4>Contribute</h4>
|
@@ -113,6 +114,9 @@ If you wish to try to update tables mentioned as not safe anyway, you may make a
|
|
113 |
|
114 |
|
115 |
== Upgrade Notice ==
|
|
|
|
|
|
|
116 |
= 5.0.4 =
|
117 |
Fixes bug with database not updating properly
|
118 |
|
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.5.0
|
6 |
+
Tested up to: 4.9.5
|
7 |
Requires PHP: 5.2.4
|
8 |
+
Stable tag: 5.0.6
|
9 |
|
10 |
== Description ==
|
11 |
|
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 understandable sections.
|
40 |
* Updates serialized data across any table.
|
|
|
41 |
* Improved admin page.
|
42 |
* Ability to test URL changes before running them.
|
43 |
* URL testing report is provided for peace of mind.
|
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 |
+
* Access to members only support area.
|
48 |
|
49 |
|
50 |
<h4>Contribute</h4>
|
114 |
|
115 |
|
116 |
== Upgrade Notice ==
|
117 |
+
= 5.0.6 =
|
118 |
+
Fixes bug with submit button in a small number of browsers
|
119 |
+
|
120 |
= 5.0.4 =
|
121 |
Fixes bug with database not updating properly
|
122 |
|
src/Admin_Page.php
CHANGED
@@ -79,7 +79,7 @@ class Go_Live_Update_Urls_Admin_Page {
|
|
79 |
?>
|
80 |
<div id="message" class="error fade">
|
81 |
<p>
|
82 |
-
<strong><?php esc_html_e( 'You must fill out both
|
83 |
</p>
|
84 |
</div>
|
85 |
<?php
|
79 |
?>
|
80 |
<div id="message" class="error fade">
|
81 |
<p>
|
82 |
+
<strong><?php esc_html_e( 'You must fill out both URLS to make the update!.', 'go-live-update-urls' ); ?></strong>
|
83 |
</p>
|
84 |
</div>
|
85 |
<?php
|
views/admin-tools-page.php
CHANGED
@@ -135,7 +135,7 @@ $admin = Go_Live_Update_Urls_Admin_Page::instance();
|
|
135 |
<strong>
|
136 |
<?php
|
137 |
/* translators: <a></a> */
|
138 |
-
printf( esc_html_x( 'To test this change before running it, use %1$sPro Version 2.0.0+%
|
139 |
</p>
|
140 |
<?php
|
141 |
}
|
135 |
<strong>
|
136 |
<?php
|
137 |
/* translators: <a></a> */
|
138 |
+
printf( esc_html_x( 'To test this change before running it, use %1$sPro Version 2.0.0+%2$s.', '{<a>}{</a>}', 'go-live-update-urls' ), '<a href="https://matlipe.com/product/go-live-update-urls-pro/" target="_blank">', '</a>' ); ?></strong>
|
139 |
</p>
|
140 |
<?php
|
141 |
}
|