Changeset 619556
- Timestamp:
- 10/31/2012 06:32:29 PM (13 years ago)
- Location:
- abundatrade-plugin
- Files:
-
- 8 edited
- 1 copied
-
tags/0.7 (copied) (copied from abundatrade-plugin/trunk)
-
tags/0.7/abundatrade_pugin.php (modified) (1 diff)
-
tags/0.7/readme.txt (modified) (2 diffs)
-
tags/0.7/skel/settings.php (modified) (2 diffs)
-
tags/0.7/tabs/settings_withinboredom.php (modified) (1 diff)
-
trunk/abundatrade_pugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/skel/settings.php (modified) (2 diffs)
-
trunk/tabs/settings_withinboredom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abundatrade-plugin/tags/0.7/abundatrade_pugin.php
r619530 r619556 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 0. 612 Version: 0.7 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/tags/0.7/readme.txt
r619530 r619556 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 0. 68 Stable tag: 0.7 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.7 (October 31, 2012) = 66 67 * Properly save settings 68 65 69 = v0.6 (October 31, 2012) = 66 70 -
abundatrade-plugin/tags/0.7/skel/settings.php
r617049 r619556 33 33 * The version of this code 34 34 */ 35 private $coded_version = "0. 2";35 private $coded_version = "0.7"; 36 36 37 37 /** … … 44 44 "version" => "0.0", 45 45 "Affiliate_ID" => "ABU-1338563844", 46 " thankyou_page" => "http://abundatrade.com/trade/thank-you.php?a=abundatrade"46 "Thank_you_page" => "http://abundatrade.com/trade/thank-you.php?a=abundatrade" 47 47 )); 48 48 -
abundatrade-plugin/tags/0.7/tabs/settings_withinboredom.php
r617543 r619556 59 59 'type' => 'text', 60 60 'name' => 'Thank you page', 61 'id' => ' thankyou_page',62 'value' => $settings-> thankyou_page61 'id' => 'Thank_you_page', 62 'value' => $settings->Thank_you_page 63 63 ) 64 64 )); -
abundatrade-plugin/trunk/abundatrade_pugin.php
r619530 r619556 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 0. 612 Version: 0.7 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/trunk/readme.txt
r619530 r619556 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 0. 68 Stable tag: 0.7 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.7 (October 31, 2012) = 66 67 * Properly save settings 68 65 69 = v0.6 (October 31, 2012) = 66 70 -
abundatrade-plugin/trunk/skel/settings.php
r617049 r619556 33 33 * The version of this code 34 34 */ 35 private $coded_version = "0. 2";35 private $coded_version = "0.7"; 36 36 37 37 /** … … 44 44 "version" => "0.0", 45 45 "Affiliate_ID" => "ABU-1338563844", 46 " thankyou_page" => "http://abundatrade.com/trade/thank-you.php?a=abundatrade"46 "Thank_you_page" => "http://abundatrade.com/trade/thank-you.php?a=abundatrade" 47 47 )); 48 48 -
abundatrade-plugin/trunk/tabs/settings_withinboredom.php
r617543 r619556 59 59 'type' => 'text', 60 60 'name' => 'Thank you page', 61 'id' => ' thankyou_page',62 'value' => $settings-> thankyou_page61 'id' => 'Thank_you_page', 62 'value' => $settings->Thank_you_page 63 63 ) 64 64 ));
Note: See TracChangeset
for help on using the changeset viewer.