Go Live Update URLS - Version 2.5.1

Version Description

Download this release

Release Info

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

Code changes from version 2.5.0 to 2.5.1

go-live-update-urls.php CHANGED
@@ -5,10 +5,10 @@ Plugin URI: http://matlipe.com/go-live-update-urls/
5
  Description: This Plugin Updates all the URLs in the database to point to the new URL when making your site live or changing domains.
6
  Author: Mat Lipe
7
  Author URI: http://matlipe.com/
8
- Version: 2.5.0
9
  */
10
 
11
- define( 'GLUU_VERSION', "2.5.0" );
12
 
13
  define( 'GLUU_VIEWS_DIR', plugin_dir_path(__FILE__) . 'views/' );
14
  define( 'GLUU_URL_VIEWS_DIR', plugins_url('go-live-update-urls').'/views/' );
5
  Description: This Plugin Updates all the URLs in the database to point to the new URL when making your site live or changing domains.
6
  Author: Mat Lipe
7
  Author URI: http://matlipe.com/
8
+ Version: 2.5.1
9
  */
10
 
11
+ define( 'GLUU_VERSION', "2.5.1" );
12
 
13
  define( 'GLUU_VIEWS_DIR', plugin_dir_path(__FILE__) . 'views/' );
14
  define( 'GLUU_URL_VIEWS_DIR', plugins_url('go-live-update-urls').'/views/' );
lib/GoLiveUpdateUrls.php CHANGED
@@ -124,6 +124,11 @@ class GoLiveUpdateUrls {
124
  if( class_exists( 'Gluu_Pro' ) ){
125
  return;
126
  }
 
 
 
 
 
127
  ?>
128
  <div id="message" class="error">
129
  <p>
124
  if( class_exists( 'Gluu_Pro' ) ){
125
  return;
126
  }
127
+
128
+ $screen = get_current_screen();
129
+ if( "tools_page_GoLiveUpdateUrls" != $screen->id ){
130
+ return;
131
+ }
132
  ?>
133
  <div id="message" class="error">
134
  <p>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypa
4
  Tags: Go Live, Urls, Domain Changes
5
  Requires at least: 3.1
6
  Tested up to: 4.0.0
7
- Stable tag: 2.5.0
8
 
9
  == Description ==
10
 
4
  Tags: Go Live, Urls, Domain Changes
5
  Requires at least: 3.1
6
  Tested up to: 4.0.0
7
+ Stable tag: 2.5.1
8
 
9
  == Description ==
10