Go Live Update URLS - Version 1.2.1.1

Version Description

Download this release

Release Info

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

Code changes from version 1.2.1 to 1.2.1.1

Files changed (2) hide show
  1. go-live-update-urls.php +1 -4
  2. readme.txt +3 -8
go-live-update-urls.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://lipeimagination.info/
5
  Description: This Plugin Updates all the URLs in the database to point to the new URL when making your site live or channging domains.
6
  Author: Mat Lipe
7
  Author URI: http://lipeimagination/
8
- Version: 1.2.1
9
  */
10
  /* Copyright 2011 Mat Lipe (mat@lipeimagination.info);
11
 
@@ -17,9 +17,6 @@ Version: 1.2.1
17
  */
18
 
19
 
20
-
21
- echo $table_prefix;
22
-
23
  /* Functions for the options page */
24
  function add_url_options(){
25
  add_options_page("Go Live Setings", "Go Live", "manage_options", basename(__FILE__), "url_options_page");
5
  Description: This Plugin Updates all the URLs in the database to point to the new URL when making your site live or channging domains.
6
  Author: Mat Lipe
7
  Author URI: http://lipeimagination/
8
+ Version: 1.2.1.1
9
  */
10
  /* Copyright 2011 Mat Lipe (mat@lipeimagination.info);
11
 
17
  */
18
 
19
 
 
 
 
20
  /* Functions for the options page */
21
  function add_url_options(){
22
  add_options_page("Go Live Setings", "Go Live", "manage_options", basename(__FILE__), "url_options_page");
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: Mat Lipe
3
- Donate link: http://lipeimagination.info/contact/
4
  Tags: Go Live, Urls, Domain Changes
5
  Requires at least: 3.1
6
- Tested up to: 3.3.2
7
- Stable tag: 1.2.1
8
 
9
  == Description ==
10
 
@@ -12,11 +12,6 @@ Goes through the entire database and replaces all instances of the test domain a
12
 
13
  Allows table by table selection for any issues with widgets/plugins and such.
14
 
15
- Goes through the entire database and replaces all instances of the test domain at Go Live time. Can also be used to replace all instances when changing domains.
16
-
17
- Allows table by table selection for any issues with widgets/plugins and such.
18
-
19
-
20
 
21
  == Installation ==
22
 
1
  === Plugin Name ===
2
  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: 3.4.1
7
+ Stable tag: 1.2.1.1
8
 
9
  == Description ==
10
 
12
 
13
  Allows table by table selection for any issues with widgets/plugins and such.
14
 
 
 
 
 
 
15
 
16
  == Installation ==
17