Version Description
/ 29.07.2020 = * Fixes for TWIG
Download this release
Release Info
Developer | supsystic.com |
Plugin | Social Share Buttons by Supsystic |
Version | 2.1.15 |
Comparing to | |
See all releases |
Code changes from version 2.1.14 to 2.1.15
- app/SupsysticSocialSharing.php +1 -1
- index.php +1 -1
- readme.txt +4 -2
app/SupsysticSocialSharing.php
CHANGED
@@ -18,7 +18,7 @@ class SupsysticSocialSharing
|
|
18 |
$pluginName = 'sss';
|
19 |
$pluginTitleName = 'Social Share by Supsystic';
|
20 |
$pluginSlug = 'supsystic-social-sharing';
|
21 |
-
$environment = new Rsc_Environment($pluginName, '2.1.
|
22 |
|
23 |
/* Configure */
|
24 |
$environment->configure(
|
18 |
$pluginName = 'sss';
|
19 |
$pluginTitleName = 'Social Share by Supsystic';
|
20 |
$pluginSlug = 'supsystic-social-sharing';
|
21 |
+
$environment = new Rsc_Environment($pluginName, '2.1.15', $pluginPath);
|
22 |
|
23 |
/* Configure */
|
24 |
$environment->configure(
|
index.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Social Share Buttons by Supsystic
|
5 |
* Plugin URI: http://supsystic.com
|
6 |
* Description: Social share buttons to increase social traffic and popularity. Social sharing to Facebook, Twitter and other social networks
|
7 |
-
* Version: 2.1.
|
8 |
* Author: supsystic.com
|
9 |
* Author URI: http://supsystic.com
|
10 |
**/
|
4 |
* Plugin Name: Social Share Buttons by Supsystic
|
5 |
* Plugin URI: http://supsystic.com
|
6 |
* Description: Social share buttons to increase social traffic and popularity. Social sharing to Facebook, Twitter and other social networks
|
7 |
+
* Version: 2.1.15
|
8 |
* Author: supsystic.com
|
9 |
* Author URI: http://supsystic.com
|
10 |
**/
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Social Share Buttons by Supsystic ===
|
2 |
Contributors: supsystic.com
|
3 |
Tags: share counter, social media share, social network share, social share, social share buttons, social sharing, facebook like, facebook share, facebook share button, like, share buttons, share links, sharebar, social buttons, facebook, facebook integration, facebook connect, google+, twitter, twitter share, linkedin share, pinterest button, button, share
|
4 |
-
Tested up to: 5.
|
5 |
-
Stable tag: 2.1.
|
6 |
|
7 |
Social share buttons to increase social traffic and popularity. Social sharing to Facebook like and share, Twitter, Pinterest and other social networks
|
8 |
|
@@ -198,6 +198,8 @@ Here you can set when to show social share buttons:
|
|
198 |
|
199 |
|
200 |
== Changelog ==
|
|
|
|
|
201 |
|
202 |
= 2.1.13 / 14.01.2020 =
|
203 |
* Minor fixes
|
1 |
=== Social Share Buttons by Supsystic ===
|
2 |
Contributors: supsystic.com
|
3 |
Tags: share counter, social media share, social network share, social share, social share buttons, social sharing, facebook like, facebook share, facebook share button, like, share buttons, share links, sharebar, social buttons, facebook, facebook integration, facebook connect, google+, twitter, twitter share, linkedin share, pinterest button, button, share
|
4 |
+
Tested up to: 5.4
|
5 |
+
Stable tag: 2.1.15
|
6 |
|
7 |
Social share buttons to increase social traffic and popularity. Social sharing to Facebook like and share, Twitter, Pinterest and other social networks
|
8 |
|
198 |
|
199 |
|
200 |
== Changelog ==
|
201 |
+
= 2.1.15 / 29.07.2020 =
|
202 |
+
* Fixes for TWIG
|
203 |
|
204 |
= 2.1.13 / 14.01.2020 =
|
205 |
* Minor fixes
|