Version Description
- Corrected missing ? in shortcode
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_pluginVersion", "2.
|
16 |
|
17 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
18 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "2.04");
|
16 |
|
17 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
18 |
{
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 2.0.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -44,7 +44,7 @@ The social media plugin is very easy to use as it takes you through all the step
|
|
44 |
- Step 7: Add a customized pop-up asking people to follow or share (optional)
|
45 |
- Step 8: Add a subscription form on your site (optional)
|
46 |
|
47 |
-
In case of issues or questions please ask in the [Support forum]
|
48 |
|
49 |
We hope you enjoy the free social media plugin!
|
50 |
|
@@ -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 |
= 2.0.3 =
|
279 |
* Optimized texts
|
280 |
|
@@ -709,5 +712,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
709 |
|
710 |
== Upgrade Notice ==
|
711 |
|
712 |
-
= 2.0.
|
713 |
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: 2.8
|
5 |
Tested up to: 4.9.4
|
6 |
+
Stable tag: 2.0.4
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
44 |
- Step 7: Add a customized pop-up asking people to follow or share (optional)
|
45 |
- Step 8: Add a subscription form on your site (optional)
|
46 |
|
47 |
+
In case of issues or questions please ask in the [Support forum](https://wordpress.org/support/plugin/ultimate-social-media-icons).
|
48 |
|
49 |
We hope you enjoy the free social media plugin!
|
50 |
|
275 |
|
276 |
== Changelog ==
|
277 |
|
278 |
+
= 2.0.4 =
|
279 |
+
* Corrected missing ? in shortcode
|
280 |
+
|
281 |
= 2.0.3 =
|
282 |
* Optimized texts
|
283 |
|
712 |
|
713 |
== Upgrade Notice ==
|
714 |
|
715 |
+
= 2.0.4 =
|
716 |
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: 2.0.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
@@ -57,7 +57,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
57 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
58 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
59 |
|
60 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
61 |
{
|
62 |
add_action("init", "sfsi_update_plugin");
|
63 |
}
|
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: 2.0.4
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
57 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
58 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
59 |
|
60 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.04)
|
61 |
{
|
62 |
add_action("init", "sfsi_update_plugin");
|
63 |
}
|
views/subviews/que3/sfsi_que3_place_via_shortcode.php
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
|
28 |
<p>Please use the shortcode <b>[DISPLAY_ULTIMATE_SOCIAL_ICONS]</b> to place the icons anywhere you want.</p>
|
29 |
|
30 |
-
<p>Or, place the icons directly into our (theme) codes by using <b><
|
31 |
|
32 |
<p>Want to show icons <b>vertically</b> or <b>centralize the icons</b> in the shortcode container? Or need <b>different settings for mobile</b>? Check out the <a href="https://www.ultimatelysocial.com/usm-premium/" target="_blank"><b>Premium Plugin.</b></a></p>
|
33 |
|
27 |
|
28 |
<p>Please use the shortcode <b>[DISPLAY_ULTIMATE_SOCIAL_ICONS]</b> to place the icons anywhere you want.</p>
|
29 |
|
30 |
+
<p>Or, place the icons directly into our (theme) codes by using <b><?php echo do_shortcode('[DISPLAY_ULTIMATE_SOCIAL_ICONS]'); ?></b></p>
|
31 |
|
32 |
<p>Want to show icons <b>vertically</b> or <b>centralize the icons</b> in the shortcode container? Or need <b>different settings for mobile</b>? Check out the <a href="https://www.ultimatelysocial.com/usm-premium/" target="_blank"><b>Premium Plugin.</b></a></p>
|
33 |
|