Social Media Share Buttons | MashShare - Version 3.6.0

Version Description

  • Fix: Social Sharing Meta Box not shown with update 3.5.9
Download this release

Release Info

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

Code changes from version 3.5.9 to 3.6.0

includes/admin/settings/metabox-settings.php CHANGED
@@ -25,7 +25,7 @@ function mashsb_show_meta_box(){
25
  }
26
 
27
  // Show meta boxes per default in any case when user roles are not defined
28
- if(!empty($mashsb_options) && !isset($mashsb_options['user_roles_for_sharing_options'])){
29
  return true;
30
  }
31
 
25
  }
26
 
27
  // Show meta boxes per default in any case when user roles are not defined
28
+ if(empty($mashsb_options) || !isset($mashsb_options['user_roles_for_sharing_options'])){
29
  return true;
30
  }
31
 
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.5.9
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.5.9' );
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.0
10
  * Text Domain: mashsb
11
  * Domain Path: /languages
12
 
35
 
36
  // Plugin version
37
  if( !defined( 'MASHSB_VERSION' ) ) {
38
+ define( 'MASHSB_VERSION', '3.6.0' );
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.0
12
- Stable tag: 3.5.9
13
  Requires PHP: 5.2
14
 
15
  Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
@@ -250,6 +250,9 @@ Read here more about this: http://docs.mashshare.net/article/10-facebook-is-show
250
 
251
  == Changelog ==
252
 
 
 
 
253
  = 3.5.9 =
254
  * Fix: Better wording for gdpr complicance in its settings
255
  * Fix: Do not output any open graph tags if share options meta box is disabled
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.0
12
+ Stable tag: 3.6.0
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.6.0 =
254
+ * Fix: Social Sharing Meta Box not shown with update 3.5.9
255
+
256
  = 3.5.9 =
257
  * Fix: Better wording for gdpr complicance in its settings
258
  * Fix: Do not output any open graph tags if share options meta box is disabled