Changeset 1094595
- Timestamp:
- 02/19/2015 07:36:07 PM (11 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 17 added
- 3 edited
-
tags/3.4.1 (added)
-
tags/3.4.1/images (added)
-
tags/3.4.1/images/icon.png (added)
-
tags/3.4.1/images/icons.png (added)
-
tags/3.4.1/images/icons.svg (added)
-
tags/3.4.1/includes (added)
-
tags/3.4.1/includes/OSDSocialShare.php (added)
-
tags/3.4.1/includes/admin_js.js (added)
-
tags/3.4.1/includes/admin_style.css (added)
-
tags/3.4.1/includes/global_settings.php (added)
-
tags/3.4.1/includes/installation_actions.php (added)
-
tags/3.4.1/includes/js.php (added)
-
tags/3.4.1/includes/post_settings.php (added)
-
tags/3.4.1/includes/style.css (added)
-
tags/3.4.1/osd_social_media_sharing.php (added)
-
tags/3.4.1/readme.txt (added)
-
tags/3.4.1/uninstall.php (added)
-
trunk/includes/post_settings.php (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/post_settings.php
r1010747 r1094595 16 16 17 17 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(); 19 20 $user_post_types = $user_post_types['post_types']; 20 21 -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1092564 r1094595 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.4 6 Version: 3.4.1 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1092564 r1094595 4 4 Requires at least: 3.4 5 5 Tested up to: 4.1 6 Stable tag: 3.4 6 Stable tag: 3.4.1 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.4.1 = 44 * Fixed a potential bug 42 45 43 46 = 3.4 =
Note: See TracChangeset
for help on using the changeset viewer.