Plugin Directory

Changeset 1273267


Ignore:
Timestamp:
10/26/2015 03:45:52 PM (10 years ago)
Author:
osdwebdev
Message:

3.5.4 release

Location:
osd-social-media-sharing
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • osd-social-media-sharing/trunk/includes/OSDSocialShare.php

    r1271342 r1273267  
    124124    private function share_link($platform, $button_title, $custom_url) {
    125125        $target = ($this->options["target"] == "new" && $platform != "email") ? "_blank" : "_self";
    126         $protocol = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != '') ? "https://" : "http://";
     126        $protocol = (isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] !== "" && $_SERVER["HTTPS"] !== "off") ? "https://" : "http://";
    127127        $searches = array(
    128128            "{{SITE_NAME}}",
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

    r1271342 r1273267  
    44Plugin URI: http://outsidesource.com
    55Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more.
    6 Version: 3.5.3
     6Version: 3.5.4
    77Author: OSD Web Development Team
    88Author URI: http://outsidesource.com
  • osd-social-media-sharing/trunk/readme.txt

    r1271342 r1273267  
    44Requires at least: 3.4
    55Tested up to: 4.2
    6 Stable tag: 3.5.3
     6Stable tag: 3.5.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 3.5.4 =
     44* HTTPS Fix for IIS users (fixed repo issue)
    4245
    4346= 3.5.3 =
Note: See TracChangeset for help on using the changeset viewer.