WordPress Social Sharing Plugin – Sassy Social Share - Version 3.3.2

Version Description

[24 September 2019] = [Bugfix] Custom theme for Social Media Follow icons was not working for Instagram icon, if multi-colored background was enabled

Download this release

Release Info

Developer Heateor
Plugin Icon 128x128 WordPress Social Sharing Plugin – Sassy Social Share
Version 3.3.2
Comparing to
See all releases

Code changes from version 3.3.1 to 3.3.2

admin/partials/sassy-social-share-options-page.php CHANGED
@@ -73,7 +73,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
73
  <?php
74
  } else {
75
  ?>
76
- .heateorSssInstagramBackground{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}
77
  <?php
78
  }
79
  ?>
73
  <?php
74
  } else {
75
  ?>
76
+ .heateorSssInstagramBackground{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
77
  <?php
78
  }
79
  ?>
public/class-sassy-social-share-public.php CHANGED
@@ -1875,20 +1875,20 @@ class Sassy_Social_Share_Public {
1875
  <?php
1876
  } else {
1877
  ?>
1878
- .heateorSssInstagramBackground{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}
1879
  <?php
1880
  }
1881
  if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1882
- div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground{background:<?php echo $this->options['horizontal_bg_color_default'] ?>!important;}
1883
  <?php } ?>
1884
  <?php if ( $this->options['horizontal_bg_color_hover'] != '' ) { ?>
1885
- div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['horizontal_bg_color_hover'] ?>!important;}
1886
  <?php } ?>
1887
  <?php if ( $this->options['vertical_bg_color_default'] != '' ) { ?>
1888
- div.heateor_sss_vertical_sharing i.heateorSssInstagramBackground{background:<?php echo $this->options['vertical_bg_color_default'] ?>!important;}
1889
  <?php } ?>
1890
  <?php if ( $this->options['vertical_bg_color_hover'] != '' ) { ?>
1891
- div.heateor_sss_vertical_sharing i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['vertical_bg_color_hover'] ?>!important;}
1892
  <?php } ?>
1893
  .heateor_sss_horizontal_sharing .heateorSssSharing,.heateor_sss_standard_follow_icons_container .heateorSssSharing{
1894
  <?php if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1875
  <?php
1876
  } else {
1877
  ?>
1878
+ .heateorSssInstagramBackground{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
1879
  <?php
1880
  }
1881
  if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1882
+ div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground{background:<?php echo $this->options['horizontal_bg_color_default'] ?>!important;}div.heateor_sss_standard_follow_icons_container i.heateorSssInstagramBackground{background:<?php echo $this->options['horizontal_bg_color_default'] ?>;}
1883
  <?php } ?>
1884
  <?php if ( $this->options['horizontal_bg_color_hover'] != '' ) { ?>
1885
+ div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['horizontal_bg_color_hover'] ?>!important;}div.heateor_sss_standard_follow_icons_container i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['horizontal_bg_color_hover'] ?>;}
1886
  <?php } ?>
1887
  <?php if ( $this->options['vertical_bg_color_default'] != '' ) { ?>
1888
+ div.heateor_sss_vertical_sharing i.heateorSssInstagramBackground{background:<?php echo $this->options['vertical_bg_color_default'] ?>!important;}div.heateor_sss_floating_follow_icons_container i.heateorSssInstagramBackground{background:<?php echo $this->options['vertical_bg_color_default'] ?>;}
1889
  <?php } ?>
1890
  <?php if ( $this->options['vertical_bg_color_hover'] != '' ) { ?>
1891
+ div.heateor_sss_vertical_sharing i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['vertical_bg_color_hover'] ?>!important;}div.heateor_sss_floating_follow_icons_container i.heateorSssInstagramBackground:hover{background:<?php echo $this->options['vertical_bg_color_hover'] ?>;}
1892
  <?php } ?>
1893
  .heateor_sss_horizontal_sharing .heateorSssSharing,.heateor_sss_standard_follow_icons_container .heateorSssSharing{
1894
  <?php if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
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.3
7
- Stable tag: 3.3.1
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,9 @@ 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.3.1 [23 September 2019] =
127
  [New] Added option in "Miscellaneous" section to adjust the background color (plain or multi-colored) of Instagram share and follow icon
128
 
@@ -823,4 +826,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
823
  * [Bugfix] Center aligning the standard share icons was not center aligning the title above share bar
824
 
825
  = 3.3.1 [23 September 2019] =
826
- [New] Added option in "Miscellaneous" section to adjust the background color (plain or multi-colored) of Instagram share and follow icon
 
 
 
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.3
7
+ Stable tag: 3.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
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
124
 
125
  == Changelog ==
126
+ = 3.3.2 [24 September 2019] =
127
+ [Bugfix] Custom theme for Social Media Follow icons was not working for Instagram icon, if multi-colored background was enabled
128
+
129
  = 3.3.1 [23 September 2019] =
130
  [New] Added option in "Miscellaneous" section to adjust the background color (plain or multi-colored) of Instagram share and follow icon
131
 
826
  * [Bugfix] Center aligning the standard share icons was not center aligning the title above share bar
827
 
828
  = 3.3.1 [23 September 2019] =
829
+ [New] Added option in "Miscellaneous" section to adjust the background color (plain or multi-colored) of Instagram share and follow icon
830
+
831
+ = 3.3.2 [24 September 2019] =
832
+ [Bugfix] Custom theme for Social Media Follow icons was not working for Instagram icon, if multi-colored background was enabled
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.3.1
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.3.1' );
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, Reddit, Pinterest, WhatsApp and over 100 more
10
+ * Version: 3.3.2
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.3.2' );
25
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
26
 
27
  // plugin core class object