WP Social Bookmarking Light - Version 1.9.1

Version Description

  • Fixed: deprecated in php7. #44
Download this release

Release Info

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

Code changes from version 1.9.0 to 1.9.1

modules/services.php CHANGED
@@ -28,7 +28,7 @@ class WpSocialBookmarkingLight
28
  var $encode_title;
29
  var $encode_blogname;
30
 
31
- function WpSocialBookmarkingLight( $url, $title, $blogname )
32
  {
33
  $title = $this->to_utf8( $title );
34
  $this->blogname = $this->to_utf8( $blogname );
28
  var $encode_title;
29
  var $encode_blogname;
30
 
31
+ function __construct( $url, $title, $blogname )
32
  {
33
  $title = $this->to_utf8( $title );
34
  $this->blogname = $this->to_utf8( $blogname );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: utahvich
3
  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.9.0
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.9.0 =
65
  * Fixed: mixi button. [#41](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/41)
66
  * Fixed: replaced WP_PLUGIN_URL with plugins_url [#42](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/42)
3
  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.7
7
+ Stable tag: 1.9.1
8
 
9
  This plugin inserts social share links at the top or bottom of each post.
10
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.9.1 =
65
+ * Fixed: deprecated in php7. [#44](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/44)
66
+
67
  = 1.9.0 =
68
  * Fixed: mixi button. [#41](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/41)
69
  * Fixed: replaced WP_PLUGIN_URL with plugins_url [#42](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/42)
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.9.0
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.9.1
9
  */
10
  /*
11
  Copyright 2010 utahta (email : labs.ninxit@gmail.com)