Social Share Icons & Social Share Buttons - Version 2.2.9

Version Description

  • Crashes/content disappearing fixed
Download this release

Release Info

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

Code changes from version 2.2.8 to 2.2.9

css/sfsi-admin-style.css CHANGED
@@ -1046,8 +1046,7 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
1046
  margin-top: 10px !important;
1047
  }
1048
  }
1049
-
1050
- /*poonam*/
1051
  .follows-btn{float:left;width:25%;}
1052
  .preview-btn{float:left;width:10%;}
1053
  .social-img-link{float:left;width:15%;}
1046
  margin-top: 10px !important;
1047
  }
1048
  }
1049
+ /*poonam Style*/
 
1050
  .follows-btn{float:left;width:25%;}
1051
  .preview-btn{float:left;width:10%;}
1052
  .social-img-link{float:left;width:15%;}
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.28");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
@@ -168,7 +168,7 @@ function sfsi_plus_activate_plugin()
168
  add_option('sfsi_plus_section2_options', serialize($options2));
169
 
170
  /* Design and animation option */
171
- $options3=array('sfsi_plus_mouseOver'=>'yes',
172
  'sfsi_plus_mouseOver_effect'=>'fade_in',
173
  'sfsi_plus_shuffle_icons'=>'no',
174
  'sfsi_plus_shuffle_Firstload'=>'no',
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.29");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
168
  add_option('sfsi_plus_section2_options', serialize($options2));
169
 
170
  /* Design and animation option */
171
+ $options3=array('sfsi_plus_mouseOver'=>'no',
172
  'sfsi_plus_mouseOver_effect'=>'fade_in',
173
  'sfsi_plus_shuffle_icons'=>'no',
174
  'sfsi_plus_shuffle_Firstload'=>'no',
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Ultimate Social Media Icons PLUS ===
2
  Contributors: socialdude
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
4
- Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
- Stable tag: 2.2.8
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,7 +75,7 @@ Please check out the FAQ on http://ultimatelysocial.com
75
 
76
  == Changelog ==
77
 
78
- = 2.2.8 =
79
  * Crashes/content disappearing fixed
80
 
81
  = 2.2.7 =
@@ -191,5 +191,5 @@ Please check out the FAQ on http://ultimatelysocial.com
191
 
192
  == Upgrade Notice ==
193
 
194
- = 2.2.8 =
195
  * Please upgrade if you faced issues before or want to use different languages
1
  === Ultimate Social Media Icons PLUS ===
2
  Contributors: socialdude
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
4
+ Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share, media sociaux, media social, sosiale medier, midia social, sosyal medya
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
+ Stable tag: 2.2.9
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 2.2.9 =
79
  * Crashes/content disappearing fixed
80
 
81
  = 2.2.7 =
191
 
192
  == Upgrade Notice ==
193
 
194
+ = 2.2.9 =
195
  * Please upgrade if you faced issues before or want to use different languages
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.2.8
10
  License: GPLv2
11
  */
12
 
@@ -35,7 +35,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
35
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
36
 
37
  /*Plugin version setup*/
38
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.28)
39
  {
40
  add_action("init", "sfsi_plus_update_plugin");
41
  }
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
+ Version: 2.2.9
10
  License: GPLv2
11
  */
12
 
35
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
36
 
37
  /*Plugin version setup*/
38
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.29)
39
  {
40
  add_action("init", "sfsi_plus_update_plugin");
41
  }