Plugin Directory

Changeset 620443


Ignore:
Timestamp:
11/02/2012 06:27:13 PM (13 years ago)
Author:
withinboredom
Message:

v1.0.2

Location:
abundatrade-plugin
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • abundatrade-plugin/tags/1.0.2/abundatrade_pugin.php

    r619946 r620443  
    22/**
    33 * @package abundatrade_plugin
    4  * @version 1.0.1
     4 * @version 1.0.2
    55 * @author Robert Landers (landers.robert@gmail.com)
    66 */
     
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 1.0.1
     12Version: 1.0.2
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/tags/1.0.2/js/remote.js

    r619641 r620443  
    132132    request.done(function (data) { });
    133133    request.fail(function (jqXHR, textStatus, errorThrown) {
    134         alert("Request failed: " + textStatus + " - " + errorThrown);
     134        //alert("Request failed: " + textStatus + " - " + errorThrown);
    135135        please_wait(false);
    136136    });
     
    567567                            lname = message.children('#referrals');
    568568
    569                             if (val['ddlReferrals'] == '-1') {
     569                            if (val['hvReferral'] == '-1') {
    570570                                jQuery('#referrals').css("border", "solid #ff0000 2px");
    571571                                return false;
     
    594594                    },
    595595                    html: 'How did you hear about us?<div class="field">' +
    596                     '<select id="referrals" name="ddlReferrals">' +
     596                    '<select id="referrals" name="hvReferral">' +
    597597                    '<option value="-1" selected>Please select one.</option>' +
    598598                    '<option value="0">Abundatrade Email</option>' +
     
    611611                    '<option value="13">Youtube Video</option>' +
    612612                    '<option value="14">Other</option></select></div>' +
    613                     '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="Other" value="" placeholder="How you found out about us"/></div></div>' +
     613                    '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="txtOther" value="" /></div></div>' +
    614614                    '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' +
    615615                    '<label for="promo_code">Promo Code</label><input type="text" name="promo_code" value=""/><br/><br/>' +
  • abundatrade-plugin/tags/1.0.2/readme.txt

    r619946 r620443  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99
    1010Earn extra income for your site via the Abundatrade affiliate program.  The shortcode puts the calculator on your website that shows visitors how much cash they will get for their used CDs, DVDs, and books.
     
    6363== Changelog ==
    6464
     65= v1.0.2 (November 2, 2012) =
     66
     67* Fixed a javascript error on list submission
     68* Fixed a referral issue
     69
    6570= v1.0 (November 1, 2012) =
    6671
  • abundatrade-plugin/trunk/abundatrade_pugin.php

    r619946 r620443  
    22/**
    33 * @package abundatrade_plugin
    4  * @version 1.0.1
     4 * @version 1.0.2
    55 * @author Robert Landers (landers.robert@gmail.com)
    66 */
     
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 1.0.1
     12Version: 1.0.2
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/trunk/js/remote.js

    r619641 r620443  
    132132    request.done(function (data) { });
    133133    request.fail(function (jqXHR, textStatus, errorThrown) {
    134         alert("Request failed: " + textStatus + " - " + errorThrown);
     134        //alert("Request failed: " + textStatus + " - " + errorThrown);
    135135        please_wait(false);
    136136    });
     
    567567                            lname = message.children('#referrals');
    568568
    569                             if (val['ddlReferrals'] == '-1') {
     569                            if (val['hvReferral'] == '-1') {
    570570                                jQuery('#referrals').css("border", "solid #ff0000 2px");
    571571                                return false;
     
    594594                    },
    595595                    html: 'How did you hear about us?<div class="field">' +
    596                     '<select id="referrals" name="ddlReferrals">' +
     596                    '<select id="referrals" name="hvReferral">' +
    597597                    '<option value="-1" selected>Please select one.</option>' +
    598598                    '<option value="0">Abundatrade Email</option>' +
     
    611611                    '<option value="13">Youtube Video</option>' +
    612612                    '<option value="14">Other</option></select></div>' +
    613                     '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="Other" value="" placeholder="How you found out about us"/></div></div>' +
     613                    '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="txtOther" value="" /></div></div>' +
    614614                    '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' +
    615615                    '<label for="promo_code">Promo Code</label><input type="text" name="promo_code" value=""/><br/><br/>' +
  • abundatrade-plugin/trunk/readme.txt

    r619946 r620443  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99
    1010Earn extra income for your site via the Abundatrade affiliate program.  The shortcode puts the calculator on your website that shows visitors how much cash they will get for their used CDs, DVDs, and books.
     
    6363== Changelog ==
    6464
     65= v1.0.2 (November 2, 2012) =
     66
     67* Fixed a javascript error on list submission
     68* Fixed a referral issue
     69
    6570= v1.0 (November 1, 2012) =
    6671
Note: See TracChangeset for help on using the changeset viewer.