Social Media Share Buttons | MashShare - Version 3.6.9

Version Description

Download this release

Release Info

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

Code changes from version 3.6.8 to 3.6.9

includes/admin/meta-box/inc/meta-box.php CHANGED
@@ -141,6 +141,11 @@ class MASHSB_RW_Meta_Box
141
  static function get_fields( $fields )
142
  {
143
  $all_fields = array();
 
 
 
 
 
144
  foreach ( $fields as $field )
145
  {
146
  $all_fields[] = $field;
141
  static function get_fields( $fields )
142
  {
143
  $all_fields = array();
144
+
145
+ if (empty($fields)){
146
+ return $all_fields;
147
+ }
148
+
149
  foreach ( $fields as $field )
150
  {
151
  $all_fields[] = $field;
includes/admin/settings/register-settings.php CHANGED
@@ -135,7 +135,7 @@ function mashsb_get_registered_settings() {
135
  'mashsharer_apikey' => array(
136
  'id' => 'mashsharer_apikey',
137
  'name' => __( 'Sharedcount.com API Key', 'mashsb' ),
138
- 'desc' => __( 'This is needed to use the sharedcount.com Share Count method. Get it at <a href="https://admin.sharedcount.com/admin/signup.php?utm_campaign=settings&utm_medium=plugin&utm_source=mashshare" target="_blank">SharedCount.com</a> for 500 free daily requests.', 'mashsb' ),
139
  'type' => 'text',
140
  'size' => 'medium'
141
  ),
135
  'mashsharer_apikey' => array(
136
  'id' => 'mashsharer_apikey',
137
  'name' => __( 'Sharedcount.com API Key', 'mashsb' ),
138
+ 'desc' => __( 'This is needed to use the sharedcount.com Share Count method. Get it at <a href="https://www.sharedcount.com/" target="_blank">SharedCount.com</a> for 500 free daily requests.', 'mashsb' ),
139
  'type' => 'text',
140
  'size' => 'medium'
141
  ),
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.6.8
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.6.8' );
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.6.9
10
  * Text Domain: mashsb
11
  * Domain Path: /languages
12
 
35
 
36
  // Plugin version
37
  if( !defined( 'MASHSB_VERSION' ) ) {
38
+ define( 'MASHSB_VERSION', '3.6.9' );
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.2
12
- Stable tag: 3.6.8
13
  Requires PHP: 5.2
14
 
15
  Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
@@ -253,6 +253,8 @@ Read here more about this: http://docs.mashshare.net/article/10-facebook-is-show
253
  = 3.6.8 =
254
  * New: Add new filter mashsb_allowed_post_types for allowing or disabling share counts on particular posts types to lower the api requests to sharedcount.com
255
  * Tweak: sharedcount.com lowered their free api limit to 500 daily requests. Change description in MashShare!
 
 
256
 
257
  = 3.6.7 =
258
  * Fix: Whatsapp sharing does not work
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.2
12
+ Stable tag: 3.6.9
13
  Requires PHP: 5.2
14
 
15
  Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
253
  = 3.6.8 =
254
  * New: Add new filter mashsb_allowed_post_types for allowing or disabling share counts on particular posts types to lower the api requests to sharedcount.com
255
  * Tweak: sharedcount.com lowered their free api limit to 500 daily requests. Change description in MashShare!
256
+ * Fix: Changed register link for sharedcount.com
257
+ * Fix: PHP Warning: Invalid argument supplied for foreach() in meta-box.php
258
 
259
  = 3.6.7 =
260
  * Fix: Whatsapp sharing does not work