Plugin Directory

Changeset 472558


Ignore:
Timestamp:
12/08/2011 06:54:19 PM (14 years ago)
Author:
theorboman
Message:

fixed typos

Location:
easy-paypal-custom-fields/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php

    r472552 r472558  
    44Plugin URI: http://richardsweeney.com/blog/easy-paypal-custom-fields/
    55Description: This plugin uses custom fields to make creating a PayPal button super-easy. There is no complicated shortcut syntax to remember.
    6 Version: 2.0.2
     6Version: 2.0.3
    77Author: Richard Sweeney
    88Author URI: http://richardsweeney.com/
     
    108108
    109109        // Define current version
    110         define( 'PAYPAL_VERSION', '2.0.2' );
     110        define( 'PAYPAL_VERSION', '2.0.3' );
    111111   
    112112        // Activation Hook
     
    665665           
    666666            <p>
    667                 <span>Require customers' address</span>
     667                <span>Require customers' address<br />(Buy Now only)</span>
    668668                <label>
    669669                    <input type="checkbox" id="require_address" name="require_address" value="true" <?php checked( $this->my_post_meta['require_address'], true ); ?> />
  • easy-paypal-custom-fields/trunk/readme.txt

    r472131 r472558  
    8989* Optimized code readability.
    9090* Amended list of supported currency codes.
     91
     92= 2.0.3 =
     93
     94* Bug Fixes.
Note: See TracChangeset for help on using the changeset viewer.