Social Media Share Buttons & Social Sharing Icons - Version 1.8.9

Version Description

  • Error log files removed
Download this release

Release Info

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

Code changes from version 1.8.8 to 1.8.9

libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_pluginVersion", "1.88");
16
 
17
 
18
  if(!get_option('sfsi_serverphpVersionnotification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_pluginVersion", "1.89");
16
 
17
 
18
  if(!get_option('sfsi_serverphpVersionnotification'))
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialdude
3
  Tags: social media, share, buttons, social, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
4
  Requires at least: 2.8
5
  Tested up to: 4.9.4
6
- Stable tag: 1.8.8
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -267,9 +267,10 @@ You cannot use the same plugin twice, however you can install both the USM as we
267
 
268
  == Changelog ==
269
 
270
- = 1.8.8 =
271
- * Error log file removed
272
- * Issue that follow-icon is sometimes too large on user's sites fixed
 
273
  * Updated description texts
274
 
275
  = 1.8.6 =
@@ -663,5 +664,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
663
 
664
  == Upgrade Notice ==
665
 
666
- = 1.8.8 =
667
  Please upgrade
3
  Tags: social media, share, buttons, social, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
4
  Requires at least: 2.8
5
  Tested up to: 4.9.4
6
+ Stable tag: 1.8.9
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
267
 
268
  == Changelog ==
269
 
270
+ = 1.8.9 =
271
+ * Error log files removed
272
+
273
+ = 1.8.7 =
274
  * Updated description texts
275
 
276
  = 1.8.6 =
664
 
665
  == Upgrade Notice ==
666
 
667
+ = 1.8.9 =
668
  Please upgrade
ultimate_social_media_icons.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://ultimatelysocial.com
5
  Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
6
  Author: UltimatelySocial
7
  Author URI: http://ultimatelysocial.com
8
- Version: 1.8.8
9
  License: GPLv2 or later
10
  */
11
  global $wpdb;
@@ -52,7 +52,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
52
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
53
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
54
 
55
- if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.88)
56
  {
57
  add_action("init", "sfsi_update_plugin");
58
  }
5
  Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
6
  Author: UltimatelySocial
7
  Author URI: http://ultimatelysocial.com
8
+ Version: 1.8.9
9
  License: GPLv2 or later
10
  */
11
  global $wpdb;
52
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
53
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
54
 
55
+ if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.89)
56
  {
57
  add_action("init", "sfsi_update_plugin");
58
  }
views/sfsi_pop_content.php CHANGED
@@ -287,8 +287,8 @@ I want to see how it works</a></div>
287
  Ok, fine, however for using this plugin for FREE, please tell us what you think about it (and what can be improved). It only takes a minute. Thank you!'
288
  </h4>
289
  <?php $nonce = wp_create_nonce("active_footer");?>
290
- <div class="button"><a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0" class="" title="Ok, activate link" data-nonce="<?php echo $nonce;?>">Ok, give feedback</a></div>
291
- <a href="javascript:;" id="deac_email3" title="Don’t activate link">Don’t give feedback</a>
292
  </div>
293
  </div>
294
 
@@ -297,7 +297,7 @@ I want to see how it works</a></div>
297
 
298
  <h4>You’re a toughie. Last try: as a minimum, could you please support us by activating a link back to our site?</h4>
299
 
300
- <div class="button"><a href="javascript:;" target="_new" class="hideemailpop" title="Ok, activate link it" >Ok, activate link</a></div>
301
  <a href="javascript:;" class="hidePop" title="Don’t activate and exit">Don’t activate and exit</a>
302
  </div>
303
  </div> <!-- END email deactivate pop-ups -->
287
  Ok, fine, however for using this plugin for FREE, please tell us what you think about it (and what can be improved). It only takes a minute. Thank you!'
288
  </h4>
289
  <?php $nonce = wp_create_nonce("active_footer");?>
290
+ <div class="button"><a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0" class="" title="Ok, give feedback">Ok, give feedback</a></div>
291
+ <a href="javascript:;" id="deac_email3" title="Don’t give feedback">Don’t give feedback</a>
292
  </div>
293
  </div>
294
 
297
 
298
  <h4>You’re a toughie. Last try: as a minimum, could you please support us by activating a link back to our site?</h4>
299
 
300
+ <div class="button"><a href="javascript:;" target="_new" class="activate_footer activate" data-nonce="<?php echo $nonce;?>" title="Ok, activate link" >Ok, activate link</a></div>
301
  <a href="javascript:;" class="hidePop" title="Don’t activate and exit">Don’t activate and exit</a>
302
  </div>
303
  </div> <!-- END email deactivate pop-ups -->