Social Share Icons & Social Share Buttons - Version 2.2

Version Description

  • Shortpixel link updated
  • Feed claiming optimized
Download this release

Release Info

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

Code changes from version 2.1 to 2.2

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.1");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.11");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.r
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.3.1
7
- Stable tag: 2.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,10 @@ Please check out the FAQ on http://ultimatelysocial.com
73
 
74
  == Changelog ==
75
 
 
 
 
 
76
  = 2.1 =
77
  * Feed claiming bug fixed
78
 
@@ -153,5 +157,5 @@ Please check out the FAQ on http://ultimatelysocial.com
153
 
154
  == Upgrade Notice ==
155
 
156
- = 2.1 =
157
  * Several enhancements and fixes - please upgrade!
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.3.1
7
+ Stable tag: 2.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
 
74
  == Changelog ==
75
 
76
+ = 2.2 =
77
+ * Shortpixel link updated
78
+ * Feed claiming optimized
79
+
80
  = 2.1 =
81
  * Feed claiming bug fixed
82
 
157
 
158
  == Upgrade Notice ==
159
 
160
+ = 2.2 =
161
  * Several enhancements and fixes - please upgrade!
ultimate_social_media_icons.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://ultimatelysocial.com
5
  Description: The best social media plugin on the market. And 100% FREE. Allows you to add social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide range of design options and other features.
6
  Author: UltimatelySocial
7
  Author URI: http://ultimatelysocial.com
8
- Version: 2.1
9
  License: GPLv2
10
  */
11
 
@@ -34,7 +34,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
34
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
35
 
36
  /*Plugin version setup*/
37
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.1)
38
  {
39
  add_action("init", "sfsi_plus_update_plugin");
40
  }
5
  Description: The best social media plugin on the market. And 100% FREE. Allows you to add social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide range of design options and other features.
6
  Author: UltimatelySocial
7
  Author URI: http://ultimatelysocial.com
8
+ Version: 2.1.1
9
  License: GPLv2
10
  */
11
 
34
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
35
 
36
  /*Plugin version setup*/
37
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.11)
38
  {
39
  add_action("init", "sfsi_plus_update_plugin");
40
  }
views/sfsi_option_view2.php CHANGED
@@ -27,7 +27,7 @@
27
  <h2 class="sfsicls_email">Email</h2>
28
  <div class="inr_cont">
29
 
30
- <p>Allows people to subscribe to your site on <a href="http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/<?php echo $feedId; ?>/<?php echo base64_encode(8); ?>" target="_new">this screen</a> and receive new posts automatically. The service is 100% FREE, you get full access to the emails & interesting statistics (please <a target="_new" href="http://www.specificfeeds.com/<?php echo $feedId; ?>?getParam=feeds_claims">claim your feed</a> for that) and it also make sense if you already offer an email newsletter <a href="http://specificfeeds.com/rss" target="_new">(learn more)</a>. </p>
31
 
32
  <p>Please pick which icon type you want to use:</p>
33
  <ul class="tab_2_email_sec">
27
  <h2 class="sfsicls_email">Email</h2>
28
  <div class="inr_cont">
29
 
30
+ <p>Allows people to subscribe to your site on <a href="http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/<?php echo $feedId; ?>/<?php echo base64_encode(8); ?>" target="_new">this screen</a> and receive new posts automatically. The service is 100% FREE, you get full access to the emails & interesting statistics (please <a target="_new" href="<?php echo $connectToFeed; ?>">claim your feed</a> for that) and it also make sense if you already offer an email newsletter <a href="http://specificfeeds.com/rss" target="_new">(learn more)</a>. </p>
31
 
32
  <p>Please pick which icon type you want to use:</p>
33
  <ul class="tab_2_email_sec">
views/sfsi_option_view3.php CHANGED
@@ -14,7 +14,7 @@
14
  <li>A smart automatic animation can <span>make your visitors aware of your icons</span> in an unintrusive manner</li> </ul>
15
 
16
  <p style="padding:0px;">
17
- The icons have been compressed by <a href="https://shortpixel.com" target="_blank">Shortpixel.com</a> for faster loading of your site. Thank you Shortpixel!
18
  </p>
19
 
20
  <div class="row">
14
  <li>A smart automatic animation can <span>make your visitors aware of your icons</span> in an unintrusive manner</li> </ul>
15
 
16
  <p style="padding:0px;">
17
+ The icons have been compressed by <a href="https://goo.gl/IV5Q3z" target="_blank">Shortpixel.com</a> for faster loading of your site. Thank you Shortpixel!
18
  </p>
19
 
20
  <div class="row">