Plugin Directory

Changeset 479083


Ignore:
Timestamp:
12/22/2011 09:21:56 AM (14 years ago)
Author:
theorboman
Message:

Tiny CSS fix

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

Legend:

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

    r475523 r479083  
    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.6
     6Version: 2.0.6.1
    77Author: Richard Sweeney
    88Author URI: http://richardsweeney.com/
     
    108108
    109109        // Define current version
    110         define( 'PAYPAL_VERSION', '2.0.6' );
     110        define( 'PAYPAL_VERSION', '2.0.6.1' );
    111111   
    112112        // Activation Hook
     
    338338            </form>
    339339           
    340             <p><br /><strong>Your Button will look like this:</strong>&nbsp;&nbsp;
     340            <p class="paypal-form"><br /><strong>Your Button will look like this:</strong>&nbsp;&nbsp;
    341341           
    342342            <?php
  • easy-paypal-custom-fields/trunk/readme.txt

    r475523 r479083  
    66Requires at least: 3.0
    77Tested up to: 3.3
    8 Stable tag: 2.0.6
     8Stable tag: 2.0.6.1
    99
    1010An easy-to-use plugin to add a PayPal 'donate' or 'buy now' button to your site.
     
    106106
    107107* 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.