Social Share Buttons by Supsystic - Version 2.2.3

Version Description

/ 06.12.2021 = * Add support WP 5.8.2

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Social Share Buttons by Supsystic
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

Files changed (3) hide show
  1. app/SupsysticSocialSharing.php +1 -1
  2. index.php +1 -1
  3. readme.txt +5 -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.2.2', $pluginPath);
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.2.3', $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.2.2
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.2.3
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.7
5
- Stable tag: 2.2.2
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,9 @@ Here you can set when to show social share buttons:
198
 
199
 
200
  == Changelog ==
 
 
 
201
  = 2.2.2 / 22.06.2021 =
202
  * Add minor fixes
203
 
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.8
5
+ Stable tag: 2.2.3
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.2.3 / 06.12.2021 =
202
+ * Add support WP 5.8.2
203
+
204
  = 2.2.2 / 22.06.2021 =
205
  * Add minor fixes
206