Social Share Icons & Social Share Buttons - Version 2.4.9

Version Description

  • Twitter sharing text issues with forwarded slashes fixed
  • Links to review sites adjusted following Wordpress changes in review section
Download this release

Release Info

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

Code changes from version 2.4.8 to 2.4.9

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.48");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.49");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
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.6.1
7
- Stable tag: 2.4.8
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,7 +75,7 @@ Note: This plugin requires CURL to be activated/installed on your server (which
75
 
76
  == Changelog ==
77
 
78
- = 2.4.8 =
79
  * Twitter sharing text issues with forwarded slashes fixed
80
  * Links to review sites adjusted following Wordpress changes in review section
81
 
@@ -262,5 +262,5 @@ Note: This plugin requires CURL to be activated/installed on your server (which
262
 
263
  == Upgrade Notice ==
264
 
265
- = 2.4.8 =
266
  * Please upgrade
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.6.1
7
+ Stable tag: 2.4.9
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 2.4.9 =
79
  * Twitter sharing text issues with forwarded slashes fixed
80
  * Links to review sites adjusted following Wordpress changes in review section
81
 
262
 
263
  == Upgrade Notice ==
264
 
265
+ = 2.4.9 =
266
  * Please upgrade
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
- Version: 2.4.8
11
  License: GPLv2
12
  */
13
 
@@ -37,7 +37,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
37
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
38
 
39
  /*Plugin version setup*/
40
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.48)
41
  {
42
  add_action("init", "sfsi_plus_update_plugin");
43
  }
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
+ Version: 2.4.9
11
  License: GPLv2
12
  */
13
 
37
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
38
 
39
  /*Plugin version setup*/
40
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.49)
41
  {
42
  add_action("init", "sfsi_plus_update_plugin");
43
  }