Version Description
- Instructions for troubleshooting optimized
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
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 -4
- ultimate_social_media_icons.php +2 -2
- views/sfsi_options_view.php +5 -1
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 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.51");
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Social Media ===
|
2 |
Contributors: socialdude
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.5.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,6 +75,9 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= 2.5.0 =
|
79 |
* Facebook icon leading to empty pages (in specific cases) fixed
|
80 |
|
@@ -265,5 +268,5 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
265 |
|
266 |
== Upgrade Notice ==
|
267 |
|
268 |
-
= 2.5.
|
269 |
* Please upgrade
|
1 |
=== Social Media ===
|
2 |
Contributors: socialdude
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZWYMA8LFHGHCC
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 2.5.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 2.5.1 =
|
79 |
+
* Instructions for troubleshooting optimized
|
80 |
+
|
81 |
= 2.5.0 =
|
82 |
* Facebook icon leading to empty pages (in specific cases) fixed
|
83 |
|
268 |
|
269 |
== Upgrade Notice ==
|
270 |
|
271 |
+
= 2.5.1 =
|
272 |
* Please upgrade
|
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.5
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
@@ -37,7 +37,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.5.1
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.51)
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
views/sfsi_options_view.php
CHANGED
@@ -160,7 +160,11 @@
|
|
160 |
<a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/reviews/" target="_new">
|
161 |
<?php _e( 'here', SFSI_PLUS_DOMAIN ); ?>
|
162 |
</a>.
|
163 |
-
|
|
|
|
|
|
|
|
|
164 |
</p>
|
165 |
<p class="bldtxtmsg">
|
166 |
<?php _e( 'Need top-notch Wordpress development work at a competitive price?', SFSI_PLUS_DOMAIN ); ?>
|
160 |
<a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/reviews/" target="_new">
|
161 |
<?php _e( 'here', SFSI_PLUS_DOMAIN ); ?>
|
162 |
</a>.
|
163 |
+
<?php _e( 'If you`re not happy, please get in touch with us at ', SFSI_PLUS_DOMAIN ); ?>
|
164 |
+
<a href="mailto:support@ultimatelysocial.com" target="_new">
|
165 |
+
<?php _e( 'support@ultimatelysocial.com', SFSI_PLUS_DOMAIN ); ?>
|
166 |
+
</a>
|
167 |
+
<?php _e( ' , so that we can sort it out.Thank you!', SFSI_PLUS_DOMAIN ); ?>
|
168 |
</p>
|
169 |
<p class="bldtxtmsg">
|
170 |
<?php _e( 'Need top-notch Wordpress development work at a competitive price?', SFSI_PLUS_DOMAIN ); ?>
|