Plugin Directory

Changeset 1465203


Ignore:
Timestamp:
08/01/2016 03:51:23 PM (10 years ago)
Author:
osdwebdev
Message:

3.5.5 Release - Fixing HTTPS for Pinterest and Reddit

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

Legend:

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

    r1273267 r1465203  
    3333            ),
    3434            "pinterest" => array(
    35                 "url" => "http://www.pinterest.com/pin/create/button/?url={{CURRENT_URL}}&description={{POST_TITLE}}&media=",
     35                "url" => "https://www.pinterest.com/pin/create/button/?url={{CURRENT_URL}}&description={{POST_TITLE}}&media=",
    3636                "button-type" => "icon",
    3737                "enabled" => 1,
     
    4343            ),
    4444            "reddit" => array(
    45                 "url" => "http://www.reddit.com/submit/?url={{CURRENT_URL}}",
     45                "url" => "https://www.reddit.com/submit/?url={{CURRENT_URL}}",
    4646                "button-type" => "icon",
    4747                "order" => -1,
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

    r1273267 r1465203  
    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.4
     6Version: 3.5.5
    77Author: OSD Web Development Team
    88Author URI: http://outsidesource.com
  • osd-social-media-sharing/trunk/readme.txt

    r1273267 r1465203  
    44Requires at least: 3.4
    55Tested up to: 4.2
    6 Stable tag: 3.5.4
     6Stable tag: 3.5.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 3.5.5 =
     44* HTTPS Fix for Pinterest and Reddit
    4245
    4346= 3.5.4 =
Note: See TracChangeset for help on using the changeset viewer.