Changeset 883787
- Timestamp:
- 03/28/2014 09:44:25 PM (12 years ago)
- Location:
- allprowebtools-shopping-cart-ecommerce-tools
- Files:
-
- 3 edited
- 6 copied
-
tags/1.0.3 (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2)
-
tags/1.0.3/allprowebtools.php (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2/allprowebtools.php)
-
tags/1.0.3/includes (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2/includes)
-
tags/1.0.3/includes/apwt.php (modified) (1 diff)
-
tags/1.0.3/js (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2/js)
-
tags/1.0.3/readme.txt (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2/readme.txt) (2 diffs)
-
tags/1.0.3/templates (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.2/templates)
-
trunk/includes/apwt.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.3/includes/apwt.php
r881417 r883787 350 350 extract($args, EXTR_SKIP); 351 351 echo $before_widget; 352 if (isset($_POST['APWT LeadBox'])) {352 if (isset($_POST['APWTnewsletter'])) { 353 353 $APWTLeadBoxID = empty($instance['APWTLeadBoxID']) ? ' ' : apply_filters('widget_title', $instance['APWTLeadBoxID']); 354 $thisurl = "/wordpress/wpapi.php?action=getleadbox&leadboxid=".$APWTLeadBoxID."& name=".urlencode($_POST['APWTName'])."&email=".urlencode($_POST['APWTEmail'])."&".APIAuth();354 $thisurl = "/wordpress/wpapi.php?action=getleadbox&leadboxid=".$APWTLeadBoxID."&Name=".urlencode($_POST['APWTName'])."&Email=".urlencode($_POST['APWTEmail'])."&newsletter=".urlencode($_POST['APWT_newsletter'])."&".APIAuth(); 355 355 $thereturn = apwt_remote_get($thisurl); 356 356 echo $thereturn; -
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.3/readme.txt
r881417 r883787 4 4 Requires at least: 3.4 5 5 Tested up to: 3.8.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Changelog == 135 135 136 = 1.0.3 - 03/28/14 = 137 1. Addressed issue with lead box widget 138 136 139 = 1.0.2 - 03/24/14 = 137 140 1. Fixed css for better theme compatibility -
allprowebtools-shopping-cart-ecommerce-tools/trunk/includes/apwt.php
r791369 r883787 350 350 extract($args, EXTR_SKIP); 351 351 echo $before_widget; 352 if (isset($_POST['APWT LeadBox'])) {352 if (isset($_POST['APWTnewsletter'])) { 353 353 $APWTLeadBoxID = empty($instance['APWTLeadBoxID']) ? ' ' : apply_filters('widget_title', $instance['APWTLeadBoxID']); 354 $thisurl = "/wordpress/wpapi.php?action=getleadbox&leadboxid=".$APWTLeadBoxID."& name=".urlencode($_POST['APWTName'])."&email=".urlencode($_POST['APWTEmail'])."&".APIAuth();354 $thisurl = "/wordpress/wpapi.php?action=getleadbox&leadboxid=".$APWTLeadBoxID."&Name=".urlencode($_POST['APWTName'])."&Email=".urlencode($_POST['APWTEmail'])."&newsletter=".urlencode($_POST['APWT_newsletter'])."&".APIAuth(); 355 355 $thereturn = apwt_remote_get($thisurl); 356 356 echo $thereturn; -
allprowebtools-shopping-cart-ecommerce-tools/trunk/readme.txt
r881414 r883787 4 4 Requires at least: 3.4 5 5 Tested up to: 3.8.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Changelog == 135 135 136 = 1.0.3 - 03/28/14 = 137 1. Addressed issue with lead box widget 138 136 139 = 1.0.2 - 03/24/14 = 137 140 1. Fixed css for better theme compatibility
Note: See TracChangeset
for help on using the changeset viewer.