Simple Social Media Share Buttons – Social Sharing for Everyone - Version 1.6.5

Version Description

  • Added dutch translation
  • Added serbo-croatian translation
Download this release

Release Info

Developer xradar
Plugin Icon 128x128 Simple Social Media Share Buttons – Social Sharing for Everyone
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

Files changed (2) hide show
  1. readme.txt +12 -4
  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.6.1
7
- Stable tag: 1.6.4
8
 
9
  Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
10
 
@@ -31,18 +31,20 @@ Let your visitors share your content with friends and let them **promote your bl
31
  Simple Social Buttons is currently in the following languages:
32
 
33
  - Danish
 
34
  - English
35
  - French
36
  - German
37
  - Lithuanian
38
  - Polish
 
 
39
  - Spanish
40
  - Thai
41
- - Slovak
42
 
43
  Feel free if you want to create a translation of this plugin. Contact me via e-mail or Twitter [@rabinek](https://twitter.com/rabinek "Paweł Rabinek on Twitter"), and I'll add your's translation to Simple Social Buttons.
44
 
45
- For more information about Wordpress and SEO, visit my blog [Rabinek.pl](http://www.rabinek.pl/ "Paweł Rabinek - Blog SEO") (in polish).
46
  Also check my free SEO audit tool [Seoptimer.com - Website Review](http://www.seoptimer.com/ "Free SEO Audit tool").
47
 
48
  == Installation ==
@@ -96,6 +98,8 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
96
  - [Mads Phikamphon](http://www.genvejen.dk/ "Mads blog") for danish translation
97
  - [Na's mad](http://nasmad.dk/ "Na's mad blog") for thai translation
98
  - [WebHostingGeeks.com](http://webhostinggeeks.com/blog/ "Webhosting Geeks") for slovak translation
 
 
99
 
100
  == Screenshots ==
101
 
@@ -166,4 +170,8 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
166
  * Fixed facebook Like box cut off
167
 
168
  = 1.6.4 =
169
- * Used "Roles and Capabilities" in admin access
 
 
 
 
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.6.1
7
+ Stable tag: 1.6.5
8
 
9
  Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
10
 
31
  Simple Social Buttons is currently in the following languages:
32
 
33
  - Danish
34
+ - Dutch
35
  - English
36
  - French
37
  - German
38
  - Lithuanian
39
  - Polish
40
+ - Serbo-Croatian
41
+ - Slovak
42
  - Spanish
43
  - Thai
 
44
 
45
  Feel free if you want to create a translation of this plugin. Contact me via e-mail or Twitter [@rabinek](https://twitter.com/rabinek "Paweł Rabinek on Twitter"), and I'll add your's translation to Simple Social Buttons.
46
 
47
+ For more information about Wordpress and SEO, visit my blog [Rabinek.pl](http://www.rabinek.pl/ "Paweł Rabinek - Blog SEO") (in polish) and my company [RedSEO](http://www.redseo.pl/ "RedSEO") (in polish).
48
  Also check my free SEO audit tool [Seoptimer.com - Website Review](http://www.seoptimer.com/ "Free SEO Audit tool").
49
 
50
  == Installation ==
98
  - [Mads Phikamphon](http://www.genvejen.dk/ "Mads blog") for danish translation
99
  - [Na's mad](http://nasmad.dk/ "Na's mad blog") for thai translation
100
  - [WebHostingGeeks.com](http://webhostinggeeks.com/blog/ "Webhosting Geeks") for slovak translation
101
+ - [WPdiscounts](http://wpdiscounts.com/ "WPdiscounts") for dutch translation
102
+ - [Web Hosting Hub](http://www.webhostinghub.com/ "Webhostinghub") for serbo-croatian translation
103
 
104
  == Screenshots ==
105
 
170
  * Fixed facebook Like box cut off
171
 
172
  = 1.6.4 =
173
+ * Used "Roles and Capabilities" in admin access
174
+
175
+ = 1.6.5 =
176
+ * Added dutch translation
177
+ * Added serbo-croatian 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" and Twitter share.
6
  Author: Paweł Rabinek
7
- Version: 1.6.4
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.6.4';
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" and Twitter share.
6
  Author: Paweł Rabinek
7
+ Version: 1.6.5
8
  Author URI: http://www.rabinek.pl/
9
  */
10
 
35
 
36
  class SimpleSocialButtonsPR {
37
  var $pluginName = 'Simple Social Buttons';
38
+ var $pluginVersion = '1.6.5';
39
  var $pluginPrefix = 'ssb_pr_';
40
  var $hideCustomMetaKey = '_ssb_hide';
41