Changeset 1476354
- Timestamp:
- 08/17/2016 06:02:45 AM (10 years ago)
- Location:
- donation-button/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
donation-button.php (modified) (1 diff)
-
includes/class-donation-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
donation-button/trunk/README.txt
r1473588 r1476354 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 5.36 stable tag: 1.5. 05 Tested up to: 4.6 6 stable tag: 1.5.1 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 145 145 146 146 == Changelog == 147 = 1.5.1 = 148 * Tested up to: 4.6 PayPal Donation Buttons working fine. 147 149 = 1.5.0 = 148 150 * Buffer never gets cleaned. -
donation-button/trunk/donation-button.php
r1473588 r1476354 6 6 * Plugin URI: https://www.premiumdev.com/ 7 7 * Description: Easy to used PayPal Donation button with Auto Responder. 8 * Version: 1.5. 08 * Version: 1.5.1 9 9 * Author: mbj-webdevelopment 10 10 * Author URI: https://www.premiumdev.com/ -
donation-button/trunk/includes/class-donation-button.php
r1473588 r1476354 47 47 public function __construct() { 48 48 $this->plugin_name = 'donation-button'; 49 $this->version = '1.5. 0';49 $this->version = '1.5.1'; 50 50 $this->load_dependencies(); 51 51 $this->set_locale();
Note: See TracChangeset
for help on using the changeset viewer.