WP Social Bookmarking Light - Version 1.8.6

Version Description

  • Updated: facebook sdk to 2.7 from 2.0 #35
Download this release

Release Info

Developer utahvich
Plugin Icon wp plugin WP Social Bookmarking Light
Version 1.8.6
Comparing to
See all releases

Code changes from version 1.8.5 to 1.8.6

modules/content.php CHANGED
@@ -100,7 +100,7 @@ function wp_social_bookmarking_light_wp_head()
100
  var js, fjs = d.getElementsByTagName(s)[0];
101
  if (d.getElementById(id)) return;
102
  js = d.createElement(s); js.id = id;
103
- js.src = "//connect.facebook.net/<?php echo $locale ?>/sdk.js#xfbml=1&version=v2.0";
104
  fjs.parentNode.insertBefore(js, fjs);
105
  }(document, 'script', 'facebook-jssdk'));</script>
106
  <?php
100
  var js, fjs = d.getElementsByTagName(s)[0];
101
  if (d.getElementById(id)) return;
102
  js = d.createElement(s); js.id = id;
103
+ js.src = "//connect.facebook.net/<?php echo $locale ?>/sdk.js#xfbml=1&version=v2.7";
104
  fjs.parentNode.insertBefore(js, fjs);
105
  }(document, 'script', 'facebook-jssdk'));</script>
106
  <?php
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://github.com/utahta/WP-Social-Bookmarking-Light/wiki/Donate
4
  Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon, mixi, gree, atode, toread, line, pocket, Pinterest
5
  Requires at least: 2.9.0
6
  Tested up to: 4.3
7
- Stable tag: 1.8.5
8
 
9
  This plugin inserts social share links at the top or bottom of each post.
10
 
@@ -61,6 +61,9 @@ This is the list of used social sites:
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.8.5 =
65
  * Fixed: notice warning message "is_comment_popup" [#33](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/33)
66
 
4
  Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon, mixi, gree, atode, toread, line, pocket, Pinterest
5
  Requires at least: 2.9.0
6
  Tested up to: 4.3
7
+ Stable tag: 1.8.6
8
 
9
  This plugin inserts social share links at the top or bottom of each post.
10
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.8.6 =
65
+ * Updated: facebook sdk to 2.7 from 2.0 [#35](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/33)
66
+
67
  = 1.8.5 =
68
  * Fixed: notice warning message "is_comment_popup" [#33](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/33)
69
 
wp-social-bookmarking-light.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://github.com/utahta/WP-Social-Bookmarking-Light
5
  Description: This plugin inserts social share links at the top or bottom of each post.
6
  Author: utahta
7
  Author URI: https://github.com/utahta/WP-Social-Bookmarking-Light
8
- Version: 1.8.5
9
  */
10
  /*
11
  Copyright 2010 utahta (email : labs.ninxit@gmail.com)
5
  Description: This plugin inserts social share links at the top or bottom of each post.
6
  Author: utahta
7
  Author URI: https://github.com/utahta/WP-Social-Bookmarking-Light
8
+ Version: 1.8.6
9
  */
10
  /*
11
  Copyright 2010 utahta (email : labs.ninxit@gmail.com)