Social Share Icons & Social Share Buttons - Version 3.4.6

Version Description

  • Fixed banner.
Download this release

Release Info

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

Code changes from version 3.4.5 to 3.4.6

libs/sfsi_install_uninstall.php CHANGED
@@ -20,7 +20,7 @@ function sfsi_plus_update_plugin()
20
  $sfsi_banner_error_version = ['3.39','3.40','3.41'];
21
 
22
  //Install version
23
- update_option("sfsi_plus_pluginVersion", "3.45");
24
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
25
  {
26
  add_option("sfsi_plus_serverphpVersionnotification", "yes");
20
  $sfsi_banner_error_version = ['3.39','3.40','3.41'];
21
 
22
  //Install version
23
+ update_option("sfsi_plus_pluginVersion", "3.46");
24
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
25
  {
26
  add_option("sfsi_plus_serverphpVersionnotification", "yes");
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro, socialtech
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 5.5
6
- Stable tag: 3.4.5
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
@@ -295,6 +295,9 @@ The premium plugin offrs many more social buttons from other social media platfo
295
 
296
  == Changelog ==
297
 
 
 
 
298
  = 3.4.5 =
299
  * Added Whatsapp share
300
  * Fixed Woocommerce banner dismiss
@@ -859,5 +862,5 @@ The premium plugin offrs many more social buttons from other social media platfo
859
 
860
  == Upgrade Notice ==
861
 
862
- = 3.4.5 =
863
  * Please update
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 5.5
6
+ Stable tag: 3.4.6
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  
295
 
296
  == Changelog ==
297
 
298
+ = 3.4.6 =
299
+ * Fixed banner.
300
+
301
  = 3.4.5 =
302
  * Added Whatsapp share
303
  * Fixed Woocommerce banner dismiss
862
 
863
  == Upgrade Notice ==
864
 
865
+ = 3.4.6 =
866
  * Please update
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: social share pro
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
- Version: 3.4.5
11
  License: GPLv2
12
  */
13
 
@@ -76,7 +76,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
76
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
77
 
78
  /*Plugin version setup*/
79
- if (!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.45) {
80
  add_action("init", "sfsi_plus_update_plugin");
81
  }
82
 
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://socialshare.pro/
10
+ Version: 3.4.6
11
  License: GPLv2
12
  */
13
 
76
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
77
 
78
  /*Plugin version setup*/
79
+ if (!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 3.46) {
80
  add_action("init", "sfsi_plus_update_plugin");
81
  }
82
 
views/sfsi_option_view5.php CHANGED
@@ -627,15 +627,14 @@
627
  </ul>
628
  </div>
629
 
630
- <ul class="social_data_post_types">
631
- <!-- <p><?php _e("",SFSI_PLUS_DOMAIN); ?></p> -->
632
  <li>
633
  <div class="radio_section tb_4_ck">
634
  <input name="sfsi_plus_featured_image_rss" type="checkbox" <?php echo (isset($option5['sfsi_plus_featured_image_rss']) && $option5['sfsi_plus_featured_image_rss']=='yes') ? 'checked="true"' : '' ;?> value="yes" class="styled" />
635
  <label class="cstmdsplsub"><?php _e("Add the featured image to the RSS",SFSI_PLUS_DOMAIN); ?></label>
636
  </div>
637
  </li>
638
- </ul>
639
  <div class="sfsi_plus_new_prmium_follw sfsi_social_sharing" style="margin-bottom: 15px;">
640
  <p><?php _e("Note: This feature is currently only available in the Premium Plugin.",SFSI_PLUS_DOMAIN); ?> <a style="cursor:pointer" class="pop-up" data-id="sfsi_plus_quickpay-overlay" onclick="sfsi_plus_open_quick_checkout(event)" class="sfisi_plus_font_bold" target="_blank"><?php _e( 'Go premium now', SFSI_PLUS_DOMAIN); ?></a><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=define_pic_and_text&utm_medium=banner" class="sfsi_plus_font_inherit" target="_blank"><?php _e( ' or learn more', SFSI_PLUS_DOMAIN); ?></a>
641
  </p>
627
  </ul>
628
  </div>
629
 
630
+ <!-- <ul class="social_data_post_types">
 
631
  <li>
632
  <div class="radio_section tb_4_ck">
633
  <input name="sfsi_plus_featured_image_rss" type="checkbox" <?php echo (isset($option5['sfsi_plus_featured_image_rss']) && $option5['sfsi_plus_featured_image_rss']=='yes') ? 'checked="true"' : '' ;?> value="yes" class="styled" />
634
  <label class="cstmdsplsub"><?php _e("Add the featured image to the RSS",SFSI_PLUS_DOMAIN); ?></label>
635
  </div>
636
  </li>
637
+ </ul> -->
638
  <div class="sfsi_plus_new_prmium_follw sfsi_social_sharing" style="margin-bottom: 15px;">
639
  <p><?php _e("Note: This feature is currently only available in the Premium Plugin.",SFSI_PLUS_DOMAIN); ?> <a style="cursor:pointer" class="pop-up" data-id="sfsi_plus_quickpay-overlay" onclick="sfsi_plus_open_quick_checkout(event)" class="sfisi_plus_font_bold" target="_blank"><?php _e( 'Go premium now', SFSI_PLUS_DOMAIN); ?></a><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=define_pic_and_text&utm_medium=banner" class="sfsi_plus_font_inherit" target="_blank"><?php _e( ' or learn more', SFSI_PLUS_DOMAIN); ?></a>
640
  </p>