Plugin Directory

Changeset 617550


Ignore:
Timestamp:
10/25/2012 10:21:40 PM (13 years ago)
Author:
withinboredom
Message:

v0.5.1

Location:
abundatrade-plugin
Files:
6 edited
1 copied

Legend:

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

    r617543 r617550  
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 0.5
     12Version: 0.5.1
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/tags/0.5.1/js/remote.js

    r617543 r617550  
    240240            }
    241241        }
    242         if (!waitforfinish) control += 1;
    243242
    244243        var request = jQuery.ajax(
     
    264263            }
    265264            else if (data[0].type == 'complete') {
     265                if (!waitforfinish) control += 1;
     266
    266267                percent = ((control - 1) * 10) / byline.length * 100;
    267268                percent = Math.round(percent);
  • abundatrade-plugin/tags/0.5.1/readme.txt

    r617543 r617550  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 0.5
     8Stable tag: 0.5.1
    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= v0.5.1 (October 25, 2012) =
     66
     67* Fixed a js bug
     68
    6569= v0.5 (October 25, 2012) =
    6670
  • abundatrade-plugin/trunk/abundatrade_pugin.php

    r617543 r617550  
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 0.5
     12Version: 0.5.1
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/trunk/js/remote.js

    r617543 r617550  
    240240            }
    241241        }
    242         if (!waitforfinish) control += 1;
    243242
    244243        var request = jQuery.ajax(
     
    264263            }
    265264            else if (data[0].type == 'complete') {
     265                if (!waitforfinish) control += 1;
     266
    266267                percent = ((control - 1) * 10) / byline.length * 100;
    267268                percent = Math.round(percent);
  • abundatrade-plugin/trunk/readme.txt

    r617543 r617550  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 0.5
     8Stable tag: 0.5.1
    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= v0.5.1 (October 25, 2012) =
     66
     67* Fixed a js bug
     68
    6569= v0.5 (October 25, 2012) =
    6670
Note: See TracChangeset for help on using the changeset viewer.