Version Description
[6 October 2020] = [Bugfix] Clear Bitly cache and Clear share count cache buttons in the Miscellaneous section were showing infinite loading
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.3.13 |
Comparing to | |
See all releases |
Code changes from version 3.3.12 to 3.3.13
- admin/js/sassy-social-share-options.js +0 -2
- readme.txt +9 -3
- sassy-social-share.php +2 -2
admin/js/sassy-social-share-options.js
CHANGED
@@ -39,7 +39,6 @@ function heateorSssClearShorturlCache(){
|
|
39 |
jQuery('#shorturl_cache_loading').css('display', 'block');
|
40 |
jQuery.ajax({
|
41 |
type: 'GET',
|
42 |
-
dataType: 'json',
|
43 |
url: heateorSssSharingAjaxUrl,
|
44 |
data: {
|
45 |
action: 'heateor_sss_clear_shorturl_cache'
|
@@ -55,7 +54,6 @@ function heateorSssClearShareCountCache(){
|
|
55 |
jQuery('#share_count_cache_loading').css('display', 'block');
|
56 |
jQuery.ajax({
|
57 |
type: 'GET',
|
58 |
-
dataType: 'json',
|
59 |
url: heateorSssSharingAjaxUrl,
|
60 |
data: {
|
61 |
action: 'heateor_sss_clear_share_count_cache'
|
39 |
jQuery('#shorturl_cache_loading').css('display', 'block');
|
40 |
jQuery.ajax({
|
41 |
type: 'GET',
|
|
|
42 |
url: heateorSssSharingAjaxUrl,
|
43 |
data: {
|
44 |
action: 'heateor_sss_clear_shorturl_cache'
|
54 |
jQuery('#share_count_cache_loading').css('display', 'block');
|
55 |
jQuery.ajax({
|
56 |
type: 'GET',
|
|
|
57 |
url: heateorSssSharingAjaxUrl,
|
58 |
data: {
|
59 |
action: 'heateor_sss_clear_share_count_cache'
|
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
|
5 |
Requires at least: 2.5.0
|
6 |
-
Tested up to: 5.5
|
7 |
-
Stable tag: 3.3.
|
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.12 [29 August 2020] =
|
127 |
[Bugfix] Updating the plugin was causing changes in the CSS files of the plugin even when Logo color of the social share icons was not customized
|
128 |
|
@@ -917,4 +920,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
917 |
[Improvement] Admin UI improvements
|
918 |
|
919 |
= 3.3.12 [29 August 2020] =
|
920 |
-
[Bugfix] Updating the plugin was causing changes in the CSS files of the plugin even when Logo color of the social share icons was not customized
|
|
|
|
|
|
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
|
5 |
Requires at least: 2.5.0
|
6 |
+
Tested up to: 5.5.1
|
7 |
+
Stable tag: 3.3.13
|
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.13 [6 October 2020] =
|
127 |
+
[Bugfix] Clear Bitly cache and Clear share count cache buttons in the Miscellaneous section were showing infinite loading
|
128 |
+
|
129 |
= 3.3.12 [29 August 2020] =
|
130 |
[Bugfix] Updating the plugin was causing changes in the CSS files of the plugin even when Logo color of the social share icons was not customized
|
131 |
|
920 |
[Improvement] Admin UI improvements
|
921 |
|
922 |
= 3.3.12 [29 August 2020] =
|
923 |
+
[Bugfix] Updating the plugin was causing changes in the CSS files of the plugin even when Logo color of the social share icons was not customized
|
924 |
+
|
925 |
+
= 3.3.13 [6 October 2020] =
|
926 |
+
[Bugfix] Clear Bitly cache and Clear share count cache buttons in the Miscellaneous section were showing infinite loading
|
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.
|
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.
|
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.13
|
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.13' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
26 |
|
27 |
// plugin core class object
|