Changeset 617550
- Timestamp:
- 10/25/2012 10:21:40 PM (13 years ago)
- Location:
- abundatrade-plugin
- Files:
-
- 6 edited
- 1 copied
-
tags/0.5.1 (copied) (copied from abundatrade-plugin/trunk)
-
tags/0.5.1/abundatrade_pugin.php (modified) (1 diff)
-
tags/0.5.1/js/remote.js (modified) (2 diffs)
-
tags/0.5.1/readme.txt (modified) (2 diffs)
-
trunk/abundatrade_pugin.php (modified) (1 diff)
-
trunk/js/remote.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abundatrade-plugin/tags/0.5.1/abundatrade_pugin.php
r617543 r617550 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 0.5 12 Version: 0.5.1 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/tags/0.5.1/js/remote.js
r617543 r617550 240 240 } 241 241 } 242 if (!waitforfinish) control += 1;243 242 244 243 var request = jQuery.ajax( … … 264 263 } 265 264 else if (data[0].type == 'complete') { 265 if (!waitforfinish) control += 1; 266 266 267 percent = ((control - 1) * 10) / byline.length * 100; 267 268 percent = Math.round(percent); -
abundatrade-plugin/tags/0.5.1/readme.txt
r617543 r617550 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 0.5 8 Stable tag: 0.5.1 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. … … 63 63 == Changelog == 64 64 65 = v0.5.1 (October 25, 2012) = 66 67 * Fixed a js bug 68 65 69 = v0.5 (October 25, 2012) = 66 70 -
abundatrade-plugin/trunk/abundatrade_pugin.php
r617543 r617550 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 0.5 12 Version: 0.5.1 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/trunk/js/remote.js
r617543 r617550 240 240 } 241 241 } 242 if (!waitforfinish) control += 1;243 242 244 243 var request = jQuery.ajax( … … 264 263 } 265 264 else if (data[0].type == 'complete') { 265 if (!waitforfinish) control += 1; 266 266 267 percent = ((control - 1) * 10) / byline.length * 100; 267 268 percent = Math.round(percent); -
abundatrade-plugin/trunk/readme.txt
r617543 r617550 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 0.5 8 Stable tag: 0.5.1 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. … … 63 63 == Changelog == 64 64 65 = v0.5.1 (October 25, 2012) = 66 67 * Fixed a js bug 68 65 69 = v0.5 (October 25, 2012) = 66 70
Note: See TracChangeset
for help on using the changeset viewer.