Plugin Directory

Changeset 1480653


Ignore:
Timestamp:
08/22/2016 11:49:52 AM (10 years ago)
Author:
mbj-webdevelopment
Message:

Mixed content while using https on my site with this addon

Location:
donation-button/trunk
Files:
4 edited

Legend:

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

    r1476354 r1480653  
    44Requires at least: 3.0.1
    55Tested up to: 4.6
    6 stable tag: 1.5.1
     6stable tag: 1.5.2
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    145145
    146146== Changelog ==
     147= 1.5.2 =
     148*   Mixed content while using https on my site with this addon.
    147149= 1.5.1 =
    148150*   Tested up to: 4.6 PayPal Donation Buttons working fine.
  • donation-button/trunk/admin/class-donation-button-admin.php

    r1454476 r1480653  
    5151         */
    5252        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');
    5454    }
    5555
  • donation-button/trunk/donation-button.php

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

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