Version Description
- New sreenshots of plugin
Download this release
Release Info
Developer | xradar |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
- readme.txt +2 -2
- simple-social-buttons.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.rabinek.pl/
|
|
4 |
Tags: facebook, google, twitter, pinterest, plus one, like it, like, share, pin, pin it
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
@@ -182,5 +182,5 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
|
|
182 |
* Fixed margin-right for buttons
|
183 |
* Pinterest button code update
|
184 |
|
185 |
-
= 1.7.
|
186 |
* New sreenshots of plugin
|
4 |
Tags: facebook, google, twitter, pinterest, plus one, like it, like, share, pin, pin it
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.7.2
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
182 |
* Fixed margin-right for buttons
|
183 |
* Pinterest button code update
|
184 |
|
185 |
+
= 1.7.2 =
|
186 |
* New sreenshots of plugin
|
simple-social-buttons.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://www.rabinek.pl/simple-social-buttons-wordpress/
|
5 |
Description: Insert social buttons into posts and archives: Facebook "Like it", Google Plus One "+1", Twitter share and Pinterest.
|
6 |
Author: Paweł Rabinek
|
7 |
-
Version: 1.7.
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
@@ -35,7 +35,7 @@
|
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
-
var $pluginVersion = '1.7.
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|
4 |
Plugin URI: http://www.rabinek.pl/simple-social-buttons-wordpress/
|
5 |
Description: Insert social buttons into posts and archives: Facebook "Like it", Google Plus One "+1", Twitter share and Pinterest.
|
6 |
Author: Paweł Rabinek
|
7 |
+
Version: 1.7.2
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
+
var $pluginVersion = '1.7.2';
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|