Plugin Directory

Changeset 1476354


Ignore:
Timestamp:
08/17/2016 06:02:45 AM (10 years ago)
Author:
mbj-webdevelopment
Message:

Tested up to: 4.6 PayPal Donation Buttons working fine.

Location:
donation-button/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • donation-button/trunk/README.txt

    r1473588 r1476354  
    33Tags: button shortcode, campaign monitor, charity, church, churches, crowdfunding, donate, donation, donation plugin, donations, fundraiser, fundraising, gifts, giving, non-profit, nonprofit, paypal, PayPal Donate, PayPal donations, recurring, recurring donations, wordpress donation plugin, wordpress donations, worship, wp donation, constant contact, donation goal, donation history, donation widget, getresponse, icontact, infusionsoft, mailchimp, multi currency, paypal automation, twilio sms
    44Requires at least: 3.0.1
    5 Tested up to: 4.5.3
    6 stable tag: 1.5.0
     5Tested up to: 4.6
     6stable tag: 1.5.1
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    145145
    146146== Changelog ==
     147= 1.5.1 =
     148*   Tested up to: 4.6 PayPal Donation Buttons working fine.
    147149= 1.5.0 =
    148150*   Buffer never gets cleaned.
  • donation-button/trunk/donation-button.php

    r1473588 r1476354  
    66 * Plugin URI:        https://www.premiumdev.com/
    77 * Description:       Easy to used PayPal Donation button with Auto Responder.
    8  * Version:           1.5.0
     8 * Version:           1.5.1
    99 * Author:            mbj-webdevelopment
    1010 * Author URI:        https://www.premiumdev.com/
  • donation-button/trunk/includes/class-donation-button.php

    r1473588 r1476354  
    4747    public function __construct() {
    4848        $this->plugin_name = 'donation-button';
    49         $this->version = '1.5.0';
     49        $this->version = '1.5.1';
    5050        $this->load_dependencies();
    5151        $this->set_locale();
Note: See TracChangeset for help on using the changeset viewer.