Social Share Buttons by Supsystic - Version 2.2.6

Version Description

/ 17.06.2022 = * WP review fixes

Download this release

Release Info

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

Code changes from version 2.2.5 to 2.2.6

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.5', $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.6', $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.5
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.6
8
  * Author: supsystic.com
9
  * Author URI: http://supsystic.com
10
  **/
readme.txt CHANGED
@@ -2,7 +2,7 @@
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: 6.0
5
- Stable tag: 2.2.5
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.5 / 16.06.2022 =
202
  * WP review fixes
203
 
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: 6.0
5
+ Stable tag: 2.2.6
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.6 / 17.06.2022 =
202
+ * WP review fixes
203
+
204
  = 2.2.5 / 16.06.2022 =
205
  * WP review fixes
206
 
src/SocialSharing/Overview/Controller.php CHANGED
@@ -38,7 +38,7 @@ class SocialSharing_Overview_Controller extends SocialSharing_Core_BaseControlle
38
  return array(
39
  'Operating System' => array('value' => PHP_OS),
40
  'PHP Version' => array('value' => PHP_VERSION),
41
- 'Server Software' => array('value' => esc_html($_SERVER['SERVER_SOFTWARE'])),
42
  'MySQL' => array('value' => $wpdb->db_version()),
43
  'PHP Allow URL Fopen' => array('value' => ini_get('allow_url_fopen') ? 'Yes' : 'No'),
44
  'PHP Memory Limit' => array('value' => ini_get('memory_limit')),
38
  return array(
39
  'Operating System' => array('value' => PHP_OS),
40
  'PHP Version' => array('value' => PHP_VERSION),
41
+ 'Server Software' => array('value' => sanitize_text_field($_SERVER['SERVER_SOFTWARE'])),
42
  'MySQL' => array('value' => $wpdb->db_version()),
43
  'PHP Allow URL Fopen' => array('value' => ini_get('allow_url_fopen') ? 'Yes' : 'No'),
44
  'PHP Memory Limit' => array('value' => ini_get('memory_limit')),