Version Description
- Image not showing error fixed for banner in animation section in Question 4 added
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.9.6 |
Comparing to | |
See all releases |
Code changes from version 2.9.5 to 2.9.6
- helpers/common_helper.php +4 -4
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +6 -3
- ultimate_social_media_icons.php +2 -2
- views/sfsi_options_view.php +1 -1
- views/subviews/que4/animatethem.php +1 -1
- views/subviews/que4/banner.php +1 -1
helpers/common_helper.php
CHANGED
@@ -61,8 +61,8 @@ if(!function_exists('sfsi_plus_get_icon_image')){
|
|
61 |
|
62 |
$active_theme = $option3['sfsi_plus_actvite_theme'];
|
63 |
|
64 |
-
$icons_baseUrl =
|
65 |
-
$visit_iconsUrl =
|
66 |
|
67 |
if(isset($icon_name) && !empty($icon_name)):
|
68 |
|
@@ -103,7 +103,7 @@ if(!function_exists('sfsi_plus_get_icon_image')){
|
|
103 |
else
|
104 |
{
|
105 |
$active_theme = 'default';
|
106 |
-
$icons_baseUrl =
|
107 |
|
108 |
$iconImgName = false != $iconImgName ? $iconImgName: $icon_name;
|
109 |
$icon = $icons_baseUrl.$active_theme."_".$iconImgName.".png";
|
@@ -166,7 +166,7 @@ if(!function_exists('sfsi_plus_generate_other_icon_effect_admin_html')){
|
|
166 |
$displayIconClass = "show";
|
167 |
}
|
168 |
|
169 |
-
$activeIconImgUrl =
|
170 |
|
171 |
$iconNameStr = $iconName;
|
172 |
}
|
61 |
|
62 |
$active_theme = $option3['sfsi_plus_actvite_theme'];
|
63 |
|
64 |
+
$icons_baseUrl = SFSI_PLUS_PLUGURL."images/icons_theme/".$active_theme."/";
|
65 |
+
$visit_iconsUrl = SFSI_PLUS_PLUGURL."images/visit_icons/";
|
66 |
|
67 |
if(isset($icon_name) && !empty($icon_name)):
|
68 |
|
103 |
else
|
104 |
{
|
105 |
$active_theme = 'default';
|
106 |
+
$icons_baseUrl = SFSI_PLUS_PLUGURL."images/icons_theme/default/";
|
107 |
|
108 |
$iconImgName = false != $iconImgName ? $iconImgName: $icon_name;
|
109 |
$icon = $icons_baseUrl.$active_theme."_".$iconImgName.".png";
|
166 |
$displayIconClass = "show";
|
167 |
}
|
168 |
|
169 |
+
$activeIconImgUrl = sfsi_plus_get_icon_image($iconName);
|
170 |
|
171 |
$iconNameStr = $iconName;
|
172 |
}
|
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 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.96");
|
16 |
|
17 |
if(!get_option('sfsi_plus_serverphpVersionnotification'))
|
18 |
{
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro
|
|
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.0
|
6 |
-
Stable tag: 2.9.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -445,10 +445,13 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
445 |
|
446 |
== Changelog ==
|
447 |
|
|
|
|
|
|
|
448 |
= 2.9.5 =
|
449 |
* Lightbox removed after click on de-activation of plugin
|
450 |
* Banner for animation section in Question 4 added
|
451 |
-
* Different icon for mouseover section pointing
|
452 |
* Removed theme icon banner if no match
|
453 |
|
454 |
= 2.9.4 =
|
@@ -781,5 +784,5 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
781 |
|
782 |
== Upgrade Notice ==
|
783 |
|
784 |
-
= 2.9.
|
785 |
* 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.0
|
6 |
+
Stable tag: 2.9.6
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
445 |
|
446 |
== Changelog ==
|
447 |
|
448 |
+
= 2.9.6 =
|
449 |
+
* Image not showing error fixed for banner in animation section in Question 4 added
|
450 |
+
|
451 |
= 2.9.5 =
|
452 |
* Lightbox removed after click on de-activation of plugin
|
453 |
* Banner for animation section in Question 4 added
|
454 |
+
* Different icon for mouseover section pointing in premium in Question 4 added
|
455 |
* Removed theme icon banner if no match
|
456 |
|
457 |
= 2.9.4 =
|
784 |
|
785 |
== Upgrade Notice ==
|
786 |
|
787 |
+
= 2.9.6 =
|
788 |
* 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: 2.9.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
@@ -103,7 +103,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
103 |
//register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
104 |
|
105 |
/*Plugin version setup*/
|
106 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
107 |
{
|
108 |
add_action("init", "sfsi_plus_update_plugin");
|
109 |
}
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://socialshare.pro/
|
10 |
+
Version: 2.9.6
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
103 |
//register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
104 |
|
105 |
/*Plugin version setup*/
|
106 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.96)
|
107 |
{
|
108 |
add_action("init", "sfsi_plus_update_plugin");
|
109 |
}
|
views/sfsi_options_view.php
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
|
72 |
<p><?php _e( 'Simply answer the questions below (at least the first 3) by clicking on them - that`s it!', SFSI_PLUS_DOMAIN ); ?></p>
|
73 |
|
74 |
-
<p><a style="text-decoration: none;" href="javascript:void(0)"><?php _e( 'New:', SFSI_PLUS_DOMAIN ); ?> </a><?php _e('Our new Premium Plugin allows many more placement options, better sharing features (e.g. define which text & images will get shared), optimization for mobile, more icon design styles, <a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/">animated icons</a>, themed icons
|
75 |
|
76 |
|
77 |
<p><?php _e( 'Please', SFSI_PLUS_DOMAIN ); ?> <a target="_blank" style="text-decoration: underline;" href="https://goo.gl/MU6pTN#no-topic-0"><?php _e( 'give us feedback,', SFSI_PLUS_DOMAIN ); ?></a><?php _e( ' and tell us how we can make the plugin better. Thank you!.', SFSI_PLUS_DOMAIN ); ?></p>
|
71 |
|
72 |
<p><?php _e( 'Simply answer the questions below (at least the first 3) by clicking on them - that`s it!', SFSI_PLUS_DOMAIN ); ?></p>
|
73 |
|
74 |
+
<p><a style="text-decoration: none;" href="javascript:void(0)"><?php _e( 'New:', SFSI_PLUS_DOMAIN ); ?> </a><?php _e('Our new Premium Plugin allows many more placement options, better sharing features (e.g. define which text & images will get shared), optimization for mobile, more icon design styles, <a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/">animated icons</a>, <a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/">themed icons</a>, and much more.', SFSI_PLUS_DOMAIN ); ?> <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=notification_banner&utm_medium=banner" target="_blank"><?php _e('See all features', SFSI_PLUS_DOMAIN ); ?></a></p>
|
75 |
|
76 |
|
77 |
<p><?php _e( 'Please', SFSI_PLUS_DOMAIN ); ?> <a target="_blank" style="text-decoration: underline;" href="https://goo.gl/MU6pTN#no-topic-0"><?php _e( 'give us feedback,', SFSI_PLUS_DOMAIN ); ?></a><?php _e( ' and tell us how we can make the plugin better. Thank you!.', SFSI_PLUS_DOMAIN ); ?></p>
|
views/subviews/que4/animatethem.php
CHANGED
@@ -95,7 +95,7 @@
|
|
95 |
|
96 |
<?php
|
97 |
|
98 |
-
$arrDefaultIcons = unserialize(
|
99 |
|
100 |
$arrActiveStdDesktopIcons = sfsi_plus_get_displayed_std_desktop_icons($option1);
|
101 |
|
95 |
|
96 |
<?php
|
97 |
|
98 |
+
$arrDefaultIcons = unserialize(SFSI_PLUS_ALLICONS);
|
99 |
|
100 |
$arrActiveStdDesktopIcons = sfsi_plus_get_displayed_std_desktop_icons($option1);
|
101 |
|
views/subviews/que4/banner.php
CHANGED
@@ -100,7 +100,7 @@ h4.bannerTitle span{ font-size: 16px;font-weight: 500;}
|
|
100 |
|
101 |
<?php
|
102 |
|
103 |
-
$imgBasePath =
|
104 |
$arrImages = array_chunk($arrImages, 3);
|
105 |
|
106 |
foreach ($arrImages as $key => $arrImg) : ?>
|
100 |
|
101 |
<?php
|
102 |
|
103 |
+
$imgBasePath = SFSI_PLUS_PLUGURL."images/banner/";
|
104 |
$arrImages = array_chunk($arrImages, 3);
|
105 |
|
106 |
foreach ($arrImages as $key => $arrImg) : ?>
|