WordPress Social Sharing Plugin – Sassy Social Share - Version 3.3.38

Version Description

[4 January 2022] = * [Improvement] Unnecessary CSS file was being loaded at the front-end

Download this release

Release Info

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

Code changes from version 3.3.37 to 3.3.38

public/class-sassy-social-share-public.php CHANGED
@@ -1394,26 +1394,6 @@ class Sassy_Social_Share_Public {
1394
  public function frontend_css() {
1395
 
1396
  wp_enqueue_style( 'heateor_sss_frontend_css', plugins_url( 'css/sassy-social-share-public.css', __FILE__ ), false, $this->version );
1397
- $default_svg = false;
1398
- if ( isset( $this->options['hor_enable'] ) ) {
1399
- if ( isset( $this->options['horizontal_more'] ) ) {
1400
- $default_svg = true;
1401
- }
1402
- if ( $this->options['horizontal_font_color_default'] == '' ) {
1403
- $default_svg = true;
1404
- }
1405
- }
1406
- if ( isset( $this->options['vertical_enable'] ) ) {
1407
- if ( isset( $this->options['vertical_more'] ) ) {
1408
- $default_svg = true;
1409
- }
1410
- if ( $this->options['vertical_font_color_default'] == '' ) {
1411
- $default_svg = true;
1412
- }
1413
- }
1414
- if ( $default_svg ) {
1415
- wp_enqueue_style( 'heateor_sss_sharing_default_svg', plugins_url( 'admin/css/sassy-social-share-svg.css', dirname( __FILE__ ) ), false, $this->version );
1416
- }
1417
 
1418
  }
1419
 
1394
  public function frontend_css() {
1395
 
1396
  wp_enqueue_style( 'heateor_sss_frontend_css', plugins_url( 'css/sassy-social-share-public.css', __FILE__ ), false, $this->version );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1397
 
1398
  }
1399
 
readme.txt CHANGED
@@ -3,13 +3,14 @@ Contributors: Heateor, jatin8heateor, farhan8heateor
3
  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, gab share, gab, parler share, gettr, gettr share, mewe share, mewe
5
  Requires at least: 2.5.0
6
- Tested up to: 5.8.2
7
- Stable tag: 3.3.37
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab, Gettr and over 100 more.
11
 
12
  == Description ==
 
13
 
14
  Sassy Social Share enables your website users to share the content over Facebook, Twitter, Google, Linkedin, Whatsapp, Tumblr, Pinterest, Reddit, Parler, Gab, Gettr and over 100 more social sharing and bookmarking services.
15
 
@@ -124,6 +125,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
124
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
125
 
126
  == Changelog ==
 
 
 
127
  = 3.3.37 [9 December 2021] =
128
  * [Improvement] Added wpml-config.xml file for compatibility with the multi-language translation
129
 
@@ -1156,4 +1160,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
1156
  * [Improvement] Integrating Social Media Follow widget was breaking the functionality at the Widgets page in the admin area in some cases
1157
 
1158
  = 3.3.37 [9 December 2021] =
1159
- * [Improvement] Added wpml-config.xml file for compatibility with the multi-language translation
 
 
 
3
  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, gab share, gab, parler share, gettr, gettr share, mewe share, mewe
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.9.1
7
+ Stable tag: 3.3.38
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab, Gettr and over 100 more.
11
 
12
  == Description ==
13
+ **Try it out live => <a href="https://tastewp.com/new/?pre-installed-plugin-slug=sassy-social-share">Click here</a>**
14
 
15
  Sassy Social Share enables your website users to share the content over Facebook, Twitter, Google, Linkedin, Whatsapp, Tumblr, Pinterest, Reddit, Parler, Gab, Gettr and over 100 more social sharing and bookmarking services.
16
 
125
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
126
 
127
  == Changelog ==
128
+ = 3.3.38 [4 January 2022] =
129
+ * [Improvement] Unnecessary CSS file was being loaded at the front-end
130
+
131
  = 3.3.37 [9 December 2021] =
132
  * [Improvement] Added wpml-config.xml file for compatibility with the multi-language translation
133
 
1160
  * [Improvement] Integrating Social Media Follow widget was breaking the functionality at the Widgets page in the admin area in some cases
1161
 
1162
  = 3.3.37 [9 December 2021] =
1163
+ * [Improvement] Added wpml-config.xml file for compatibility with the multi-language translation
1164
+
1165
+ = 3.3.38 [4 January 2022] =
1166
+ * [Improvement] Unnecessary CSS file was being loaded at the front-end
sassy-social-share.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: Sassy Social Share
7
  * Plugin URI: https://www.heateor.com
8
  * Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
9
- * Version: 3.3.37
10
  * Author: Team Heateor
11
  * Author URI: https://www.heateor.com
12
  * Text Domain: sassy-social-share
@@ -20,10 +20,10 @@ if ( ! defined( 'WPINC' ) ) {
20
  die;
21
  }
22
 
23
- define( 'HEATEOR_SSS_VERSION', '3.3.37' );
24
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
25
 
26
- // plugin core class object
27
  $heateor_sss = null;
28
 
29
  // attributes to allow in the HTML of the social share and social media follow icons
6
  * Plugin Name: Sassy Social Share
7
  * Plugin URI: https://www.heateor.com
8
  * Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
9
+ * Version: 3.3.38
10
  * Author: Team Heateor
11
  * Author URI: https://www.heateor.com
12
  * Text Domain: sassy-social-share
20
  die;
21
  }
22
 
23
+ define( 'HEATEOR_SSS_VERSION', '3.3.38' );
24
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
25
 
26
+ // core plugin class object
27
  $heateor_sss = null;
28
 
29
  // attributes to allow in the HTML of the social share and social media follow icons