Version Description
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 9.3.3 |
Comparing to | |
See all releases |
Code changes from version 9.3.1 to 9.3.3
lib/plugin-deactivation-survey/deactivate-feedback-form.js
CHANGED
@@ -135,7 +135,7 @@
|
|
135 |
this.deactivateURL = event.target.href;
|
136 |
|
137 |
if ( ! this.dialog) {
|
138 |
-
this.dialog = $( this.element ).remodal();
|
139 |
}
|
140 |
this.dialog.open();
|
141 |
event.preventDefault();
|
135 |
this.deactivateURL = event.target.href;
|
136 |
|
137 |
if ( ! this.dialog) {
|
138 |
+
this.dialog = $( this.element ).remodal({hashTracking:false,closeOnOutsideClick:false});
|
139 |
}
|
140 |
this.dialog.open();
|
141 |
event.preventDefault();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: social, social sharing, google analytics, pinterest, twitter, share butto
|
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 9.3.
|
8 |
|
9 |
|
10 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
@@ -309,6 +309,12 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
|
|
309 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
310 |
|
311 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
= 9.3.1 (2020-06-10) =
|
313 |
* Enhancement: Update Odnoklassniki (ok.ru) endpoints
|
314 |
|
@@ -1047,7 +1053,7 @@ Each time you change Shareaholic's thumbnail dimensions like this, you will prob
|
|
1047 |
* Show Related Posts data status
|
1048 |
|
1049 |
== Upgrade Notice ==
|
1050 |
-
= 9.3.
|
1051 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1052 |
|
1053 |
= 8.12.1 =
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 9.3.3
|
8 |
|
9 |
|
10 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
309 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
310 |
|
311 |
== Changelog ==
|
312 |
+
= 9.3.3 (2020-06-25) =
|
313 |
+
* [Bugfix](https://wordpress.org/support/topic/wont-let-me-deactivate-or-delete-plugin/): Fixes deactivation survey plugin conflict
|
314 |
+
|
315 |
+
= 9.3.2 (2020-06-17) =
|
316 |
+
* [Bugfix](https://wordpress.org/support/topic/wont-let-me-deactivate-or-delete-plugin/): Do not dismiss deactivation modal when clicking outside it
|
317 |
+
|
318 |
= 9.3.1 (2020-06-10) =
|
319 |
* Enhancement: Update Odnoklassniki (ok.ru) endpoints
|
320 |
|
1053 |
* Show Related Posts data status
|
1054 |
|
1055 |
== Upgrade Notice ==
|
1056 |
+
= 9.3.3 =
|
1057 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1058 |
|
1059 |
= 8.12.1 =
|
shareaholic.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
-
Version: 9.3.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
-
* @version 9.3.
|
18 |
*/
|
19 |
|
20 |
/**
|
@@ -71,7 +71,7 @@ if ( ! class_exists( 'Shareaholic' ) ) {
|
|
71 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
72 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
73 |
|
74 |
-
const VERSION = '9.3.
|
75 |
|
76 |
/**
|
77 |
* Starts off as false so that ::get_instance() returns
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
+
Version: 9.3.3
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
+
* @version 9.3.3
|
18 |
*/
|
19 |
|
20 |
/**
|
71 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
72 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
73 |
|
74 |
+
const VERSION = '9.3.3';
|
75 |
|
76 |
/**
|
77 |
* Starts off as false so that ::get_instance() returns
|