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

Version Description

  • [Bugfix] Sharing icons disappeared from post excerpts after updating to version 7.4.1, in a few cases
Download this release

Release Info

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

Code changes from version 7.4.1 to 7.4.2

Files changed (3) hide show
  1. inc/social_sharing.php +1 -0
  2. readme.txt +8 -2
  3. super_socializer.php +2 -2
inc/social_sharing.php CHANGED
@@ -673,6 +673,7 @@ function the_champ_render_sharing($content){
673
  return $content;
674
  }
675
  add_filter('the_content', 'the_champ_render_sharing');
 
676
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
677
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
678
  }
673
  return $content;
674
  }
675
  add_filter('the_content', 'the_champ_render_sharing');
676
+ add_filter('get_the_excerpt', 'the_champ_render_sharing');
677
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
678
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
679
  }
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.4.2
7
- Stable tag: 7.4.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
@@ -198,6 +198,9 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
 
 
 
201
  = 7.4.1 =
202
  * [Bugfix] Url passed in Facebook sharer was not being encoded and querystring variables after '&' were not appearing in the url being shared
203
  * [Bugfix] Sharing icons were not appearing if posts page was a page other than homepage
@@ -814,4 +817,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
814
  * [New] Included Twitch and Steam Open ID in Social Login networks
815
  * [New] Included Chinese translation
816
  * [New] Included Portuguese translation
817
- * [Improvement] Improved Spanish 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.4.2
7
+ Stable tag: 7.4.2
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
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
201
+ = 7.4.2 =
202
+ * [Bugfix] Sharing icons disappeared from post excerpts after updating to version 7.4.1, in a few cases
203
+
204
  = 7.4.1 =
205
  * [Bugfix] Url passed in Facebook sharer was not being encoded and querystring variables after '&' were not appearing in the url being shared
206
  * [Bugfix] Sharing icons were not appearing if posts page was a page other than homepage
817
  * [New] Included Twitch and Steam Open ID in Social Login networks
818
  * [New] Included Chinese translation
819
  * [New] Included Portuguese translation
820
+ * [Improvement] Improved Spanish translation
821
+
822
+ = 7.4.2 =
823
+ * [Bugfix] Sharing icons disappeared from post excerpts after updating to version 7.4.1, in a few cases
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.4.1
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.4.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
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.4.2
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.4.2');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){