Social Share Icons & Social Share Buttons - Version 2.3.6

Version Description

  • Translation errors fixed
  • Icons sometimes on top of each other - fixed
  • New icon function: If user has given the icon a visit-us functionality, then it already works now when clicking on the icon (i.e. no selection in tooltip required)
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 2.3.6
Comparing to
See all releases

Code changes from version 2.3.5 to 2.3.6

libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_plus_pluginVersion", "2.35");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.36");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
libs/sfsi_widget.php CHANGED
@@ -991,11 +991,11 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no")
991
  $toolClass = "sfsi_plus_printst_tool_bdr";
992
  $arsfsiplus_row_class = "bot_pintst_arow";
993
 
994
- $pinterest_user = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_user']))
995
- ? $sfsi_plus_section4_options['sfsi_plus_pinterest_user'] : '';
996
 
997
- $pinterest_board = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_board']))
998
- ? $sfsi_plus_section4_options['sfsi_plus_pinterest_board'] : '';
999
 
1000
  $visit_icon = $visit_iconsUrl."pinterest.png";
1001
 
991
  $toolClass = "sfsi_plus_printst_tool_bdr";
992
  $arsfsiplus_row_class = "bot_pintst_arow";
993
 
994
+ $pinterest_user = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_user']))
995
+ ? $sfsi_plus_section4_options['sfsi_plus_pinterest_user'] : '';
996
 
997
+ $pinterest_board = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_board']))
998
+ ? $sfsi_plus_section4_options['sfsi_plus_pinterest_board'] : '';
999
 
1000
  $visit_icon = $visit_iconsUrl."pinterest.png";
1001
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.r
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
- Stable tag: 2.3.5
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -372,6 +372,12 @@ Plugin adalah gratis dan sangat mudah digunakan.
372
 
373
  == Changelog ==
374
 
 
 
 
 
 
 
375
  = 2.3.5 =
376
  * Errors appearing on front end fixed
377
 
@@ -509,5 +515,5 @@ Plugin adalah gratis dan sangat mudah digunakan.
509
 
510
  == Upgrade Notice ==
511
 
512
- = 2.3.5 =
513
  * Upgrade if you faced issues
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
+ Stable tag: 2.3.6
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
372
 
373
  == Changelog ==
374
 
375
+
376
+ = 2.3.6 =
377
+ * Translation errors fixed
378
+ * Icons sometimes on top of each other - fixed
379
+ * New icon function: If user has given the icon a visit-us functionality, then it already works now when clicking on the icon (i.e. no selection in tooltip required)
380
+
381
  = 2.3.5 =
382
  * Errors appearing on front end fixed
383
 
515
 
516
  == Upgrade Notice ==
517
 
518
+ = 2.3.6 =
519
  * Upgrade if you faced issues
ultimate_social_media_icons.php CHANGED
@@ -6,7 +6,7 @@ Description: The best social media plugin on the market. And 100% FREE. Allows y
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
- Version: 2.3.5
10
  License: GPLv2
11
  */
12
 
@@ -36,7 +36,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.35)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
+ Version: 2.3.6
10
  License: GPLv2
11
  */
12
 
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.36)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }