Plugin Directory

Changeset 883787


Ignore:
Timestamp:
03/28/2014 09:44:25 PM (12 years ago)
Author:
allprowebtools
Message:

Fix for lead box widget

Location:
allprowebtools-shopping-cart-ecommerce-tools
Files:
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.3/includes/apwt.php

    r881417 r883787  
    350350    extract($args, EXTR_SKIP);
    351351    echo $before_widget;
    352         if (isset($_POST['APWTLeadBox'])) {
     352        if (isset($_POST['APWTnewsletter'])) {
    353353    $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();
    355355            $thereturn = apwt_remote_get($thisurl);
    356356            echo $thereturn;
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.3/readme.txt

    r881417 r883787  
    44Requires at least: 3.4
    55Tested up to: 3.8.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= 1.0.3 - 03/28/14 =
     1371. Addressed issue with lead box widget
     138
    136139= 1.0.2 - 03/24/14 =
    1371401. Fixed css for better theme compatibility
  • allprowebtools-shopping-cart-ecommerce-tools/trunk/includes/apwt.php

    r791369 r883787  
    350350    extract($args, EXTR_SKIP);
    351351    echo $before_widget;
    352         if (isset($_POST['APWTLeadBox'])) {
     352        if (isset($_POST['APWTnewsletter'])) {
    353353    $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();
    355355            $thereturn = apwt_remote_get($thisurl);
    356356            echo $thereturn;
  • allprowebtools-shopping-cart-ecommerce-tools/trunk/readme.txt

    r881414 r883787  
    44Requires at least: 3.4
    55Tested up to: 3.8.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= 1.0.3 - 03/28/14 =
     1371. Addressed issue with lead box widget
     138
    136139= 1.0.2 - 03/24/14 =
    1371401. Fixed css for better theme compatibility
Note: See TracChangeset for help on using the changeset viewer.