Changeset 1465203
- Timestamp:
- 08/01/2016 03:51:23 PM (10 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 18 added
- 3 edited
-
tags/3.5.5 (added)
-
tags/3.5.5/images (added)
-
tags/3.5.5/images/icon.png (added)
-
tags/3.5.5/images/icons.png (added)
-
tags/3.5.5/images/icons.svg (added)
-
tags/3.5.5/includes (added)
-
tags/3.5.5/includes/OSDSocialShare.php (added)
-
tags/3.5.5/includes/admin_js.js (added)
-
tags/3.5.5/includes/admin_style.css (added)
-
tags/3.5.5/includes/global_settings.php (added)
-
tags/3.5.5/includes/installation_actions.php (added)
-
tags/3.5.5/includes/js.php (added)
-
tags/3.5.5/includes/post_settings.php (added)
-
tags/3.5.5/includes/style.css (added)
-
tags/3.5.5/lang (added)
-
tags/3.5.5/osd_social_media_sharing.php (added)
-
tags/3.5.5/readme.txt (added)
-
tags/3.5.5/uninstall.php (added)
-
trunk/includes/OSDSocialShare.php (modified) (2 diffs)
-
trunk/osd_social_media_sharing.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osd-social-media-sharing/trunk/includes/OSDSocialShare.php
r1273267 r1465203 33 33 ), 34 34 "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=", 36 36 "button-type" => "icon", 37 37 "enabled" => 1, … … 43 43 ), 44 44 "reddit" => array( 45 "url" => "http ://www.reddit.com/submit/?url={{CURRENT_URL}}",45 "url" => "https://www.reddit.com/submit/?url={{CURRENT_URL}}", 46 46 "button-type" => "icon", 47 47 "order" => -1, -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1273267 r1465203 4 4 Plugin URI: http://outsidesource.com 5 5 Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more. 6 Version: 3.5. 46 Version: 3.5.5 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1273267 r1465203 4 4 Requires at least: 3.4 5 5 Tested up to: 4.2 6 Stable tag: 3.5. 46 Stable tag: 3.5.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 3.5.5 = 44 * HTTPS Fix for Pinterest and Reddit 42 45 43 46 = 3.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.