Changeset 472558
- Timestamp:
- 12/08/2011 06:54:19 PM (14 years ago)
- Location:
- easy-paypal-custom-fields/trunk
- Files:
-
- 2 edited
-
easy-paypal-custom-fields.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php
r472552 r472558 4 4 Plugin URI: http://richardsweeney.com/blog/easy-paypal-custom-fields/ 5 5 Description: 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. 26 Version: 2.0.3 7 7 Author: Richard Sweeney 8 8 Author URI: http://richardsweeney.com/ … … 108 108 109 109 // Define current version 110 define( 'PAYPAL_VERSION', '2.0. 2' );110 define( 'PAYPAL_VERSION', '2.0.3' ); 111 111 112 112 // Activation Hook … … 665 665 666 666 <p> 667 <span>Require customers' address< /span>667 <span>Require customers' address<br />(Buy Now only)</span> 668 668 <label> 669 669 <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 89 89 * Optimized code readability. 90 90 * 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.