Changeset 1036713
- Timestamp:
- 12/02/2014 02:12:42 PM (11 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 15 added
- 4 edited
-
tags/2.1.3 (added)
-
tags/2.1.3/images (added)
-
tags/2.1.3/images/icon.png (added)
-
tags/2.1.3/images/icons.svg (added)
-
tags/2.1.3/includes (added)
-
tags/2.1.3/includes/OSDSocialShare.php (added)
-
tags/2.1.3/includes/admin_js.js (added)
-
tags/2.1.3/includes/admin_style.css (added)
-
tags/2.1.3/includes/global_settings.php (added)
-
tags/2.1.3/includes/js.php (added)
-
tags/2.1.3/includes/post_settings.php (added)
-
tags/2.1.3/includes/style.css (added)
-
tags/2.1.3/osd_social_media_sharing.php (added)
-
tags/2.1.3/readme.txt (added)
-
tags/2.1.3/uninstall.php (added)
-
trunk/includes/OSDSocialShare.php (modified) (1 diff)
-
trunk/includes/style.css (modified) (1 diff)
-
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
r1029379 r1036713 32 32 && count($options['post_types']) > 0 33 33 && isset($options['post_types'][$post->post_type])) { 34 $post->post_content .= $this->replace_shortcode();34 $post->post_content .= "[osd_social_media_sharing]"; 35 35 } 36 36 } -
osd-social-media-sharing/trunk/includes/style.css
r1025220 r1036713 18 18 .osd-sms-wrapper > .icon-button:nth-of-type(n+3), 19 19 .osd-sms-wrapper > .text-button:nth-of-type(n+3) { 20 margin-left: 4px;20 margin-left: 6px; 21 21 } 22 22 .osd-sms-wrapper > .icon-button > a > img { -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1029379 r1036713 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: 2.1. 26 Version: 2.1.3 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1029379 r1036713 4 4 Requires at least: 3.4 5 5 Tested up to: 4.0 6 Stable tag: 2.1. 26 Stable tag: 2.1.3 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 = 2.1.3 = 44 * Fixed minor styling bug where shortcode and default placing of osd social media looked different 42 45 43 46 = 2.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.