Changeset 475523
- Timestamp:
- 12/14/2011 05:42:37 PM (14 years ago)
- Location:
- easy-paypal-custom-fields/trunk
- Files:
-
- 2 edited
-
easy-paypal-custom-fields.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php
r475519 r475523 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. 56 Version: 2.0.6 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. 5' );110 define( 'PAYPAL_VERSION', '2.0.6' ); 111 111 112 112 // Activation Hook -
easy-paypal-custom-fields/trunk/readme.txt
r474696 r475523 6 6 Requires at least: 3.0 7 7 Tested up to: 3.3 8 Stable tag: 2.0. 58 Stable tag: 2.0.6 9 9 10 10 An easy-to-use plugin to add a PayPal 'donate' or 'buy now' button to your site. … … 102 102 * Fully compatible with WordPress version 3.3. 103 103 * A few tweaks to the code here and there, nothing major. 104 105 = 2.0.6 = 106 107 * Bug fixes. Specifically regarding the custom textarea.
Note: See TracChangeset
for help on using the changeset viewer.