Version Description
- Links updated
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -881,18 +881,17 @@ add_action('wp_ajax_bannerOption','sfsi_bannerOption');
|
|
881 |
function sfsi_bannerOption(){
|
882 |
error_reporting(0);
|
883 |
|
884 |
-
|
885 |
if(get_option("show_new_notification") == "yes"){
|
886 |
|
887 |
$objThemeCheck = new sfsi_ThemeCheck();
|
888 |
|
889 |
$domainname = $objThemeCheck->sfsi_plus_getdomain(get_bloginfo('url'));
|
|
|
890 |
// Get all themes data which incudes nobrainer
|
891 |
$themeDataArr = $objThemeCheck->sfsi_plus_get_themeData();
|
892 |
|
893 |
$matchFound = false;
|
894 |
|
895 |
-
|
896 |
foreach ($themeDataArr as $themeDataObj) {
|
897 |
|
898 |
if(isset($themeDataObj->themeName) && strlen($themeDataObj->themeName)>0){
|
@@ -924,15 +923,16 @@ function sfsi_bannerOption(){
|
|
924 |
|
925 |
|
926 |
if(!$matchFound){
|
|
|
927 |
echo '<div class="sfsi_new_notification_cat">
|
928 |
<div class="sfsi_new_notification_header_cat">
|
929 |
<h1>New feature: Tailored icons</h1>
|
930 |
-
<h3>The <a href="https://www.ultimatelysocial.com/themed-icons/?utm_source=
|
931 |
<div class="sfsi_new_notification_cross_cat">X</div>
|
932 |
</div>
|
933 |
|
934 |
<div class="sfsi_new_notification_body_link_cat">
|
935 |
-
<a class ="tailored_icons_img" href="https://www.ultimatelysocial.com/themed-icons/?utm_source=
|
936 |
<div class="sfsi_new_notification_body_cat">
|
937 |
<div class="sfsi_new_notification_image_cat">
|
938 |
<img src="'.SFSI_PLUGURL.'images/WPPlugin_V3.png" id="newImg" />
|
@@ -940,7 +940,7 @@ function sfsi_bannerOption(){
|
|
940 |
</div>
|
941 |
</a>
|
942 |
<div class="bottom_text">
|
943 |
-
<a href="https://www.ultimatelysocial.com/themed-icons/?utm_source=
|
944 |
See more-themed-icons >
|
945 |
</a>
|
946 |
</div>
|
881 |
function sfsi_bannerOption(){
|
882 |
error_reporting(0);
|
883 |
|
|
|
884 |
if(get_option("show_new_notification") == "yes"){
|
885 |
|
886 |
$objThemeCheck = new sfsi_ThemeCheck();
|
887 |
|
888 |
$domainname = $objThemeCheck->sfsi_plus_getdomain(get_bloginfo('url'));
|
889 |
+
|
890 |
// Get all themes data which incudes nobrainer
|
891 |
$themeDataArr = $objThemeCheck->sfsi_plus_get_themeData();
|
892 |
|
893 |
$matchFound = false;
|
894 |
|
|
|
895 |
foreach ($themeDataArr as $themeDataObj) {
|
896 |
|
897 |
if(isset($themeDataObj->themeName) && strlen($themeDataObj->themeName)>0){
|
923 |
|
924 |
|
925 |
if(!$matchFound){
|
926 |
+
|
927 |
echo '<div class="sfsi_new_notification_cat">
|
928 |
<div class="sfsi_new_notification_header_cat">
|
929 |
<h1>New feature: Tailored icons</h1>
|
930 |
+
<h3>The <a href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=themed_icons_search&utm_medium=banner" target="_blank">Premium Plugin</a> Includes these icons...</h3>
|
931 |
<div class="sfsi_new_notification_cross_cat">X</div>
|
932 |
</div>
|
933 |
|
934 |
<div class="sfsi_new_notification_body_link_cat">
|
935 |
+
<a class ="tailored_icons_img" href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=themed_icons_search&utm_medium=banner" target="_blank">
|
936 |
<div class="sfsi_new_notification_body_cat">
|
937 |
<div class="sfsi_new_notification_image_cat">
|
938 |
<img src="'.SFSI_PLUGURL.'images/WPPlugin_V3.png" id="newImg" />
|
940 |
</div>
|
941 |
</a>
|
942 |
<div class="bottom_text">
|
943 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=themed_icons_search&utm_medium=banner" >
|
944 |
See more-themed-icons >
|
945 |
</a>
|
946 |
</div>
|
libs/controllers/sfsi_class_theme_check.php
CHANGED
@@ -351,7 +351,6 @@ class sfsi_ThemeCheck
|
|
351 |
</div>
|
352 |
</div>
|
353 |
</div>';
|
354 |
-
}
|
355 |
-
|
356 |
}
|
357 |
?>
|
351 |
</div>
|
352 |
</div>
|
353 |
</div>';
|
354 |
+
}
|
|
|
355 |
}
|
356 |
?>
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,8 @@ function sfsi_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_pluginVersion", "1.
|
|
|
16 |
|
17 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
18 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "1.82");
|
16 |
+
|
17 |
|
18 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
19 |
{
|
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
|
6 |
-
Stable tag: 1.8.
|
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.1 =
|
271 |
* Themed icon notifications optimized
|
272 |
|
@@ -643,5 +646,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
643 |
|
644 |
== Upgrade Notice ==
|
645 |
|
646 |
-
= 1.8.
|
647 |
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
|
6 |
+
Stable tag: 1.8.2
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
267 |
|
268 |
== Changelog ==
|
269 |
|
270 |
+
= 1.8.2 =
|
271 |
+
* Links updated
|
272 |
+
|
273 |
= 1.8.1 =
|
274 |
* Themed icon notifications optimized
|
275 |
|
646 |
|
647 |
== Upgrade Notice ==
|
648 |
|
649 |
+
= 1.8.2 =
|
650 |
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.
|
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.
|
56 |
{
|
57 |
add_action("init", "sfsi_update_plugin");
|
58 |
}
|
@@ -211,6 +211,7 @@ if(is_admin())
|
|
211 |
add_action("init", "sfsi_getverification_code");
|
212 |
}
|
213 |
}
|
|
|
214 |
function sfsi_getverification_code()
|
215 |
{
|
216 |
$feed_id = sanitize_text_field(get_option('sfsi_feed_id'));
|
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.2
|
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.82)
|
56 |
{
|
57 |
add_action("init", "sfsi_update_plugin");
|
58 |
}
|
211 |
add_action("init", "sfsi_getverification_code");
|
212 |
}
|
213 |
}
|
214 |
+
|
215 |
function sfsi_getverification_code()
|
216 |
{
|
217 |
$feed_id = sanitize_text_field(get_option('sfsi_feed_id'));
|