Version Description
[13 August 2019] = * [Bugfix] Social share icons were not working with standard and transitional AMP modes * [Bugfix] Fixed a PHP warning appearing at plugin options page in some cases * [Improvement] Assigned class "heateor_sss_sharing_title" to the title appearing above the social share icons rendered via shortcode
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.2.27 |
Comparing to | |
See all releases |
Code changes from version 3.2.26 to 3.2.27
- admin/partials/sassy-social-share-options-page.php +7 -1
- images/roihunter.png +0 -0
- readme.txt +12 -2
- sassy-social-share.php +3 -3
admin/partials/sassy-social-share-options-page.php
CHANGED
@@ -740,8 +740,13 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
740 |
} elseif ( isset( $options['vertical_comment_container_id'] ) ) {
|
741 |
$commentform_container_id = $options['vertical_comment_container_id'];
|
742 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
743 |
?>
|
744 |
-
|
745 |
<tbody id="heateor_sss_instagram_options" <?php echo ! isset( $options['horizontal_re_providers'] ) || ! in_array( 'instagram', $options['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
|
746 |
<tr>
|
747 |
<th>
|
@@ -2084,6 +2089,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
2084 |
echo sprintf( __( 'You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'sassy-social-share' ), 'https://wordpress.org/support/view/plugin-reviews/sassy-social-share' );
|
2085 |
?>
|
2086 |
</p>
|
|
|
2087 |
</form>
|
2088 |
|
2089 |
<div class="stuffbox">
|
740 |
} elseif ( isset( $options['vertical_comment_container_id'] ) ) {
|
741 |
$commentform_container_id = $options['vertical_comment_container_id'];
|
742 |
}
|
743 |
+
if ( ! isset( $options['horizontal_re_providers'] ) ) {
|
744 |
+
$options['horizontal_re_providers'] = array();
|
745 |
+
}
|
746 |
+
if ( ! isset( $options['vertical_re_providers'] ) ) {
|
747 |
+
$options['vertical_re_providers'] = array();
|
748 |
+
}
|
749 |
?>
|
|
|
750 |
<tbody id="heateor_sss_instagram_options" <?php echo ! isset( $options['horizontal_re_providers'] ) || ! in_array( 'instagram', $options['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
|
751 |
<tr>
|
752 |
<th>
|
2089 |
echo sprintf( __( 'You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'sassy-social-share' ), 'https://wordpress.org/support/view/plugin-reviews/sassy-social-share' );
|
2090 |
?>
|
2091 |
</p>
|
2092 |
+
<a href="https://easy.roihunter.com/?referralCode=KWna_YiwQ_Iic4_y1u2" target="_blank"><img style="width:800px;margin-top:7px;" src="<?php echo plugins_url('../../images/roihunter.png', __FILE__) ?>" /></a>
|
2093 |
</form>
|
2094 |
|
2095 |
<div class="stuffbox">
|
images/roihunter.png
ADDED
Binary file
|
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 media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, whatsapp share, line share
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 5.2.2
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more.
|
@@ -123,6 +123,11 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
123 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
124 |
|
125 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
126 |
= 3.2.26 [19 June 2019] =
|
127 |
* [New] Added option to customize logo and background color of social media follow icons
|
128 |
* [New] Added Whatsapp in Social Media Follow icons
|
@@ -787,4 +792,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
787 |
* [New] Added option to customize logo and background color of social media follow icons
|
788 |
* [New] Added Whatsapp in Social Media Follow icons
|
789 |
* [Bugfix] Fixed the PHP notices being generated when using the widget
|
790 |
-
* [Bugfix] Updated the background color for Reddit share icon for AMP according to the Reddit branding guidelines
|
|
|
|
|
|
|
|
|
|
4 |
Tags: social share, social sharing, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, whatsapp share, line share
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 5.2.2
|
7 |
+
Stable tag: 3.2.27
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more.
|
123 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
124 |
|
125 |
== Changelog ==
|
126 |
+
= 3.2.27 [13 August 2019] =
|
127 |
+
* [Bugfix] Social share icons were not working with standard and transitional AMP modes
|
128 |
+
* [Bugfix] Fixed a PHP warning appearing at plugin options page in some cases
|
129 |
+
* [Improvement] Assigned class "heateor_sss_sharing_title" to the title appearing above the social share icons rendered via shortcode
|
130 |
+
|
131 |
= 3.2.26 [19 June 2019] =
|
132 |
* [New] Added option to customize logo and background color of social media follow icons
|
133 |
* [New] Added Whatsapp in Social Media Follow icons
|
792 |
* [New] Added option to customize logo and background color of social media follow icons
|
793 |
* [New] Added Whatsapp in Social Media Follow icons
|
794 |
* [Bugfix] Fixed the PHP notices being generated when using the widget
|
795 |
+
* [Bugfix] Updated the background color for Reddit share icon for AMP according to the Reddit branding guidelines
|
796 |
+
|
797 |
+
= 3.2.27 [13 August 2019] =
|
798 |
+
* [Bugfix] Social share icons were not working with standard and transitional AMP modes
|
799 |
+
* [Bugfix] Fixed a PHP warning appearing at plugin options page in some cases
|
800 |
+
* [Improvement] Assigned class "heateor_sss_sharing_title" to the title appearing above the social share icons rendered via shortcode
|
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, Reddit, Pinterest, WhatsApp and over 100 more
|
10 |
-
* Version: 3.2.
|
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', '3.2.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
26 |
|
27 |
// plugin core class object
|
@@ -31,7 +31,7 @@ $heateor_sss = null;
|
|
31 |
* Updates SVG CSS file according to chosen logo color
|
32 |
*/
|
33 |
function heateor_sss_update_svg_css( $color_to_be_replaced, $css_file ) {
|
34 |
-
$path = plugin_dir_url( __FILE__ ) . '
|
35 |
try {
|
36 |
$content = file( $path );
|
37 |
if ( $content !== false ) {
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
|
10 |
+
* Version: 3.2.27
|
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', '3.2.27' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
26 |
|
27 |
// plugin core class object
|
31 |
* Updates SVG CSS file according to chosen logo color
|
32 |
*/
|
33 |
function heateor_sss_update_svg_css( $color_to_be_replaced, $css_file ) {
|
34 |
+
$path = plugin_dir_url( __FILE__ ) . 'admin/css/' . $css_file . '.css';
|
35 |
try {
|
36 |
$content = file( $path );
|
37 |
if ( $content !== false ) {
|