Plugin Directory

Changeset 1094595


Ignore:
Timestamp:
02/19/2015 07:36:07 PM (11 years ago)
Author:
osdwebdev
Message:

3.4.1 Release

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

Legend:

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

    r1010747 r1094595  
    1616
    1717    public function add_meta_box($post_type) {
    18         $user_post_types = get_option('osd_social_share_options');
     18        global $osd_social_media_sharing;
     19        $user_post_types = $osd_social_media_sharing->get_options();
    1920        $user_post_types = $user_post_types['post_types'];
    2021
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

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

    r1092564 r1094595  
    44Requires at least: 3.4
    55Tested up to: 4.1
    6 Stable tag: 3.4
     6Stable tag: 3.4.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 3.4.1 =
     44* Fixed a potential bug
    4245
    4346= 3.4 =
Note: See TracChangeset for help on using the changeset viewer.