Plugin Directory

Changeset 619556


Ignore:
Timestamp:
10/31/2012 06:32:29 PM (13 years ago)
Author:
withinboredom
Message:

v0.7

Location:
abundatrade-plugin
Files:
8 edited
1 copied

Legend:

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

    r619530 r619556  
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 0.6
     12Version: 0.7
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/tags/0.7/readme.txt

    r619530 r619556  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 0.6
     8Stable tag: 0.7
    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.7 (October 31, 2012) =
     66
     67* Properly save settings
     68
    6569= v0.6 (October 31, 2012) =
    6670
  • abundatrade-plugin/tags/0.7/skel/settings.php

    r617049 r619556  
    3333     * The version of this code
    3434     */
    35     private $coded_version = "0.2";
     35    private $coded_version = "0.7";
    3636   
    3737    /**
     
    4444                    "version" => "0.0",
    4545                    "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"
    4747                ));
    4848       
  • abundatrade-plugin/tags/0.7/tabs/settings_withinboredom.php

    r617543 r619556  
    5959                    'type'  => 'text',
    6060                    'name'  => 'Thank you page',
    61                     'id'    => 'thankyou_page',
    62                     'value' => $settings->thankyou_page
     61                    'id'    => 'Thank_you_page',
     62                    'value' => $settings->Thank_you_page
    6363                )
    6464            ));
  • abundatrade-plugin/trunk/abundatrade_pugin.php

    r619530 r619556  
    1010Description: Earn extra income for your site via the Abundatrade affiliate program!
    1111Author: withinboredom
    12 Version: 0.6
     12Version: 0.7
    1313Author URI: http://withinboredom.info
    1414 */
  • abundatrade-plugin/trunk/readme.txt

    r619530 r619556  
    66Requires at least: 3.3
    77Tested up to: 3.4.2
    8 Stable tag: 0.6
     8Stable tag: 0.7
    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.7 (October 31, 2012) =
     66
     67* Properly save settings
     68
    6569= v0.6 (October 31, 2012) =
    6670
  • abundatrade-plugin/trunk/skel/settings.php

    r617049 r619556  
    3333     * The version of this code
    3434     */
    35     private $coded_version = "0.2";
     35    private $coded_version = "0.7";
    3636   
    3737    /**
     
    4444                    "version" => "0.0",
    4545                    "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"
    4747                ));
    4848       
  • abundatrade-plugin/trunk/tabs/settings_withinboredom.php

    r617543 r619556  
    5959                    'type'  => 'text',
    6060                    'name'  => 'Thank you page',
    61                     'id'    => 'thankyou_page',
    62                     'value' => $settings->thankyou_page
     61                    'id'    => 'Thank_you_page',
     62                    'value' => $settings->Thank_you_page
    6363                )
    6464            ));
Note: See TracChangeset for help on using the changeset viewer.