Go Live Update URLS - Version 2.5.2

Version Description

Download this release

Release Info

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

Code changes from version 2.5.1 to 2.5.2

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.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/' );
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.2
9
  */
10
 
11
+ define( 'GLUU_VERSION', "2.5.2" );
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
@@ -63,7 +63,6 @@ class GoLiveUpdateUrls {
63
  $this->seralized_tables = array(
64
  $wpdb->options => 'option_value', //wordpres options
65
  $wpdb->postmeta => 'meta_value', //post meta data - since 2.3.0
66
- $pf . 'rg_form_meta' => 'display_meta', //gravity forms
67
  $wpdb->usermeta => 'meta_value', //user meta since 2.5.0
68
  $wpdb->commentmeta => 'meta_value', //comment meta since 2.5.0
69
  $wpdb->sitemeta => 'meta_value' //site meta since 2.5.0
63
  $this->seralized_tables = array(
64
  $wpdb->options => 'option_value', //wordpres options
65
  $wpdb->postmeta => 'meta_value', //post meta data - since 2.3.0
 
66
  $wpdb->usermeta => 'meta_value', //user meta since 2.5.0
67
  $wpdb->commentmeta => 'meta_value', //comment meta since 2.5.0
68
  $wpdb->sitemeta => 'meta_value' //site meta since 2.5.0
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Mat Lipe
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40lipeimagination%2einfo&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
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
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40lipeimagination%2einfo&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
4
  Tags: Go Live, Urls, Domain Changes
5
  Requires at least: 3.1
6
+ Tested up to: 4.0.1
7
+ Stable tag: 2.5.2
8
 
9
  == Description ==
10