Plugin Directory

Changeset 2474389


Ignore:
Timestamp:
02/14/2021 08:16:49 AM (5 years ago)
Author:
mbj-webdevelopment
Message:

Update tags/3.0.1

Location:
donation-button
Files:
381 added
3 edited

Legend:

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

    r2435318 r2474389  
    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: 5.6
    6 stable tag: 3.0.0
     5Tested up to: 5.6.1
     6stable tag: 3.0.1
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • donation-button/trunk/donation-button.php

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

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