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

Version Description

[29 October 2020] = [New] Added filter heateor_ss_steam_login_filter to customize the Steam login profile data

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.5
Comparing to
See all releases

Code changes from version 7.13.4 to 7.13.5

Files changed (2) hide show
  1. readme.txt +9 -3
  2. super_socializer.php +3 -2
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, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.5.1
7
- Stable tag: 7.13.4
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
@@ -15,7 +15,7 @@ Integrate Social Login, Social Share and Social Comments at your website easiest
15
  **Note:**
16
  1. Plugin will not work on local server. You should have an online website for the plugin to function properly.
17
  2. If you want to integrate only Facebook Login button, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-login/">Heateor Login</a>
18
- 3. If you want to integrate only Social Login buttons, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-social-login/">Heateor Social Login</a>
19
  4. If you want to integrate only Facebook Comments, you should install <a target="_blank" href="https://wordpress.org/plugins/fancy-facebook-comments/">Fancy Comments</a>
20
  5. If you want to integrate only Social Share, you should install <a target="_blank" href="https://wordpress.org/plugins/sassy-social-share">Sassy Social Share</a>
21
 
@@ -212,6 +212,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
 
 
 
215
  = 7.13.4 [28 October 2020] =
216
  [Bugfix] Whatsapp share icon in every share bar was sharing the link of first article on a web page listing multiple articles
217
 
@@ -2142,4 +2145,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2142
  [Improvement] Removed unwanted options from wpml-config.xml
2143
 
2144
  = 7.13.4 [28 October 2020] =
2145
- [Bugfix] Whatsapp share icon in every share bar was sharing the link of first article on a web page listing multiple articles
 
 
 
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, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.5.1
7
+ Stable tag: 7.13.5
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
15
  **Note:**
16
  1. Plugin will not work on local server. You should have an online website for the plugin to function properly.
17
  2. If you want to integrate only Facebook Login button, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-login/">Heateor Login</a>
18
+ 3. If you want to integrate more Social Login buttons including Facebook, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-social-login/">Heateor Social Login</a>
19
  4. If you want to integrate only Facebook Comments, you should install <a target="_blank" href="https://wordpress.org/plugins/fancy-facebook-comments/">Fancy Comments</a>
20
  5. If you want to integrate only Social Share, you should install <a target="_blank" href="https://wordpress.org/plugins/sassy-social-share">Sassy Social Share</a>
21
 
212
  8. **Social Commenting**: Disqus Commenting selected
213
 
214
  == Changelog ==
215
+ = 7.13.5 [29 October 2020] =
216
+ [New] Added filter heateor_ss_steam_login_filter to customize the Steam login profile data
217
+
218
  = 7.13.4 [28 October 2020] =
219
  [Bugfix] Whatsapp share icon in every share bar was sharing the link of first article on a web page listing multiple articles
220
 
2145
  [Improvement] Removed unwanted options from wpml-config.xml
2146
 
2147
  = 7.13.4 [28 October 2020] =
2148
+ [Bugfix] Whatsapp share icon in every share bar was sharing the link of first article on a web page listing multiple articles
2149
+
2150
+ = 7.13.5 [29 October 2020] =
2151
+ [New] Added filter heateor_ss_steam_login_filter to customize the Steam login profile data
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.4
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.4');
15
 
16
  require 'helper.php';
17
 
@@ -234,6 +234,7 @@ function the_champ_connect(){
234
  if($data && isset($data->response) && isset($data->response->players) && is_array($data->response->players)){
235
  $steamProfileData = $data->response->players;
236
  if(isset($steamProfileData[0]) && isset($steamProfileData[0]->steamid)){
 
237
  $steamRedirect = heateor_ss_validate_url($_GET['SuperSocializerSteamAuth']) !== false ? esc_url(trim($_GET['SuperSocializerSteamAuth'])) : '';
238
  $profileData = the_champ_sanitize_profile_data($steamProfileData[0], 'steam');
239
  if(strpos($steamRedirect, 'heateorMSEnabled') !== false){
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.5
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.5');
15
 
16
  require 'helper.php';
17
 
234
  if($data && isset($data->response) && isset($data->response->players) && is_array($data->response->players)){
235
  $steamProfileData = $data->response->players;
236
  if(isset($steamProfileData[0]) && isset($steamProfileData[0]->steamid)){
237
+ $steamProfileData = apply_filters('heateor_ss_steam_login_filter', $steamProfileData, $theChampLoginOptions);
238
  $steamRedirect = heateor_ss_validate_url($_GET['SuperSocializerSteamAuth']) !== false ? esc_url(trim($_GET['SuperSocializerSteamAuth'])) : '';
239
  $profileData = the_champ_sanitize_profile_data($steamProfileData[0], 'steam');
240
  if(strpos($steamRedirect, 'heateorMSEnabled') !== false){