Version Description
- [Bugfix] Facebook share icon was appearing distorted in some cases
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 2.4.3 |
Comparing to | |
See all releases |
Code changes from version 2.4.2 to 2.4.3
- public/js/sassy-social-share-public.js +3 -3
- readme.txt +8 -2
- sassy-social-share.php +2 -2
public/js/sassy-social-share-public.js
CHANGED
@@ -634,13 +634,13 @@ function heateorSssFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
|
|
634 |
}
|
635 |
|
636 |
jQuery(targetElement).html(heateorSssCalculateApproxCount(sharingCount)).css({'visibility': 'visible', 'display': 'block'});
|
637 |
-
|
638 |
-
if ( ( typeof heateorSssReduceHorizontalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_horizontal_sharing') ) || ( typeof heateorSssReduceVerticalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_vertical_sharing') ) ) {
|
639 |
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('float', 'left');
|
640 |
}
|
641 |
-
if ( ( typeof heateorSssReduceHorizontalSvgHeight != 'undefined' && jQuery(this).hasClass('
|
642 |
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('marginTop', '0');
|
643 |
}
|
|
|
644 |
var totalCountContainer = jQuery(this).find('.heateorSssTCBackground');
|
645 |
jQuery(totalCountContainer).each(function(){
|
646 |
var totalShareCountElem = jQuery(this).find('.heateorSssTotalShareCount');
|
634 |
}
|
635 |
|
636 |
jQuery(targetElement).html(heateorSssCalculateApproxCount(sharingCount)).css({'visibility': 'visible', 'display': 'block'});
|
637 |
+
if ( ( typeof heateorSssReduceHorizontalSvgWidth != 'undefined' && jQuery(this).hasClass('heateor_sss_horizontal_sharing') ) || ( typeof heateorSssReduceVerticalSvgWidth != 'undefined' && jQuery(this).hasClass('heateor_sss_vertical_sharing') ) ) {
|
|
|
638 |
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('float', 'left');
|
639 |
}
|
640 |
+
if ( ( typeof heateorSssReduceHorizontalSvgHeight != 'undefined' && jQuery(this).hasClass('heateor_sss_horizontal_sharing') ) || ( typeof heateorSssReduceVerticalSvgHeight != 'undefined' && jQuery(this).hasClass('heateor_sss_vertical_sharing') ) ) {
|
641 |
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('marginTop', '0');
|
642 |
}
|
643 |
+
|
644 |
var totalCountContainer = jQuery(this).find('.heateorSssTCBackground');
|
645 |
jQuery(totalCountContainer).each(function(){
|
646 |
var totalShareCountElem = jQuery(this).find('.heateorSssTotalShareCount');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
|
|
4 |
Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
@@ -115,6 +115,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
115 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
116 |
|
117 |
== Changelog ==
|
|
|
|
|
|
|
118 |
= 2.4.2 =
|
119 |
* [Bugfix] Facebook share counts were not appearing in some cases
|
120 |
* [Bugfix] Shares specified in "Starting share count" option for individual posts/pages were not appearing at homepage
|
@@ -287,4 +290,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
287 |
* [Bugfix] Border radius was not reverting to default when kept blank in "Theme Selection" section at sharing options page in admin area
|
288 |
* [Improvement] "Share" was being displayed in total share counts for 0 shares, instead of "Shares"
|
289 |
* [Improvement] Admin UI improvement
|
290 |
-
* [Improvement] Improved Blogger Post icon
|
|
|
|
|
|
4 |
Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 2.4.3
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
115 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
116 |
|
117 |
== Changelog ==
|
118 |
+
= 2.4.3 =
|
119 |
+
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
120 |
+
|
121 |
= 2.4.2 =
|
122 |
* [Bugfix] Facebook share counts were not appearing in some cases
|
123 |
* [Bugfix] Shares specified in "Starting share count" option for individual posts/pages were not appearing at homepage
|
290 |
* [Bugfix] Border radius was not reverting to default when kept blank in "Theme Selection" section at sharing options page in admin area
|
291 |
* [Improvement] "Share" was being displayed in total share counts for 0 shares, instead of "Shares"
|
292 |
* [Improvement] Admin UI improvement
|
293 |
+
* [Improvement] Improved Blogger Post icon
|
294 |
+
|
295 |
+
= 2.4.3 =
|
296 |
+
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
sassy-social-share.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
-
* Version: 2.4.
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
@@ -21,7 +21,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
-
define( 'HEATEOR_SSS_VERSION', '2.4.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
+
* Version: 2.4.3
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
+
define( 'HEATEOR_SSS_VERSION', '2.4.3' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|