Social Media Share Buttons | MashShare - Version 3.7.4

Version Description

  • New: Supports up to WordPress 5.4
  • Fix: Share count not collected for all pages on large sites with huge traffic if caching plugins are used
Download this release

Release Info

Developer ReneHermi
Plugin Icon 128x128 Social Media Share Buttons | MashShare
Version 3.7.4
Comparing to
See all releases

Code changes from version 3.7.3 to 3.7.4

Files changed (3) hide show
  1. includes/sharecount-functions.php +5 -1
  2. mashshare.php +2 -2
  3. readme.txt +8 -18
includes/sharecount-functions.php CHANGED
@@ -129,10 +129,14 @@ function mashsb_rate_limit_exceeded(){
129
 
130
 
131
  /**
132
- * Make sure that requests do not exceed 1req / 300sec(5min)
133
  * @return boolean
134
  */
135
  function mashsb_is_req_limited() {
 
 
 
 
136
  global $mashsb_debug;
137
 
138
  $data_timeout = get_transient('mashsb_limit_req');
129
 
130
 
131
  /**
132
+ * Make sure that requests do not exceed 1req / 60sec(5min)
133
  * @return boolean
134
  */
135
  function mashsb_is_req_limited() {
136
+ // Disable this function!
137
+ return false;
138
+
139
+
140
  global $mashsb_debug;
141
 
142
  $data_timeout = get_transient('mashsb_limit_req');
mashshare.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Mashshare is a Share functionality inspired by the the great website Mashable for Facebook and Twitter. More networks available.
7
  * Author: René Hermenau
8
  * Author URI: https://www.mashshare.net
9
- * Version: 3.7.3
10
  * Text Domain: mashsb
11
  * Domain Path: /languages
12
 
@@ -35,7 +35,7 @@ if( !defined( 'ABSPATH' ) )
35
 
36
  // Plugin version
37
  if( !defined( 'MASHSB_VERSION' ) ) {
38
- define( 'MASHSB_VERSION', '3.7.3' );
39
  }
40
 
41
  // Debug mode
6
  * Description: Mashshare is a Share functionality inspired by the the great website Mashable for Facebook and Twitter. More networks available.
7
  * Author: René Hermenau
8
  * Author URI: https://www.mashshare.net
9
+ * Version: 3.7.4
10
  * Text Domain: mashsb
11
  * Domain Path: /languages
12
 
35
 
36
  // Plugin version
37
  if( !defined( 'MASHSB_VERSION' ) ) {
38
+ define( 'MASHSB_VERSION', '3.7.4' );
39
  }
40
 
41
  // Debug mode
readme.txt CHANGED
@@ -9,7 +9,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Tags: Share buttons, Social Sharing, social media, Facebook, Twitter, Subscribe, Traffic posts, pages, widget, social share buttons, analytics, email, dsgvo
10
  Requires at least: 3.6+
11
  Tested up to: 5.4
12
- Stable tag: 3.7.3
13
  Requires PHP: 5.2
14
 
15
  Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
@@ -250,9 +250,12 @@ Read here more about this: http://docs.mashshare.net/article/10-facebook-is-show
250
 
251
  == Changelog ==
252
 
 
 
 
 
253
  = 3.7.3 =
254
  * New: Support for whatsapp web. Social network add-on needed https://mashshare.net/downloads/mashshare-social-networks-addon/
255
- * New: Supports up to WordPress 5.4
256
  * Fix: Show correct results if debug mode is active and sharedcount.com integration works.
257
 
258
  = 3.7.2 =
@@ -286,27 +289,14 @@ Read here more about this: http://docs.mashshare.net/article/10-facebook-is-show
286
  * Fix: Do not call the facebook api directly any longer
287
  * Fix: Undefined variable notice after uninstallation and deleting all MashShare settings an installation again
288
 
289
- = 3.6.3 =
290
- * Fix: Option Cumulate Http(s) Shares not working for sharedcount.com API endpoint
291
- * Fix: Tweets can be requested via opensharecount.com
292
- * Fix: Async cache refresh not fired
293
- * New: Performance Improvements in collecting sharecount
294
- * New: Switch default share method to refresh while loading
295
- * New: If yoast twitter title and description is populated the mashshare generated twitter card will use this settings but still allows to define a custom tweet text.
296
-
297
- = 3.6.2 =
298
- * New: Necessary change because of new facebook API
299
- * New: Remove mashengine
300
- * New: Remove GDPR option. Not needed any longer as all shares are collected via sharedcount.com
301
- * New: Add admin notice notifying user of new facebook API.
302
 
303
  See release notes and complete changelog at:
304
  https://www.mashshare.net/changelog/
305
 
306
  == Upgrade Notice ==
307
 
308
- = 3.7.3 =
309
- * New: Support for whatsapp web with social network add-on https://mashshare.net/downloads/mashshare-social-networks-addon/
310
- * New: Support up to WordPress 5.4
311
 
312
 
9
  Tags: Share buttons, Social Sharing, social media, Facebook, Twitter, Subscribe, Traffic posts, pages, widget, social share buttons, analytics, email, dsgvo
10
  Requires at least: 3.6+
11
  Tested up to: 5.4
12
+ Stable tag: 3.7.4
13
  Requires PHP: 5.2
14
 
15
  Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
250
 
251
  == Changelog ==
252
 
253
+ = 3.7.4 =
254
+ * New: Supports up to WordPress 5.4
255
+ * Fix: Share count not collected for all pages on large sites with huge traffic if caching plugins are used
256
+
257
  = 3.7.3 =
258
  * New: Support for whatsapp web. Social network add-on needed https://mashshare.net/downloads/mashshare-social-networks-addon/
 
259
  * Fix: Show correct results if debug mode is active and sharedcount.com integration works.
260
 
261
  = 3.7.2 =
289
  * Fix: Do not call the facebook api directly any longer
290
  * Fix: Undefined variable notice after uninstallation and deleting all MashShare settings an installation again
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
 
293
  See release notes and complete changelog at:
294
  https://www.mashshare.net/changelog/
295
 
296
  == Upgrade Notice ==
297
 
298
+ = 3.7.4 =
299
+ * New: Supports up to WordPress 5.4
300
+ * Fix: Share count not collected for all pages on large sites with huge traffic if caching plugins are used
301
 
302