WordPress Social Sharing Plugin – Sassy Social Share - Version 3.3.19

Version Description

[4 February 2021] = [Bugfix] After the last update, the checkbox "Disable Standard/Floating Sharing interface on this post" was appearing checked automatically in the Sassy Social Share section at the post/page edit area

Download this release

Release Info

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

Code changes from version 3.3.18 to 3.3.19

admin/class-sassy-social-share-admin.php CHANGED
@@ -206,12 +206,12 @@ class Sassy_Social_Share_Admin {
206
  ?>
207
  <p>
208
  <label for="heateor_sss_sharing">
209
- <input type="checkbox" name="_heateor_sss_meta[sharing]" id="heateor_sss_sharing" value="1" <?php echo is_array( $sharing_meta ) && isset( $sharing_meta['sharing'] ) ? 'checked' : ''; ?> />
210
  <?php _e( 'Disable Standard Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
211
  </label>
212
  <br/>
213
  <label for="heateor_sss_vertical_sharing">
214
- <input type="checkbox" name="_heateor_sss_meta[vertical_sharing]" id="heateor_sss_vertical_sharing" value="1" <?php echo is_array( $sharing_meta ) && isset( $sharing_meta['vertical_sharing'] ) ? 'checked' : ''; ?> />
215
  <?php _e( 'Disable Floating Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
216
  </label>
217
  <?php
206
  ?>
207
  <p>
208
  <label for="heateor_sss_sharing">
209
+ <input type="checkbox" name="_heateor_sss_meta[sharing]" id="heateor_sss_sharing" value="1" <?php echo is_array( $sharing_meta ) && isset( $sharing_meta['sharing'] ) && $sharing_meta['sharing'] == '1' ? 'checked' : ''; ?> />
210
  <?php _e( 'Disable Standard Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
211
  </label>
212
  <br/>
213
  <label for="heateor_sss_vertical_sharing">
214
+ <input type="checkbox" name="_heateor_sss_meta[vertical_sharing]" id="heateor_sss_vertical_sharing" value="1" <?php echo is_array( $sharing_meta ) && isset( $sharing_meta['vertical_sharing'] ) && $sharing_meta['vertical_sharing'] == '1' ? 'checked' : ''; ?> />
215
  <?php _e( 'Disable Floating Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
216
  </label>
217
  <?php
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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
5
  Requires at least: 2.5.0
6
- Tested up to: 5.6
7
- Stable tag: 3.3.18
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp, Parler, Gab and over 100 more.
@@ -117,12 +117,15 @@ This plugin is FREE to download and feel free to use it on your WordPress, Buddy
117
  Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
118
 
119
  == Screenshots ==
120
- 1. **Free Icon Customization**: Customizable in thousands Of ways
121
  2. **Icon Customization Options**: Icon Customization options
122
  3. **Sharing Services**: Over 100 Sharing and Bookmarking services
123
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
124
 
125
  == Changelog ==
 
 
 
126
  = 3.3.18 [3 February 2021] =
127
  [Improvement] Improved Gab, Whatsapp and Vkontakte logos in the Gab, Whatsapp and Vkontakte share and follow icons
128
  [Improvement] CSS improvement for social share icons and social media follow icons
@@ -971,4 +974,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
971
  = 3.3.18 [3 February 2021] =
972
  [Improvement] Improved Gab, Whatsapp and Vkontakte logos in the Gab, Whatsapp and Vkontakte share and follow icons
973
  [Improvement] CSS improvement for social share icons and social media follow icons
974
- [Improvement] Minor improvements
 
 
 
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
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.6.1
7
+ Stable tag: 3.3.19
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp, Parler, Gab and over 100 more.
117
  Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
118
 
119
  == Screenshots ==
120
+ 1. **Free Icon Customization**: Customizable in thousands of ways
121
  2. **Icon Customization Options**: Icon Customization options
122
  3. **Sharing Services**: Over 100 Sharing and Bookmarking services
123
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
124
 
125
  == Changelog ==
126
+ = 3.3.19 [4 February 2021] =
127
+ [Bugfix] After the last update, the checkbox "Disable Standard/Floating Sharing interface on this post" was appearing checked automatically in the Sassy Social Share section at the post/page edit area
128
+
129
  = 3.3.18 [3 February 2021] =
130
  [Improvement] Improved Gab, Whatsapp and Vkontakte logos in the Gab, Whatsapp and Vkontakte share and follow icons
131
  [Improvement] CSS improvement for social share icons and social media follow icons
974
  = 3.3.18 [3 February 2021] =
975
  [Improvement] Improved Gab, Whatsapp and Vkontakte logos in the Gab, Whatsapp and Vkontakte share and follow icons
976
  [Improvement] CSS improvement for social share icons and social media follow icons
977
+ [Improvement] Minor improvements
978
+
979
+ = 3.3.19 [4 February 2021] =
980
+ [Bugfix] After the last update, the checkbox "Disable Standard/Floating Sharing interface on this post" was appearing checked automatically in the Sassy Social Share section at the post/page edit area
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.18
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.18' );
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.19
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.19' );
25
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
26
 
27
  // plugin core class object