Changeset 1480653
- Timestamp:
- 08/22/2016 11:49:52 AM (10 years ago)
- Location:
- donation-button/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/class-donation-button-admin.php (modified) (1 diff)
-
donation-button.php (modified) (1 diff)
-
includes/class-donation-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
donation-button/trunk/README.txt
r1476354 r1480653 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6 6 stable tag: 1.5. 16 stable tag: 1.5.2 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.2 = 148 * Mixed content while using https on my site with this addon. 147 149 = 1.5.1 = 148 150 * Tested up to: 4.6 PayPal Donation Buttons working fine. -
donation-button/trunk/admin/class-donation-button-admin.php
r1454476 r1480653 51 51 */ 52 52 wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . 'css/donation-button-admin.css', array(), $this->version, 'all'); 53 wp_enqueue_style($this->plugin_name . 'jquery-ui-datepicker', ' http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css');53 wp_enqueue_style($this->plugin_name . 'jquery-ui-datepicker', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css'); 54 54 } 55 55 -
donation-button/trunk/donation-button.php
r1476354 r1480653 6 6 * Plugin URI: https://www.premiumdev.com/ 7 7 * Description: Easy to used PayPal Donation button with Auto Responder. 8 * Version: 1.5. 18 * Version: 1.5.2 9 9 * Author: mbj-webdevelopment 10 10 * Author URI: https://www.premiumdev.com/ -
donation-button/trunk/includes/class-donation-button.php
r1476354 r1480653 47 47 public function __construct() { 48 48 $this->plugin_name = 'donation-button'; 49 $this->version = '1.5. 1';49 $this->version = '1.5.2'; 50 50 $this->load_dependencies(); 51 51 $this->set_locale();
Note: See TracChangeset
for help on using the changeset viewer.