WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.13.29

Version Description

[28 February 2022] = * [Improvement] Added notification to update the Social Shares Tracker add-on for compatibility with the current version of Super Socializer

Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.13.29
Comparing to
See all releases

Code changes from version 7.13.28 to 7.13.29

Files changed (2) hide show
  1. readme.txt +8 -2
  2. super_socializer.php +12 -3
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share
5
  Requires at least: 2.5.0
6
  Tested up to: 5.9.1
7
- Stable tag: 7.13.28
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -213,6 +213,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
 
 
 
216
  = 7.13.28 [26 February 2022] =
217
  * [Bugfix] More social share icon was appearing misaligned
218
  * [Bugfix] Facebook Messenger, WordPress and Parler social share icons were not appearing at the front-end
@@ -2369,4 +2372,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2369
  = 7.13.28 [26 February 2022] =
2370
  * [Bugfix] More social share icon was appearing misaligned
2371
  * [Bugfix] Facebook Messenger, WordPress and Parler social share icons were not appearing at the front-end
2372
- * [Bugfix] Yummly social share icon was showing empty space on its right side
 
 
 
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share
5
  Requires at least: 2.5.0
6
  Tested up to: 5.9.1
7
+ Stable tag: 7.13.29
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
216
+ = 7.13.29 [28 February 2022] =
217
+ * [Improvement] Added notification to update the <a href="https://www.heateor.com/social-shares-tracker" target="_blank">Social Shares Tracker</a> add-on for compatibility with the current version of Super Socializer
218
+
219
  = 7.13.28 [26 February 2022] =
220
  * [Bugfix] More social share icon was appearing misaligned
221
  * [Bugfix] Facebook Messenger, WordPress and Parler social share icons were not appearing at the front-end
2372
  = 7.13.28 [26 February 2022] =
2373
  * [Bugfix] More social share icon was appearing misaligned
2374
  * [Bugfix] Facebook Messenger, WordPress and Parler social share icons were not appearing at the front-end
2375
+ * [Bugfix] Yummly social share icon was showing empty space on its right side
2376
+
2377
+ = 7.13.29 [28 February 2022] =
2378
+ * [Improvement] Added notification to update the <a href="https://www.heateor.com/social-shares-tracker" target="_blank">Social Shares Tracker</a> add-on for compatibility with the current version of Super Socializer
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.13.28
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.13.28');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateor_ss_default_attribs = array(
@@ -27,7 +27,7 @@ $heateor_ss_default_attribs = array(
27
  'data-super-socializer-href' => array(),
28
  'data-super-socializer-no-counts' => array(),
29
  'data-heateor-ss-offset' => array(),
30
- 'data-heateor-sssp-st-count' => array()
31
  );
32
 
33
  // tags to allow in the HTML of the social share and social media follow icons
@@ -2864,6 +2864,15 @@ function the_champ_addon_update_notification(){
2864
  <?php
2865
  }
2866
 
 
 
 
 
 
 
 
 
 
2867
  if(defined('HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION') && version_compare('1.1.8', HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION) > 0){
2868
  ?>
2869
  <div class="error notice">
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.13.29
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.13.29');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateor_ss_default_attribs = array(
27
  'data-super-socializer-href' => array(),
28
  'data-super-socializer-no-counts' => array(),
29
  'data-heateor-ss-offset' => array(),
30
+ 'data-heateor-ss-st-count' => array()
31
  );
32
 
33
  // tags to allow in the HTML of the social share and social media follow icons
2864
  <?php
2865
  }
2866
 
2867
+ if(defined('HEATEOR_SOCIAL_SHARES_TRACKER_VERSION') && version_compare('1.1', HEATEOR_SOCIAL_SHARES_TRACKER_VERSION) > 0){
2868
+ ?>
2869
+ <div class="error notice">
2870
+ <h3>Social Shares Tracker</h3>
2871
+ <p><?php _e('Update "Social Shares Tracker" add-on to version 1.1 or above for compatibility with the current version of Super Socializer', 'super-socializer') ?></p>
2872
+ </div>
2873
+ <?php
2874
+ }
2875
+
2876
  if(defined('HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION') && version_compare('1.1.8', HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION) > 0){
2877
  ?>
2878
  <div class="error notice">