Version Description
- Incorrect error messages removed
- Better formatting of socialshare review bar
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.6.6 |
Comparing to | |
See all releases |
Code changes from version 2.6.5 to 2.6.6
- css/sfsi-style.css +1 -1
- libs/sfsi_install_uninstall.php +4 -4
- readme.txt +5 -2
- ultimate_social_media_icons.php +1 -1
css/sfsi-style.css
CHANGED
@@ -3188,7 +3188,7 @@ label.sfsiplus_toglpstpgsbttl { float: left; margin-top: 5px !important}
|
|
3188 |
}
|
3189 |
.sfsibeforpstwpr iframe{max-width: none; vertical-align: middle;}
|
3190 |
.sfsiaftrpstwpr iframe{max-width: none; vertical-align: middle;}
|
3191 |
-
.sfwp_fivestar_ul li { display:
|
3192 |
.fb_iframe_widget iframe
|
3193 |
{
|
3194 |
max-width: none;
|
3188 |
}
|
3189 |
.sfsibeforpstwpr iframe{max-width: none; vertical-align: middle;}
|
3190 |
.sfsiaftrpstwpr iframe{max-width: none; vertical-align: middle;}
|
3191 |
+
.sfwp_fivestar_ul li { display: block; padding-right: 20px; }
|
3192 |
.fb_iframe_widget iframe
|
3193 |
{
|
3194 |
max-width: none;
|
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.
|
16 |
|
17 |
if(!get_option('sfsi_plus_serverphpVersionnotification'))
|
18 |
{
|
@@ -545,8 +545,8 @@ function sfsi_plus_Unistall_plugin()
|
|
545 |
delete_option("sfsi_plus_show_notification");
|
546 |
delete_option('sfsi_plus_serverphpVersionnotification');
|
547 |
|
548 |
-
|
549 |
-
delete_option('
|
550 |
}
|
551 |
/* end function */
|
552 |
/* check CUrl */
|
@@ -722,7 +722,7 @@ function sfsi_plus_rating_msg()
|
|
722 |
if($diff_inrval >= 30 && get_option('sfsi_plus_RatingDiv')=="no")
|
723 |
{
|
724 |
echo '
|
725 |
-
<div class="sfwp_fivestar updated">
|
726 |
<p>'.__('We noticed you\'ve been using the Ultimate Social Media PLUS Plugin for more than 30 days. If you\'re happy with it, could you please do us a BIG favor and give it a 5-star rating on Wordpress?', SFSI_PLUS_DOMAIN).'</p>
|
727 |
<ul class="sfwp_fivestar_ul">
|
728 |
<li><a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/reviews/" target="_new" title="Ok, you deserved it">'.__('Ok, you deserved it', SFSI_PLUS_DOMAIN).'</a></li>
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.66");
|
16 |
|
17 |
if(!get_option('sfsi_plus_serverphpVersionnotification'))
|
18 |
{
|
545 |
delete_option("sfsi_plus_show_notification");
|
546 |
delete_option('sfsi_plus_serverphpVersionnotification');
|
547 |
|
548 |
+
delete_option('widget_sfsi-plus-widget');
|
549 |
+
delete_option('widget_sfsiplus_subscriber_widget');
|
550 |
}
|
551 |
/* end function */
|
552 |
/* check CUrl */
|
722 |
if($diff_inrval >= 30 && get_option('sfsi_plus_RatingDiv')=="no")
|
723 |
{
|
724 |
echo '
|
725 |
+
<div class="sfwp_fivestar updated notice notice-success is-dismissible">
|
726 |
<p>'.__('We noticed you\'ve been using the Ultimate Social Media PLUS Plugin for more than 30 days. If you\'re happy with it, could you please do us a BIG favor and give it a 5-star rating on Wordpress?', SFSI_PLUS_DOMAIN).'</p>
|
727 |
<ul class="sfwp_fivestar_ul">
|
728 |
<li><a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/reviews/" target="_new" title="Ok, you deserved it">'.__('Ok, you deserved it', SFSI_PLUS_DOMAIN).'</a></li>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: social share, social sharing, share icons, share buttons, social media, share, sharing, sharing icons, sharing buttons, social media icons, social, pop-up
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -457,6 +457,9 @@ The premium plugin offrs many more buttons from other social media platforms suc
|
|
457 |
|
458 |
== Changelog ==
|
459 |
|
|
|
|
|
|
|
460 |
|
461 |
= 2.6.5 =
|
462 |
* Updated so that also widget data gets removed when you de-install the plugin, so now everything is completely removed
|
@@ -697,5 +700,5 @@ The premium plugin offrs many more buttons from other social media platforms suc
|
|
697 |
|
698 |
== Upgrade Notice ==
|
699 |
|
700 |
-
= 2.6.
|
701 |
* Please update
|
4 |
Tags: social share, social sharing, share icons, share buttons, social media, share, sharing, sharing icons, sharing buttons, social media icons, social, pop-up
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 2.6.6
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
457 |
|
458 |
== Changelog ==
|
459 |
|
460 |
+
= 2.6.6 =
|
461 |
+
* Incorrect error messages removed
|
462 |
+
* Better formatting of socialshare review bar
|
463 |
|
464 |
= 2.6.5 =
|
465 |
* Updated so that also widget data gets removed when you de-install the plugin, so now everything is completely removed
|
700 |
|
701 |
== Upgrade Notice ==
|
702 |
|
703 |
+
= 2.6.6 =
|
704 |
* Please update
|
ultimate_social_media_icons.php
CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
|
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
-
Version: 2.6.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.6.6
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|