Version Description
- New question 3 to facilitate placement of icons
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 1.9.8 |
Comparing to | |
See all releases |
Code changes from version 1.9.7 to 1.9.8
- images/music.png +0 -0
- images/print.png +0 -0
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +7 -4
- ultimate_social_media_icons.php +2 -2
images/music.png
DELETED
Binary file
|
images/print.png
DELETED
Binary file
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_pluginVersion", "1.
|
16 |
|
17 |
|
18 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "1.96");
|
16 |
|
17 |
|
18 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== Social Media Share Buttons & Social Sharing Icons ===
|
2 |
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.4
|
6 |
-
Stable tag: 1.9.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
Share buttons and share icons for social media sharing
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -275,6 +275,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
275 |
|
276 |
== Changelog ==
|
277 |
|
|
|
|
|
|
|
278 |
= 1.9.7 =
|
279 |
* Stopped setting cookies for pop-up selection "if user moved to end of page" as not needed in this case (relevant for GDPR compliance)
|
280 |
|
@@ -696,5 +699,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
696 |
|
697 |
== Upgrade Notice ==
|
698 |
|
699 |
-
= 1.9.
|
700 |
Please upgrade
|
1 |
=== Social Media Share Buttons & Social Sharing Icons ===
|
2 |
Contributors: socialdude
|
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: 2.8
|
5 |
Tested up to: 4.9.4
|
6 |
+
Stable tag: 1.9.8
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
Share buttons and share icons plugin for social media sharing on Facebook, Twitter, Instagram, Whatsapp, Pinterest etc.
|
11 |
|
12 |
== Description ==
|
13 |
|
275 |
|
276 |
== Changelog ==
|
277 |
|
278 |
+
= 1.9.8 =
|
279 |
+
* New question 3 to facilitate placement of icons
|
280 |
+
|
281 |
= 1.9.7 =
|
282 |
* Stopped setting cookies for pop-up selection "if user moved to end of page" as not needed in this case (relevant for GDPR compliance)
|
283 |
|
699 |
|
700 |
== Upgrade Notice ==
|
701 |
|
702 |
+
= 1.9.8 =
|
703 |
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.9.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
@@ -55,7 +55,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
55 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
56 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
57 |
|
58 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.
|
59 |
{
|
60 |
add_action("init", "sfsi_update_plugin");
|
61 |
}
|
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.9.6
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
55 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
56 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
57 |
|
58 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.96)
|
59 |
{
|
60 |
add_action("init", "sfsi_update_plugin");
|
61 |
}
|