WordPress Social Sharing Plugin – Sassy Social Share - Version 2.5.5

Version Description

  • [Bugfix] Plugin "Settings" link at "Plugins" page in admin area was redirecting to wrong page
Download this release

Release Info

Developer Heateor
Plugin Icon 128x128 WordPress Social Sharing Plugin – Sassy Social Share
Version 2.5.5
Comparing to
See all releases

Code changes from version 2.5.4 to 2.5.5

admin/class-sassy-social-share-admin.php CHANGED
@@ -457,7 +457,7 @@ class Sassy_Social_Share_Admin {
457
 
458
  $addons_link = '<a href="https://www.heateor.com/add-ons" target="_blank">' . __( 'Add-Ons', 'sassy-social-share' ) . '</a>';
459
  $support_link = '<a href="http://support.heateor.com" target="_blank">' . __( 'Support Documentation', 'sassy-social-share' ) . '</a>';
460
- $settings_link = '<a href="admin.php?page=heateor-ss-general-options">' . __( 'Settings', 'sassy-social-share' ) . '</a>';
461
 
462
  // place it before other links
463
  array_unshift( $links, $settings_link );
457
 
458
  $addons_link = '<a href="https://www.heateor.com/add-ons" target="_blank">' . __( 'Add-Ons', 'sassy-social-share' ) . '</a>';
459
  $support_link = '<a href="http://support.heateor.com" target="_blank">' . __( 'Support Documentation', 'sassy-social-share' ) . '</a>';
460
+ $settings_link = '<a href="admin.php?page=heateor-sss-options">' . __( 'Settings', 'sassy-social-share' ) . '</a>';
461
 
462
  // place it before other links
463
  array_unshift( $links, $settings_link );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
4
  Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7
7
- Stable tag: 2.5.4
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
@@ -115,6 +115,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
115
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
116
 
117
  == Changelog ==
 
 
 
118
  = 2.5.4 =
119
  * [Bugfix] Reddit share count was not appearing in some cases
120
  * [Improvement] Plugin admin UI is compatible with WordPress version 4.7
@@ -361,4 +364,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
361
  = 2.5.4 =
362
  * [Bugfix] Reddit share count was not appearing in some cases
363
  * [Improvement] Plugin admin UI is compatible with WordPress version 4.7
364
- * [Improvement] Removed deprecated '-moz-box-shadow' from the CSS
 
 
 
4
  Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7
7
+ Stable tag: 2.5.5
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
115
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
116
 
117
  == Changelog ==
118
+ = 2.5.5 =
119
+ * [Bugfix] Plugin "Settings" link at "Plugins" page in admin area was redirecting to wrong page
120
+
121
  = 2.5.4 =
122
  * [Bugfix] Reddit share count was not appearing in some cases
123
  * [Improvement] Plugin admin UI is compatible with WordPress version 4.7
364
  = 2.5.4 =
365
  * [Bugfix] Reddit share count was not appearing in some cases
366
  * [Improvement] Plugin admin UI is compatible with WordPress version 4.7
367
+ * [Improvement] Removed deprecated '-moz-box-shadow' from the CSS
368
+
369
+ = 2.5.5 =
370
+ * [Bugfix] Plugin "Settings" link at "Plugins" page in admin area was redirecting to wrong page
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, Google+, Pinterest, WhatsApp and over 100 more.
10
- * Version: 2.5.4
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', '2.5.4' );
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, Google+, Pinterest, WhatsApp and over 100 more.
10
+ * Version: 2.5.5
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', '2.5.5' );
25
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
26
 
27
  // plugin core class object