Version Description
- Important release, Please upgrade immediately.
=
Download this release
Release Info
Developer | hiddenpearls |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 1.7.11 |
Comparing to | |
See all releases |
Code changes from version 1.7.10 to 1.7.11
- readme.txt +12 -6
- simple-social-buttons.php +10 -9
readme.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
===
|
2 |
-
Contributors:
|
3 |
-
Donate link: https://
|
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,8 +46,6 @@ Simple Social Buttons is currently in the following languages:
|
|
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 ==
|
51 |
|
@@ -109,6 +109,12 @@ Big thanks to:
|
|
109 |
3. Plugin settings page
|
110 |
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
== Changelog ==
|
113 |
|
114 |
= 1.0 =
|
1 |
+
=== Simple Social Buttons ===
|
2 |
+
Contributors: WPBrigade, hiddenpearls
|
3 |
+
Donate link: https://wpbrigade.com/
|
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.11
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
12 |
|
46 |
- Thai
|
47 |
- Ukrainian
|
48 |
|
|
|
|
|
49 |
|
50 |
== Installation ==
|
51 |
|
109 |
3. Plugin settings page
|
110 |
|
111 |
|
112 |
+
== Upgrade Notice ==
|
113 |
+
|
114 |
+
= 1.7.11 =
|
115 |
+
* Important release, Please upgrade immediately.
|
116 |
+
|
117 |
+
|
118 |
== Changelog ==
|
119 |
|
120 |
= 1.0 =
|
simple-social-buttons.php
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
*/
|
10 |
|
11 |
-
/* Copyright 2011,
|
12 |
|
13 |
This program is free software; you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -35,7 +36,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 |
|
1 |
<?php
|
2 |
+
/*
|
3 |
+
*
|
4 |
+
* Plugin Name: Simple Social Buttons
|
5 |
+
* Plugin URI: http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/
|
6 |
+
* Description: Insert social buttons into posts and archives: Facebook "Like it", Google Plus One "+1", Twitter share and Pinterest.
|
7 |
+
* Version: 1.7.11
|
8 |
+
* Author: WPBrigade
|
9 |
+
* Author URI: http://adnan.pk/
|
10 |
*/
|
11 |
|
12 |
+
/* Copyright 2011, Muhammad Adnan (WPBrigade) (email : captain@wpbrigade.com)
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
36 |
|
37 |
class SimpleSocialButtonsPR {
|
38 |
var $pluginName = 'Simple Social Buttons';
|
39 |
+
var $pluginVersion = '1.7.11';
|
40 |
var $pluginPrefix = 'ssb_pr_';
|
41 |
var $hideCustomMetaKey = '_ssb_hide';
|
42 |
|