Plugin Directory

Changeset 475523


Ignore:
Timestamp:
12/14/2011 05:42:37 PM (14 years ago)
Author:
theorboman
Message:

Fixed custom textfield error

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

Legend:

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

    r475519 r475523  
    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.5
     6Version: 2.0.6
    77Author: Richard Sweeney
    88Author URI: http://richardsweeney.com/
     
    108108
    109109        // Define current version
    110         define( 'PAYPAL_VERSION', '2.0.5' );
     110        define( 'PAYPAL_VERSION', '2.0.6' );
    111111   
    112112        // Activation Hook
  • easy-paypal-custom-fields/trunk/readme.txt

    r474696 r475523  
    66Requires at least: 3.0
    77Tested up to: 3.3
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99
    1010An easy-to-use plugin to add a PayPal 'donate' or 'buy now' button to your site.
     
    102102* Fully compatible with WordPress version 3.3.
    103103* 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.