Social Media Share Buttons & Social Sharing Icons - Version 2.1.2

Version Description

  • Solved: Text optimized
Download this release

Release Info

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

Code changes from version 2.1.1 to 2.1.2

libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_pluginVersion", "2.11");
16
 
17
  if(!get_option('sfsi_serverphpVersionnotification'))
18
  {
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_pluginVersion", "2.12");
16
 
17
  if(!get_option('sfsi_serverphpVersionnotification'))
18
  {
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: socialdude
3
  Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
4
  Requires at least: 3.0
5
- Tested up to: 5.1
6
- Stable tag: 2.1.1
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -274,7 +274,11 @@ You cannot use the same plugin twice, however you can install both the USM as we
274
 
275
 
276
  == Changelog ==
 
 
 
277
  = 2.1.1 =
 
278
  * Solved: curl calls to wp_remote calls.
279
  * Solved: unexpected charactor "[" error for php version 5.3.
280
 
@@ -740,5 +744,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
740
 
741
  == Upgrade Notice ==
742
 
743
- = 2.1.1 =
744
  Please upgrade
2
  Contributors: socialdude
3
  Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
4
  Requires at least: 3.0
5
+ Tested up to: 5.0.3
6
+ Stable tag: 2.1.2
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
274
 
275
 
276
  == Changelog ==
277
+ = 2.1.2 =
278
+ * Solved: Text optimized
279
+
280
  = 2.1.1 =
281
+ * Solved: design changes for chat.
282
  * Solved: curl calls to wp_remote calls.
283
  * Solved: unexpected charactor "[" error for php version 5.3.
284
 
744
 
745
  == Upgrade Notice ==
746
 
747
+ = 2.1.2 =
748
  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: 2.1.1
9
  License: GPLv2 or later
10
  */
11
 
@@ -65,7 +65,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
65
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
66
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
67
 
68
- if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.11)
69
  {
70
  add_action("init", "sfsi_update_plugin");
71
  }
@@ -553,7 +553,7 @@ function sfsi_admin_notice()
553
  </style>
554
  <div class="updated sfsi_show_premium_notification" style="<?php //echo $style; ?>">
555
  <div class="alignleft" style="margin: 9px 0;">
556
- BIG NEWS : There is now a <b><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=notification_banner&utm_medium=banner" target="_blank">Premium Ultimate Social Media Plugin</a></b> available with many more cool features : <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=notification_banner&utm_medium=banner" target="_blank">Check it out</a>
557
  </div>
558
  <div class="alignright">
559
  <form method="post" class="sfsi_premiumNoticeDismiss">
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: 2.1.2
9
  License: GPLv2 or later
10
  */
11
 
65
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
66
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
67
 
68
+ if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.12)
69
  {
70
  add_action("init", "sfsi_update_plugin");
71
  }
553
  </style>
554
  <div class="updated sfsi_show_premium_notification" style="<?php //echo $style; ?>">
555
  <div class="alignleft" style="margin: 9px 0;">
556
+ BIG NEWS: There is now a <b><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=notification_banner&utm_medium=banner" target="_blank">Premium Ultimate Social Media Plugin</a></b> available with many more cool features: <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=notification_banner&utm_medium=banner" target="_blank">Check it out</a>
557
  </div>
558
  <div class="alignright">
559
  <form method="post" class="sfsi_premiumNoticeDismiss">