Version Description
- Text changes
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.7.8 |
Comparing to | |
See all releases |
Code changes from version 2.7.7 to 2.7.8
- images/affiliate_banner.png +0 -0
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +5 -2
- ultimate_social_media_icons.php +2 -2
- views/sfsi_affiliate_banner.php +2 -2
- views/sfsi_options_view.php +4 -10
- views/sfsi_section_for_premium.php +1 -1
images/affiliate_banner.png
CHANGED
Binary file
|
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.78");
|
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: 4.9.4
|
6 |
-
Stable tag: 2.7.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -432,6 +432,9 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
432 |
|
433 |
== Changelog ==
|
434 |
|
|
|
|
|
|
|
435 |
= 2.7.7 =
|
436 |
* New question for referring added
|
437 |
|
@@ -711,5 +714,5 @@ The premium plugin offrs many more social buttons from other social media platfo
|
|
711 |
|
712 |
== Upgrade Notice ==
|
713 |
|
714 |
-
= 2.7.
|
715 |
* 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: 4.9.4
|
6 |
+
Stable tag: 2.7.8
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
432 |
|
433 |
== Changelog ==
|
434 |
|
435 |
+
= 2.7.8 =
|
436 |
+
* Text changes
|
437 |
+
|
438 |
= 2.7.7 =
|
439 |
* New question for referring added
|
440 |
|
714 |
|
715 |
== Upgrade Notice ==
|
716 |
|
717 |
+
= 2.7.8 =
|
718 |
* Please update
|
ultimate_social_media_icons.php
CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
|
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
-
Version: 2.7.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
@@ -92,7 +92,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
92 |
//register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
93 |
|
94 |
/*Plugin version setup*/
|
95 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
96 |
{
|
97 |
add_action("init", "sfsi_plus_update_plugin");
|
98 |
}
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.7.8
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
92 |
//register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
93 |
|
94 |
/*Plugin version setup*/
|
95 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.78)
|
96 |
{
|
97 |
add_action("init", "sfsi_plus_update_plugin");
|
98 |
}
|
views/sfsi_affiliate_banner.php
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
.tab11 img{min-height: 150px;min-width: 150px;margin-left: auto;margin-right: auto;text-align: center;display: table-cell;vertical-align: middle;}
|
5 |
</style>
|
6 |
<div id="accordion2">
|
7 |
-
<h3><span>$</span><?php _e( 'Share the plugin and earn 40% of the purchase price!', SFSI_PLUS_DOMAIN ); ?></h3>
|
8 |
<!-- Affiliate banner html start here -->
|
9 |
|
10 |
<div class="tab11">
|
11 |
-
<a target="_blank" href="https://
|
12 |
</div>
|
13 |
</div>
|
4 |
.tab11 img{min-height: 150px;min-width: 150px;margin-left: auto;margin-right: auto;text-align: center;display: table-cell;vertical-align: middle;}
|
5 |
</style>
|
6 |
<div id="accordion2">
|
7 |
+
<h3><span>$</span><?php _e( 'Share the premium plugin and earn 40% of the purchase price!', SFSI_PLUS_DOMAIN ); ?></h3>
|
8 |
<!-- Affiliate banner html start here -->
|
9 |
|
10 |
<div class="tab11">
|
11 |
+
<a target="_blank" href="https://goo.gl/6w2Rg5"><img src="<?php echo SFSI_PLUS_PLUGURL ?>images/affiliate_banner.png" alt="Affiliate Banner" /></a>
|
12 |
</div>
|
13 |
</div>
|
views/sfsi_options_view.php
CHANGED
@@ -66,12 +66,9 @@
|
|
66 |
<p>
|
67 |
<?php _e( 'Simply answer the questions below (at least the first 3) by clicking on them - that`s it!', SFSI_PLUS_DOMAIN ); ?>
|
68 |
</p>
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
<?php _e('Click here',SFSI_PLUS_DOMAIN); ?>
|
73 |
-
</a>
|
74 |
-
</p>
|
75 |
</div>
|
76 |
<!-- END Top content area of plugin -->
|
77 |
|
@@ -143,10 +140,8 @@
|
|
143 |
<!-- step old 8 END here -->
|
144 |
|
145 |
</div>
|
146 |
-
|
147 |
<div class="tab10">
|
148 |
-
|
149 |
-
<div class="save_button">
|
150 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/ajax-loader.gif" class="loader-img" />
|
151 |
<a href="javascript:;" id="save_plus_all_settings" title="Save All Settings">
|
152 |
<?php _e( 'Save All Settings', SFSI_PLUS_DOMAIN ); ?>
|
@@ -193,7 +188,6 @@
|
|
193 |
<?php _e('for that so that we can send you the instructions. Thank you :)', SFSI_PLUS_DOMAIN);?>
|
194 |
</p>
|
195 |
</div>
|
196 |
-
|
197 |
<!-- all pops of plugin under sfsi_pop_content.php file -->
|
198 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_pop_content.php'); ?>
|
199 |
</div>
|
66 |
<p>
|
67 |
<?php _e( 'Simply answer the questions below (at least the first 3) by clicking on them - that`s it!', SFSI_PLUS_DOMAIN ); ?>
|
68 |
</p>
|
69 |
+
|
70 |
+
<p><?php _e( 'Have questions? Please issue a', SFSI_PLUS_DOMAIN ); ?> <a href="https://wordpress.org/support/plugin/ultimate-social-media-plus" target="_blank"><?php _e( 'support ticket', SFSI_PLUS_DOMAIN ); ?></a> <?php _e( 'in the support forum, we\'ll try to respond quickly!',SFSI_PLUS_DOMAIN); ?></p>
|
71 |
+
|
|
|
|
|
|
|
72 |
</div>
|
73 |
<!-- END Top content area of plugin -->
|
74 |
|
140 |
<!-- step old 8 END here -->
|
141 |
|
142 |
</div>
|
|
|
143 |
<div class="tab10">
|
144 |
+
<div class="save_button">
|
|
|
145 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/ajax-loader.gif" class="loader-img" />
|
146 |
<a href="javascript:;" id="save_plus_all_settings" title="Save All Settings">
|
147 |
<?php _e( 'Save All Settings', SFSI_PLUS_DOMAIN ); ?>
|
188 |
<?php _e('for that so that we can send you the instructions. Thank you :)', SFSI_PLUS_DOMAIN);?>
|
189 |
</p>
|
190 |
</div>
|
|
|
191 |
<!-- all pops of plugin under sfsi_pop_content.php file -->
|
192 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_pop_content.php'); ?>
|
193 |
</div>
|
views/sfsi_section_for_premium.php
CHANGED
@@ -387,7 +387,7 @@
|
|
387 |
</div>
|
388 |
|
389 |
<div class="premiumTxt chkbutton"><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=do_you_like_your_website&utm_medium=banner" target="_blank">Check it out ></a></div>
|
390 |
-
|
391 |
</div>
|
392 |
</div>
|
393 |
|
387 |
</div>
|
388 |
|
389 |
<div class="premiumTxt chkbutton"><a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=do_you_like_your_website&utm_medium=banner" target="_blank">Check it out ></a></div>
|
390 |
+
<!--<div class="premiumTxt priceTxt">To make it available for all people pricing is <strong>super-fair</strong>, starting at 15.98 USD only</div>-->
|
391 |
</div>
|
392 |
</div>
|
393 |
|