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

Version Description

  • [Bugfix] Fixed PHP warnings being generated when Social Login widget was enabled
Download this release

Release Info

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

Code changes from version 7.7 to 7.7.1

Files changed (3) hide show
  1. inc/widget.php +1 -1
  2. readme.txt +8 -2
  3. super_socializer.php +3 -3
inc/widget.php CHANGED
@@ -36,7 +36,7 @@ class TheChampLoginWidget extends WP_Widget {
36
  global $theChampLoginOptions, $user_ID;
37
  $userInfo = get_userdata($user_ID);
38
  echo "<div style='height:80px;width:180px'><div style='width:63px;float:left;'>";
39
- echo @get_avatar($user_ID, 60, $default, $alt);
40
  echo "</div><div style='float:left; margin-left:10px'>";
41
  echo str_replace('-', ' ', $userInfo -> user_login);
42
  do_action('the_champ_login_widget_hook', $userInfo -> user_login);
36
  global $theChampLoginOptions, $user_ID;
37
  $userInfo = get_userdata($user_ID);
38
  echo "<div style='height:80px;width:180px'><div style='width:63px;float:left;'>";
39
+ echo @get_avatar($user_ID, 60, '', '');
40
  echo "</div><div style='float:left; margin-left:10px'>";
41
  echo str_replace('-', ' ', $userInfo -> user_login);
42
  do_action('the_champ_login_widget_hook', $userInfo -> user_login);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.5.2
7
- Stable tag: 7.7
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
@@ -204,6 +204,9 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
 
 
 
207
  = 7.7 =
208
  * [Bugfix] Plugin was not picking the homepage url correctly if it was different from the WordPress installation directory
209
  * [Bugfix] Quality of social avatar displayed in Social Login widget was always average irrespective of the "Avatar quality" option
@@ -932,4 +935,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
932
  * [New] Included official Facebook share button in sharing networks
933
  * [Improvement] Improved Instagram login icon
934
  * [Improvement] User was getting redirected to homepage (instead of the same page) after clicking logout link in social login widget
935
- * [Improvement] Improved Russian translation
 
 
 
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.5.2
7
+ Stable tag: 7.7.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
207
+ = 7.7.1 =
208
+ * [Bugfix] Fixed PHP warnings being generated when Social Login widget was enabled
209
+
210
  = 7.7 =
211
  * [Bugfix] Plugin was not picking the homepage url correctly if it was different from the WordPress installation directory
212
  * [Bugfix] Quality of social avatar displayed in Social Login widget was always average irrespective of the "Avatar quality" option
935
  * [New] Included official Facebook share button in sharing networks
936
  * [Improvement] Improved Instagram login icon
937
  * [Improvement] User was getting redirected to homepage (instead of the same page) after clicking logout link in social login widget
938
+ * [Improvement] Improved Russian translation
939
+
940
+ = 7.7.1 =
941
+ * [Bugfix] Fixed PHP warnings being generated when Social Login widget was enabled
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
- Version: 7.7
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.7');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -1079,7 +1079,7 @@ register_activation_hook(__FILE__, 'the_champ_default_options');
1079
 
1080
  function the_champ_addon_update_notification(){
1081
  if(current_user_can('manage_options')){
1082
- if(defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.2', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION) > 0){
1083
  ?>
1084
  <div class="error notice">
1085
  <h3>Social Sharing - myCRED Integration</h3>
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
+ Version: 7.7.1
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.7.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
1079
 
1080
  function the_champ_addon_update_notification(){
1081
  if(current_user_can('manage_options')){
1082
+ if(defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.3.3', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION) > 0){
1083
  ?>
1084
  <div class="error notice">
1085
  <h3>Social Sharing - myCRED Integration</h3>