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

Version Description

Download this release

Release Info

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

Code changes from version 7.12.47 to 7.12.49

Files changed (2) hide show
  1. readme.txt +8 -2
  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
5
  Requires at least: 2.5.0
6
  Tested up to: 5.4.2
7
- Stable tag: 7.12.47
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
@@ -211,6 +211,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
 
 
 
214
  = 7.12.47 [4 August 2020] =
215
  [Improvement] Updated Clipboard JS to latest version 2.0.6
216
 
@@ -2081,4 +2084,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2081
  [Improvement] Improved Google Login functionality
2082
 
2083
  = 7.12.47 [4 August 2020] =
2084
- [Improvement] Updated Clipboard JS to latest version 2.0.6
 
 
 
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
5
  Requires at least: 2.5.0
6
  Tested up to: 5.4.2
7
+ Stable tag: 7.12.48
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
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
214
+ = 7.12.48 [4 August 2020] =
215
+ [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
216
+
217
  = 7.12.47 [4 August 2020] =
218
  [Improvement] Updated Clipboard JS to latest version 2.0.6
219
 
2084
  [Improvement] Improved Google Login functionality
2085
 
2086
  = 7.12.47 [4 August 2020] =
2087
+ [Improvement] Updated Clipboard JS to latest version 2.0.6
2088
+
2089
+ = 7.12.48 [4 August 2020] =
2090
+ [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
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.12.47
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.12.47');
15
 
16
  require 'helper.php';
17
 
@@ -160,6 +160,7 @@ function the_champ_connect(){
160
  // save referrer url in state
161
  $_SESSION['super_socializer_instagram_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
162
  wp_redirect("https://api.instagram.com/oauth/authorize?client_id=".$theChampLoginOptions['insta_id']."&scope=user_profile,user_media&response_type=code&language=en-us&redirect_uri=".urlencode(home_url()."/SuperSocializerAuth/Instagram"));
 
163
  }
164
  }
165
 
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.12.48
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.12.48');
15
 
16
  require 'helper.php';
17
 
160
  // save referrer url in state
161
  $_SESSION['super_socializer_instagram_redirect'] = isset($_GET['super_socializer_redirect_to']) ? esc_url(trim($_GET['super_socializer_redirect_to'])) : home_url();
162
  wp_redirect("https://api.instagram.com/oauth/authorize?client_id=".$theChampLoginOptions['insta_id']."&scope=user_profile,user_media&response_type=code&language=en-us&redirect_uri=".urlencode(home_url()."/SuperSocializerAuth/Instagram"));
163
+ die;
164
  }
165
  }
166