Version Description
Download this release
Release Info
Developer | xradar |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 1.7.10 |
Comparing to | |
See all releases |
Code changes from version 1.7.9 to 1.7.10
- readme.txt +3 -3
- simple-social-buttons.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UD823
|
|
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: 4.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 |
|
@@ -44,7 +44,7 @@ Simple Social Buttons is currently in the following languages:
|
|
44 |
- Thai
|
45 |
- Ukrainian
|
46 |
|
47 |
-
|
48 |
|
49 |
|
50 |
== Installation ==
|
@@ -87,7 +87,7 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
|
|
87 |
|
88 |
= Who helped to improve Simple Social Buttons? =
|
89 |
|
90 |
-
|
91 |
|
92 |
- Karol from [LigaBBVA.pl](http://www.ligabbva.pl/ "Liga hiszpańska BBVA") for PHP developement
|
93 |
- [@RhooManu](http://twitter.com/RhooManu "RhooManu on Twitter") for french translation
|
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: 4.8
|
7 |
+
Stable tag: 1.7.10
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
44 |
- Thai
|
45 |
- Ukrainian
|
46 |
|
47 |
+
Check out my blog [Paweł Rabinek](http://www.rabinek.pl/) and my company [Redseo](https://redseo.pl/) (in polish).
|
48 |
|
49 |
|
50 |
== Installation ==
|
87 |
|
88 |
= Who helped to improve Simple Social Buttons? =
|
89 |
|
90 |
+
Big thanks to:
|
91 |
|
92 |
- Karol from [LigaBBVA.pl](http://www.ligabbva.pl/ "Liga hiszpańska BBVA") for PHP developement
|
93 |
- [@RhooManu](http://twitter.com/RhooManu "RhooManu on Twitter") for french translation
|
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.10
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
+
var $pluginVersion = '1.7.10';
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|