Changeset 622322
- Timestamp:
- 11/07/2012 10:52:05 PM (13 years ago)
- Location:
- abundatrade-plugin
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from abundatrade-plugin/trunk)
-
tags/1.0.3/abundatrade_pugin.php (modified) (4 diffs)
-
tags/1.0.3/js/remote.js (modified) (1 diff)
-
tags/1.0.3/readme.txt (modified) (3 diffs)
-
trunk/abundatrade_pugin.php (modified) (4 diffs)
-
trunk/js/remote.js (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abundatrade-plugin/tags/1.0.3/abundatrade_pugin.php
r620443 r622322 2 2 /** 3 3 * @package abundatrade_plugin 4 * @version 1.0. 24 * @version 1.0.3 5 5 * @author Robert Landers (landers.robert@gmail.com) 6 6 */ … … 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 1.0. 212 Version: 1.0.3 13 13 Author URI: http://withinboredom.info 14 14 */ … … 69 69 <input id="a" value="' . $this->settings->Affiliate_ID . '" type="hidden"/> 70 70 <div class="input_container"> 71 <div id="bulk_button" class="green_bg"><span class="abunda_text">Have a lot of items:</span><div onclick="bulk_open();" id="bulk_likea_button">Bulk Upload</div></div> 71 72 </div> 72 73 … … 163 164 wp_enqueue_script("abundatrade_remote"); 164 165 wp_enqueue_script("abundatrade_impromptu"); 165 $abundacalc = array('server' => ' abundatrade.com',166 $abundacalc = array('server' => 'dev.abundatrade.com', 166 167 'url' => $this->folders['PluginUrl'], 167 168 'thanks' => $this->settings->Thank_you_page); -
abundatrade-plugin/tags/1.0.3/js/remote.js
r620443 r622322 596 596 '<select id="referrals" name="hvReferral">' + 597 597 '<option value="-1" selected>Please select one.</option>' + 598 '<option value=" 0">Abundatrade Email</option>' +599 '<option value=" 1">Amazon or other marketplace</option>' +600 '<option value=" 2">I previously did a trade</option>' +598 '<option value="13">Abundatrade Email</option>' + 599 '<option value="25">Amazon or other marketplace</option>' + 600 '<option value="1">I previously did a trade</option>' + 601 601 '<option value="3">Referred by a friend</option>' + 602 '<option value=" 4">First Magazine</option>' +603 '<option value=" 5">Inc. Magazine</option>' +604 '<option value=" 6">Radio Interview</option>' +605 '<option value=" 7">Fox News</option>' +606 '<option value=" 8">Google Search/Ad</option>' +607 '<option value=" 9">Yahoo Search/Ad</option>' +608 '<option value="1 0">Facebook</option>' +609 '<option value="1 1">Twitter</option>' +610 '<option value="1 2">Blog</option>' +611 '<option value="1 3">Youtube Video</option>' +612 '<option value=" 14">Other</option></select></div>' +602 '<option value="24">First Magazine</option>' + 603 '<option value="20">Inc. Magazine</option>' + 604 '<option value="18">Radio Interview</option>' + 605 '<option value="10">Fox News</option>' + 606 '<option value="4">Google Search/Ad</option>' + 607 '<option value="5">Yahoo Search/Ad</option>' + 608 '<option value="16">Facebook</option>' + 609 '<option value="17">Twitter</option>' + 610 '<option value="15">Blog</option>' + 611 '<option value="14">Youtube Video</option>' + 612 '<option value="9">Other</option></select></div>' + 613 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>' + 614 614 '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' + -
abundatrade-plugin/tags/1.0.3/readme.txt
r620443 r622322 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 10 10 Earn 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. … … 40 40 * Download the zip file. 41 41 * Go to your WordPress admin panel and select add new plugin, upload, locate your zip file. 42 * Browse to MoneyPress : Abundatrade Editionin your admin settings menu.42 * Browse to �MoneyPress : Abundatrade Edition� in your admin settings menu. 43 43 * Enter your Abundtrade affiliate ID. 44 * Enter the [abundatrade]on any page you want to show the calculator on.44 * Enter the �[abundatrade]� on any page you want to show the calculator on. 45 45 46 46 … … 62 62 63 63 == Changelog == 64 65 = v1.0.3 (November 5, 2012) = 66 67 * Reordered referrals 64 68 65 69 = v1.0.2 (November 2, 2012) = -
abundatrade-plugin/trunk/abundatrade_pugin.php
r620443 r622322 2 2 /** 3 3 * @package abundatrade_plugin 4 * @version 1.0. 24 * @version 1.0.3 5 5 * @author Robert Landers (landers.robert@gmail.com) 6 6 */ … … 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 1.0. 212 Version: 1.0.3 13 13 Author URI: http://withinboredom.info 14 14 */ … … 69 69 <input id="a" value="' . $this->settings->Affiliate_ID . '" type="hidden"/> 70 70 <div class="input_container"> 71 <div id="bulk_button" class="green_bg"><span class="abunda_text">Have a lot of items:</span><div onclick="bulk_open();" id="bulk_likea_button">Bulk Upload</div></div> 71 72 </div> 72 73 … … 163 164 wp_enqueue_script("abundatrade_remote"); 164 165 wp_enqueue_script("abundatrade_impromptu"); 165 $abundacalc = array('server' => ' abundatrade.com',166 $abundacalc = array('server' => 'dev.abundatrade.com', 166 167 'url' => $this->folders['PluginUrl'], 167 168 'thanks' => $this->settings->Thank_you_page); -
abundatrade-plugin/trunk/js/remote.js
r620443 r622322 596 596 '<select id="referrals" name="hvReferral">' + 597 597 '<option value="-1" selected>Please select one.</option>' + 598 '<option value=" 0">Abundatrade Email</option>' +599 '<option value=" 1">Amazon or other marketplace</option>' +600 '<option value=" 2">I previously did a trade</option>' +598 '<option value="13">Abundatrade Email</option>' + 599 '<option value="25">Amazon or other marketplace</option>' + 600 '<option value="1">I previously did a trade</option>' + 601 601 '<option value="3">Referred by a friend</option>' + 602 '<option value=" 4">First Magazine</option>' +603 '<option value=" 5">Inc. Magazine</option>' +604 '<option value=" 6">Radio Interview</option>' +605 '<option value=" 7">Fox News</option>' +606 '<option value=" 8">Google Search/Ad</option>' +607 '<option value=" 9">Yahoo Search/Ad</option>' +608 '<option value="1 0">Facebook</option>' +609 '<option value="1 1">Twitter</option>' +610 '<option value="1 2">Blog</option>' +611 '<option value="1 3">Youtube Video</option>' +612 '<option value=" 14">Other</option></select></div>' +602 '<option value="24">First Magazine</option>' + 603 '<option value="20">Inc. Magazine</option>' + 604 '<option value="18">Radio Interview</option>' + 605 '<option value="10">Fox News</option>' + 606 '<option value="4">Google Search/Ad</option>' + 607 '<option value="5">Yahoo Search/Ad</option>' + 608 '<option value="16">Facebook</option>' + 609 '<option value="17">Twitter</option>' + 610 '<option value="15">Blog</option>' + 611 '<option value="14">Youtube Video</option>' + 612 '<option value="9">Other</option></select></div>' + 613 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>' + 614 614 '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' + -
abundatrade-plugin/trunk/readme.txt
r620443 r622322 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 10 10 Earn 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. … … 40 40 * Download the zip file. 41 41 * Go to your WordPress admin panel and select add new plugin, upload, locate your zip file. 42 * Browse to MoneyPress : Abundatrade Editionin your admin settings menu.42 * Browse to �MoneyPress : Abundatrade Edition� in your admin settings menu. 43 43 * Enter your Abundtrade affiliate ID. 44 * Enter the [abundatrade]on any page you want to show the calculator on.44 * Enter the �[abundatrade]� on any page you want to show the calculator on. 45 45 46 46 … … 62 62 63 63 == Changelog == 64 65 = v1.0.3 (November 5, 2012) = 66 67 * Reordered referrals 64 68 65 69 = v1.0.2 (November 2, 2012) =
Note: See TracChangeset
for help on using the changeset viewer.