Social Media Share Buttons & Social Sharing Icons - Version 1.8.5

Version Description

  • Text changes
Download this release

Release Info

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

Code changes from version 1.8.4 to 1.8.5

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.84");
16
 
17
 
18
  if(!get_option('sfsi_serverphpVersionnotification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_pluginVersion", "1.85");
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.4
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -267,6 +267,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
267
 
268
  == Changelog ==
269
 
 
 
 
270
  = 1.8.4 =
271
  * Added referring opportunity
272
 
@@ -652,5 +655,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
652
 
653
  == Upgrade Notice ==
654
 
655
- = 1.8.4 =
656
  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.5
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
267
 
268
  == Changelog ==
269
 
270
+ = 1.8.5 =
271
+ * Text changes
272
+
273
  = 1.8.4 =
274
  * Added referring opportunity
275
 
655
 
656
  == Upgrade Notice ==
657
 
658
+ = 1.8.5 =
659
  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.4
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.84)
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.5
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.85)
56
  {
57
  add_action("init", "sfsi_update_plugin");
58
  }
views/sfsi_options_view.php CHANGED
@@ -61,8 +61,9 @@
61
  <div class="main_contant">
62
  <h1>Welcome to the Ultimate Social Icons and Share Plugin!</h1>
63
  <p>Get started by clicking on the first question below. Once done, go to the <a href="<?php echo admin_url('/widgets.php');?>">widget area</a> and move the widget to the sidebar so that your icons are displayed.</p>
64
- <p><b>New: </b>In our new Premium Plugin many other different placement options are supported, e.g. place the icons floating/statically on the place by defining margins, only show them on certain pages, show them only on mobile etc. etc. <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_introduction&utm_medium=banner" target="_blank">See all features</a></p>
65
- <p>If you face any issues please check out our <a href="https://www.ultimatelysocial.com/faq?utm_source=usmi_settings_page&utm_campaign=top_introduction&utm_medium=banner" target="_blank">FAQ</a>.</p>
 
66
  </div> <!-- END Top content area of plugin -->
67
 
68
  <!-- step 1 end here -->
61
  <div class="main_contant">
62
  <h1>Welcome to the Ultimate Social Icons and Share Plugin!</h1>
63
  <p>Get started by clicking on the first question below. Once done, go to the <a href="<?php echo admin_url('/widgets.php');?>">widget area</a> and move the widget to the sidebar so that your icons are displayed.</p>
64
+ <p><b>New: </b>In our new Premium Plugin many other different placement options are supported, e.g. place the icons floating/statically on the place by defining margins, only show them on certain pages, show them only on mobile etc. etc. <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_introduction&utm_medium=banner" target="_blank">See all features</a></p>
65
+ <p>Have questions? Please issue a <a href="https://wordpress.org/support/plugin/ultimate-social-media-icons" target="_blank">support ticket</a> in the support forum, we'll try to respond quickly!</p>
66
+
67
  </div> <!-- END Top content area of plugin -->
68
 
69
  <!-- step 1 end here -->