Version Description
- [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.1.9 |
Comparing to | |
See all releases |
Code changes from version 3.1.8 to 3.1.9
- public/class-sassy-social-share-public.php +5 -3
- readme.txt +8 -2
- sassy-social-share.php +2 -2
public/class-sassy-social-share-public.php
CHANGED
@@ -1682,9 +1682,11 @@ class Sassy_Social_Share_Public {
|
|
1682 |
|
1683 |
$post_id = $this->get_share_count_transient_id( $target_url );
|
1684 |
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
|
|
|
|
1688 |
|
1689 |
if ( $post_id == 'custom' ) {
|
1690 |
update_option( 'heateor_sss_custom_url_shares', maybe_serialize( $share_counts ) );
|
1682 |
|
1683 |
$post_id = $this->get_share_count_transient_id( $target_url );
|
1684 |
|
1685 |
+
if ( ! isset( $share_counts['facebook'] ) ) {
|
1686 |
+
$saved_share_count = $this->get_saved_share_counts( $post_id, $target_url );
|
1687 |
+
$facebook_shares = $saved_share_count['facebook'];
|
1688 |
+
$share_counts['facebook'] = $facebook_shares;
|
1689 |
+
}
|
1690 |
|
1691 |
if ( $post_id == 'custom' ) {
|
1692 |
update_option( 'heateor_sss_custom_url_shares', maybe_serialize( $share_counts ) );
|
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.2
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
@@ -119,6 +119,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
119 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
120 |
|
121 |
== Changelog ==
|
|
|
|
|
|
|
122 |
= 3.1.8 =
|
123 |
* [New] Odnoklassniki share icon now supports share counter
|
124 |
* [Bugfix] Comment icon at homepage was not redirecting to the comment form of individual post
|
@@ -489,4 +492,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
489 |
* [New] Odnoklassniki share icon now supports share counter
|
490 |
* [Bugfix] Comment icon at homepage was not redirecting to the comment form of individual post
|
491 |
* [Bugfix] Some social media icons in "Follow Icons" widget were appearing broken
|
492 |
-
* [Improvement] Share count functionality is smoother
|
|
|
|
|
|
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.2
|
7 |
+
Stable tag: 3.1.9
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
119 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
120 |
|
121 |
== Changelog ==
|
122 |
+
= 3.1.9 =
|
123 |
+
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
124 |
+
|
125 |
= 3.1.8 =
|
126 |
* [New] Odnoklassniki share icon now supports share counter
|
127 |
* [Bugfix] Comment icon at homepage was not redirecting to the comment form of individual post
|
492 |
* [New] Odnoklassniki share icon now supports share counter
|
493 |
* [Bugfix] Comment icon at homepage was not redirecting to the comment form of individual post
|
494 |
* [Bugfix] Some social media icons in "Follow Icons" widget were appearing broken
|
495 |
+
* [Improvement] Share count functionality is smoother
|
496 |
+
|
497 |
+
= 3.1.9 =
|
498 |
+
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
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.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.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, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
+
* Version: 3.1.9
|
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.1.9' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|