Plugin Directory

Changeset 1036713


Ignore:
Timestamp:
12/02/2014 02:12:42 PM (11 years ago)
Author:
osdwebdev
Message:

2.1.3 Release

Location:
osd-social-media-sharing
Files:
15 added
4 edited

Legend:

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

    r1029379 r1036713  
    3232                && count($options['post_types']) > 0
    3333                && isset($options['post_types'][$post->post_type])) {
    34                 $post->post_content .= $this->replace_shortcode();
     34                $post->post_content .= "[osd_social_media_sharing]";
    3535            }
    3636        }   
  • osd-social-media-sharing/trunk/includes/style.css

    r1025220 r1036713  
    1818.osd-sms-wrapper > .icon-button:nth-of-type(n+3),
    1919.osd-sms-wrapper > .text-button:nth-of-type(n+3) {
    20     margin-left: 4px;
     20    margin-left: 6px;
    2121}
    2222.osd-sms-wrapper > .icon-button > a > img {
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

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

    r1029379 r1036713  
    44Requires at least: 3.4
    55Tested up to: 4.0
    6 Stable tag: 2.1.2
     6Stable tag: 2.1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.1.3 =
     44* Fixed minor styling bug where shortcode and default placing of osd social media looked different
    4245
    4346= 2.1.2 =
Note: See TracChangeset for help on using the changeset viewer.