Version Description
- Price Change
- Icon per row fixed css
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5.0 to 2.5.1
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +7 -2
- ultimate_social_media_icons.php +2 -2
- views/sfsi_option_view5.php +1 -1
- views/sfsi_options_view.php +1 -1
- views/sfsi_pop_content.php +1 -1
- views/sfsi_section_for_premium.php +1 -1
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.51");
|
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.5.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -274,6 +274,11 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
274 |
|
275 |
|
276 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
277 |
= 2.5.0 =
|
278 |
* Fixed LinkedIn share to correct urls.
|
279 |
|
@@ -907,5 +912,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
907 |
|
908 |
== Upgrade Notice ==
|
909 |
|
910 |
-
= 2.5.
|
911 |
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.5.1
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
274 |
|
275 |
|
276 |
== Changelog ==
|
277 |
+
|
278 |
+
= 2.5.1 =
|
279 |
+
* Price Change
|
280 |
+
* Icon per row fixed css
|
281 |
+
|
282 |
= 2.5.0 =
|
283 |
* Fixed LinkedIn share to correct urls.
|
284 |
|
912 |
|
913 |
== Upgrade Notice ==
|
914 |
|
915 |
+
= 2.5.1 =
|
916 |
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.5.
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
@@ -86,7 +86,7 @@ register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
|
86 |
|
87 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
88 |
|
89 |
-
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
90 |
|
91 |
add_action("init", "sfsi_update_plugin");
|
92 |
}
|
6 |
|
7 |
Author: UltimatelySocial
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
+
Version: 2.5.1
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
86 |
|
87 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
88 |
|
89 |
+
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.51) {
|
90 |
|
91 |
add_action("init", "sfsi_update_plugin");
|
92 |
}
|
views/sfsi_option_view5.php
CHANGED
@@ -200,7 +200,7 @@
|
|
200 |
|
201 |
<div class="row">
|
202 |
<h4>Alignments</h4>
|
203 |
-
<div class="icons_size" style="width: max-content;">
|
204 |
<span>Icons per row:</span>
|
205 |
<input name="sfsi_icons_perRow" type="text" value="<?php echo ($option5['sfsi_icons_perRow']!='') ? $option5['sfsi_icons_perRow'] : '' ;?>" />
|
206 |
<ins class="leave_empty" style="margin-bottom: 34px;">Leave empty if you don't want to <br /> define this</ins>
|
200 |
|
201 |
<div class="row">
|
202 |
<h4>Alignments</h4>
|
203 |
+
<div class="icons_size" style="width: max-content;display:flow-root">
|
204 |
<span>Icons per row:</span>
|
205 |
<input name="sfsi_icons_perRow" type="text" value="<?php echo ($option5['sfsi_icons_perRow']!='') ? $option5['sfsi_icons_perRow'] : '' ;?>" />
|
206 |
<ins class="leave_empty" style="margin-bottom: 34px;">Leave empty if you don't want to <br /> define this</ins>
|
views/sfsi_options_view.php
CHANGED
@@ -101,7 +101,7 @@
|
|
101 |
|
102 |
<p>Simple answer the questions below (at least the first 3) by clicking on them - that's it! </p>
|
103 |
|
104 |
-
<p>If you want more features like <a target="_blank" href="https://www.ultimatelysocial.com/all-platforms/">more platform icons</a>, <a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/">themed icons</a>, <a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/">animated icons</a>, more design options, better sharing features, mobile optimization, faster loading, full support and <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/">much more</a>, then please check out our <a target="_blank" href="https://www.ultimatelysocial.com/checkout?edd_action=add_to_cart&download_id=150&edd_options[price_id]=2">Premium Plugin</a>. Pricing is really fair (
|
105 |
<p>For questions and suggestions please raise a ticket in the <a target="_blank" href="https://goo.gl/auxJ9C#no-topic-0">Support Forum.</a></p>
|
106 |
|
107 |
</div> -->
|
101 |
|
102 |
<p>Simple answer the questions below (at least the first 3) by clicking on them - that's it! </p>
|
103 |
|
104 |
+
<p>If you want more features like <a target="_blank" href="https://www.ultimatelysocial.com/all-platforms/">more platform icons</a>, <a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/">themed icons</a>, <a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/">animated icons</a>, more design options, better sharing features, mobile optimization, faster loading, full support and <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/">much more</a>, then please check out our <a target="_blank" href="https://www.ultimatelysocial.com/checkout?edd_action=add_to_cart&download_id=150&edd_options[price_id]=2">Premium Plugin</a>. Pricing is really fair (29.98 USD).</p>
|
105 |
<p>For questions and suggestions please raise a ticket in the <a target="_blank" href="https://goo.gl/auxJ9C#no-topic-0">Support Forum.</a></p>
|
106 |
|
107 |
</div> -->
|
views/sfsi_pop_content.php
CHANGED
@@ -615,7 +615,7 @@ I want to see how it works</a></div>
|
|
615 |
<div style="margin:10px 70px;border-radius:10px;border:1px solid #bbb;font-size: 17px;line-height: 28px;" >
|
616 |
<ol style="padding: 15px 20px 10px 10px; font-size: 18px; letter-spacing: 0.5px; color: #000000;">
|
617 |
<li>You‘ll get access to <a href="https://www.ultimatelysocial.com/usm-premium/" target="_black" style="color: #000000;">all premium features</a></li>
|
618 |
-
<li>The plugin is <b>priced really fairly</b> starting at <del>
|
619 |
<li><b>Use it for lifetime:</b> Support and updates are limited to six months, however after that it will not be disabled, you can keep using the plugin (even if you don‘t renew)</li>
|
620 |
<li>One license is valid for one site (as support is included), but we <b>offer 20% discounts</b> for all future purchases</li>
|
621 |
<li>We provide a <b>14 day money-back guarantee</b> if you‘re not satisfied for <u>any reason</u></li>
|
615 |
<div style="margin:10px 70px;border-radius:10px;border:1px solid #bbb;font-size: 17px;line-height: 28px;" >
|
616 |
<ol style="padding: 15px 20px 10px 10px; font-size: 18px; letter-spacing: 0.5px; color: #000000;">
|
617 |
<li>You‘ll get access to <a href="https://www.ultimatelysocial.com/usm-premium/" target="_black" style="color: #000000;">all premium features</a></li>
|
618 |
+
<li>The plugin is <b>priced really fairly</b> starting at <del>49.98 USD</del> today: 40% off!</li>
|
619 |
<li><b>Use it for lifetime:</b> Support and updates are limited to six months, however after that it will not be disabled, you can keep using the plugin (even if you don‘t renew)</li>
|
620 |
<li>One license is valid for one site (as support is included), but we <b>offer 20% discounts</b> for all future purchases</li>
|
621 |
<li>We provide a <b>14 day money-back guarantee</b> if you‘re not satisfied for <u>any reason</u></li>
|
views/sfsi_section_for_premium.php
CHANGED
@@ -311,7 +311,7 @@
|
|
311 |
</div>
|
312 |
|
313 |
<div class="sfsi-footer-bottom-text">
|
314 |
-
<p>..only
|
315 |
</div>
|
316 |
|
317 |
<!-- Footer banner CLOSES -->
|
311 |
</div>
|
312 |
|
313 |
<div class="sfsi-footer-bottom-text">
|
314 |
+
<p>..only 29.98 USD (includes support and updates for six months, and after that it will not be deactivated, so you can just keep using it!)</p>
|
315 |
</div>
|
316 |
|
317 |
<!-- Footer banner CLOSES -->
|