Changeset 479083
- Timestamp:
- 12/22/2011 09:21:56 AM (14 years ago)
- Location:
- easy-paypal-custom-fields/trunk
- Files:
-
- 2 edited
-
easy-paypal-custom-fields.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php
r475523 r479083 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.6 6 Version: 2.0.6.1 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.6 ' );110 define( 'PAYPAL_VERSION', '2.0.6.1' ); 111 111 112 112 // Activation Hook … … 338 338 </form> 339 339 340 <p ><br /><strong>Your Button will look like this:</strong> 340 <p class="paypal-form"><br /><strong>Your Button will look like this:</strong> 341 341 342 342 <?php -
easy-paypal-custom-fields/trunk/readme.txt
r475523 r479083 6 6 Requires at least: 3.0 7 7 Tested up to: 3.3 8 Stable tag: 2.0.6 8 Stable tag: 2.0.6.1 9 9 10 10 An easy-to-use plugin to add a PayPal 'donate' or 'buy now' button to your site. … … 106 106 107 107 * Bug fixes. Specifically regarding the custom textarea. 108 109 = 2.0.6.1 = 110 111 * Tiny CSS fix for button themes on the settings page.
Note: See TracChangeset
for help on using the changeset viewer.