Version Description
- Fixed Pinterest Save icon
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 2.4.9 |
Comparing to | |
See all releases |
Code changes from version 2.4.8 to 2.4.9
libs/controllers/sfsiocns_OnPosts.php
CHANGED
@@ -236,7 +236,7 @@ function sfsi_pinterest_Customs($permalink='', $show_count = false)
|
|
236 |
// $pinit_url = 'https://www.pinterest.com/pin/create/button/?url='.$url.'&media='.$media.'&description='.$description;
|
237 |
// $pinit_url = 'https://www.pinterest.com/pin/create/button/?url='.$url.'&media='..'&description='.;
|
238 |
|
239 |
-
$pinit_html = "<a href='#' onclick='sfsi_pinterest_modal_images(event,\"".$permalink."\",\"".$description."\")' style='display:inline-block;' > <img class='sfsi_wicon' data-pin-nopin='true' width='auto' height='auto' alt='fb-share-icon' title='Pin Share' src='" . SFSI_PLUGURL . "images/share_icons/en_US_save.svg" . "' /></a>";
|
240 |
return $pinit_html;
|
241 |
}
|
242 |
|
236 |
// $pinit_url = 'https://www.pinterest.com/pin/create/button/?url='.$url.'&media='.$media.'&description='.$description;
|
237 |
// $pinit_url = 'https://www.pinterest.com/pin/create/button/?url='.$url.'&media='..'&description='.;
|
238 |
|
239 |
+
$pinit_html = "<a href='#' onclick='sfsi_pinterest_modal_images(event,\"".$permalink."\",\"".$description."\")' style='display:inline-block;' > <img class='sfsi_wicon' data-pin-nopin='true' width='auto' height='auto' alt='fb-share-icon' title='Pin Share' src='" . SFSI_PLUGURL . "images/share_icons/Pinterest_Save/en_US_save.svg" . "' /></a>";
|
240 |
return $pinit_html;
|
241 |
}
|
242 |
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -39,7 +39,7 @@ function sfsi_update_plugin()
|
|
39 |
update_option("sfsi_custom_icons", "yes");
|
40 |
}
|
41 |
//Install version
|
42 |
-
update_option("sfsi_pluginVersion", "2.
|
43 |
|
44 |
if (!get_option('sfsi_serverphpVersionnotification')) {
|
45 |
add_option("sfsi_serverphpVersionnotification", "yes");
|
39 |
update_option("sfsi_custom_icons", "yes");
|
40 |
}
|
41 |
//Install version
|
42 |
+
update_option("sfsi_pluginVersion", "2.49");
|
43 |
|
44 |
if (!get_option('sfsi_serverphpVersionnotification')) {
|
45 |
add_option("sfsi_serverphpVersionnotification", "yes");
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: socialdude, socialtech
|
|
3 |
Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.3
|
6 |
-
Stable tag: 2.4.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -274,6 +274,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
274 |
|
275 |
|
276 |
== Changelog ==
|
|
|
|
|
|
|
277 |
= 2.4.8 =
|
278 |
* Fixed Fblike
|
279 |
|
@@ -901,5 +904,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
901 |
|
902 |
== Upgrade Notice ==
|
903 |
|
904 |
-
= 2.4.
|
905 |
Please upgrade
|
3 |
Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.3
|
6 |
+
Stable tag: 2.4.9
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
274 |
|
275 |
|
276 |
== Changelog ==
|
277 |
+
= 2.4.9 =
|
278 |
+
* Fixed Pinterest Save icon
|
279 |
+
|
280 |
= 2.4.8 =
|
281 |
* Fixed Fblike
|
282 |
|
904 |
|
905 |
== Upgrade Notice ==
|
906 |
|
907 |
+
= 2.4.9 =
|
908 |
Please upgrade
|
ultimate_social_media_icons.php
CHANGED
@@ -6,7 +6,7 @@ Description: Easy to use and 100% FREE social media plugin which adds social med
|
|
6 |
|
7 |
Author: UltimatelySocial
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
-
Version: 2.4.
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
@@ -88,7 +88,7 @@ register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
|
88 |
|
89 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
90 |
|
91 |
-
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
92 |
|
93 |
add_action("init", "sfsi_update_plugin");
|
94 |
}
|
6 |
|
7 |
Author: UltimatelySocial
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
+
Version: 2.4.9
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
88 |
|
89 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
90 |
|
91 |
+
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.49) {
|
92 |
|
93 |
add_action("init", "sfsi_update_plugin");
|
94 |
}
|