diff --git a/readme.txt b/readme.txt index f05672c..47d61a9 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://gumroad.com/l/rWLrL Tags: social, bookmarks, bookmarking, Hatena, Twitter, Facebook, Tumblr, Google Bookmark, Delicious, Digg, reddit, LinkedIn, Instapaper, StumbleUpon, mixi, gree, atode, toread, line, pocket, Pinterest Requires at least: 4.0.0 Tested up to: 4.7 -Stable tag: 2.0.0 +Stable tag: 2.0.1 This plugin inserts social share links at the top or bottom of each post. @@ -49,6 +49,10 @@ This is the list of used social sites: == Changelog == += 2.0.1 = +* Fixed: for PHP 5.3 [#50](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/50) +* Note: We don't intend to actively support on PHP 5.5 or lower, but if you get some problems, please report it. We will fix it. + = 2.0.0 = * Breaking Changes: Drop support for PHP 5.5 or lower, Require PHP 5.6 or higher [#46](https://github.com/utahta/WP-Social-Bookmarking-Light/pull/46) * Breaking Changes: Remove terminated some services diff --git a/wp-social-bookmarking-light.php b/wp-social-bookmarking-light.php index c65b6bd..d80fb72 100644 --- a/wp-social-bookmarking-light.php +++ b/wp-social-bookmarking-light.php @@ -5,7 +5,7 @@ Description: This plugin inserts social share links at the top or bottom of each post. Author: utahta Author URI: https://github.com/utahta/WP-Social-Bookmarking-Light -Version: 2.0.0 +Version: 2.0.1 */ /* Copyright 2010 utahta (email : labs.ninxit@gmail.com)