WordPress Social Sharing Plugin – Sassy Social Share - Version 3.2.8

Version Description

  • [Bugfix] Pinterest shares disappeared due to changes in Pinterest API
Download this release

Release Info

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

Code changes from version 3.2.7 to 3.2.8

public/class-sassy-social-share-public.php CHANGED
@@ -1545,13 +1545,13 @@ class Sassy_Social_Share_Public {
1545
  $url = $twitter_count_api . $target_url;
1546
  break;
1547
  case 'linkedin':
1548
- $url = 'http://www.linkedin.com/countserv/count/share?url=' . $target_url . '&format=json';
1549
  break;
1550
  case 'reddit':
1551
- $url = 'http://www.reddit.com/api/info.json?url=' . $target_url;
1552
  break;
1553
  case 'pinterest':
1554
- $url = 'http://api.pinterest.com/v1/urls/count.json?callback=heateorSss&url=' . $target_url;
1555
  break;
1556
  case 'buffer':
1557
  $url = 'https://api.bufferapp.com/1/links/shares.json?url=' . $target_url;
1545
  $url = $twitter_count_api . $target_url;
1546
  break;
1547
  case 'linkedin':
1548
+ $url = 'https://www.linkedin.com/countserv/count/share?url=' . $target_url . '&format=json';
1549
  break;
1550
  case 'reddit':
1551
+ $url = 'https://www.reddit.com/api/info.json?url=' . $target_url;
1552
  break;
1553
  case 'pinterest':
1554
+ $url = 'https://api.pinterest.com/v1/urls/count.json?callback=heateorSss&url=' . $target_url;
1555
  break;
1556
  case 'buffer':
1557
  $url = 'https://api.bufferapp.com/1/links/shares.json?url=' . $target_url;
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, google +1, google plus share
5
  Requires at least: 2.5.0
6
  Tested up to: 4.9.8
7
- Stable tag: 3.2.7
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
@@ -122,6 +122,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
122
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
123
 
124
  == Changelog ==
 
 
 
125
  = 3.2.7 =
126
  * [Bugfix] Hover icon color was not working for Instagram, StockTwits, GentleReader and Mix social share logos (thanks danira-horses.ru)
127
 
@@ -616,4 +619,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
616
  * Removed YouMob
617
 
618
  = 3.2.7 =
619
- * [Bugfix] Hover icon color was not working for Instagram, StockTwits, GentleReader and Mix social share logos (thanks danira-horses.ru)
 
 
 
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, google +1, google plus share
5
  Requires at least: 2.5.0
6
  Tested up to: 4.9.8
7
+ Stable tag: 3.2.8
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
122
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
123
 
124
  == Changelog ==
125
+ = 3.2.8 =
126
+ * [Bugfix] Pinterest shares disappeared due to changes in Pinterest API
127
+
128
  = 3.2.7 =
129
  * [Bugfix] Hover icon color was not working for Instagram, StockTwits, GentleReader and Mix social share logos (thanks danira-horses.ru)
130
 
619
  * Removed YouMob
620
 
621
  = 3.2.7 =
622
+ * [Bugfix] Hover icon color was not working for Instagram, StockTwits, GentleReader and Mix social share logos (thanks danira-horses.ru)
623
+
624
+ = 3.2.8 =
625
+ * [Bugfix] Pinterest shares disappeared due to changes in Pinterest API
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: 3.2.7
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.7' );
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: 3.2.8
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.8' );
25
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
26
 
27
  // plugin core class object