Version Description
- Solved: save button not working.
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 2.1.7 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.1.7
- js/custom-admin.js +0 -49
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +8 -3
- ultimate_social_media_icons.php +2 -2
js/custom-admin.js
CHANGED
@@ -1508,55 +1508,6 @@ function sfsfi_getCookie(s) {
|
|
1508 |
}
|
1509 |
|
1510 |
function sfsi_hideFooter() {}
|
1511 |
-
//compatablity to version 3.0 which has jQuery version 1.4.2
|
1512 |
-
//jQuery.on implemnetation;
|
1513 |
-
(function($) {
|
1514 |
-
if (!$.fn.on) {
|
1515 |
-
$.fn.on = function(events, selector, data, handler) {
|
1516 |
-
var self = this;
|
1517 |
-
var args = arguments.length;
|
1518 |
-
if ( args > 3) {
|
1519 |
-
return self.delegate(selector, events, data, handler);
|
1520 |
-
}
|
1521 |
-
else if (args > 2) {
|
1522 |
-
if (typeof selector === 'string') {
|
1523 |
-
return self.delegate(selector, events, data);
|
1524 |
-
}
|
1525 |
-
else {
|
1526 |
-
return self.bind(events, selector, data);
|
1527 |
-
}
|
1528 |
-
}
|
1529 |
-
else {
|
1530 |
-
return self.bind(events, selector);
|
1531 |
-
}
|
1532 |
-
}
|
1533 |
-
};
|
1534 |
-
|
1535 |
-
$.fn.off = function(events, selector, handler) {
|
1536 |
-
var self = this;
|
1537 |
-
var args = arguments.length;
|
1538 |
-
if (typeof selector === 'string') {
|
1539 |
-
if (args > 2) {
|
1540 |
-
return self.undelegate(selector, events, handler);
|
1541 |
-
} else if (args > 1) {
|
1542 |
-
return self.undelegate(selector, events);
|
1543 |
-
} else {
|
1544 |
-
return self.undelegate();
|
1545 |
-
}
|
1546 |
-
}
|
1547 |
-
else {
|
1548 |
-
if (args > 1) {
|
1549 |
-
handler = selector;
|
1550 |
-
return self.unbind(events, handler);
|
1551 |
-
} else if (args > 0) {
|
1552 |
-
return self.unbind(events);
|
1553 |
-
} else {
|
1554 |
-
return self.unbind();
|
1555 |
-
}
|
1556 |
-
}
|
1557 |
-
};
|
1558 |
-
})(this.jQuery);
|
1559 |
-
// end compatablity to version 3.0 which has jQuery version 1.4.2
|
1560 |
|
1561 |
window.onerror = function() {},
|
1562 |
SFSI = jQuery,
|
1508 |
}
|
1509 |
|
1510 |
function sfsi_hideFooter() {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1511 |
|
1512 |
window.onerror = function() {},
|
1513 |
SFSI = jQuery,
|
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.17");
|
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: 3.5
|
5 |
Tested up to: 5.1
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -274,13 +274,18 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
274 |
|
275 |
|
276 |
== Changelog ==
|
|
|
|
|
|
|
|
|
277 |
= 2.1.6 =
|
278 |
* Solved: compatablity issue with older versions.
|
279 |
|
280 |
= 2.1.5 =
|
281 |
* Solved: google plus is deprecated
|
282 |
* Solved: Sf count not shown
|
283 |
-
* Solved: Sf subscribe form opens blank page
|
|
|
284 |
|
285 |
= 2.1.4 =
|
286 |
* Solved: Changed theme check url to match bloginfo url.
|
@@ -761,5 +766,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
761 |
|
762 |
== Upgrade Notice ==
|
763 |
|
764 |
-
= 2.1.
|
765 |
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.1
|
6 |
+
Stable tag: 2.1.7
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
274 |
|
275 |
|
276 |
== Changelog ==
|
277 |
+
= 2.1.7 =
|
278 |
+
* Solved: save button not working.
|
279 |
+
|
280 |
+
|
281 |
= 2.1.6 =
|
282 |
* Solved: compatablity issue with older versions.
|
283 |
|
284 |
= 2.1.5 =
|
285 |
* Solved: google plus is deprecated
|
286 |
* Solved: Sf count not shown
|
287 |
+
* Solved: Sf subscribe form opens blank page.
|
288 |
+
* solved: decreased the manual intervestions of upgradation to premium.
|
289 |
|
290 |
= 2.1.4 =
|
291 |
* Solved: Changed theme check url to match bloginfo url.
|
766 |
|
767 |
== Upgrade Notice ==
|
768 |
|
769 |
+
= 2.1.7 =
|
770 |
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.1.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
@@ -65,7 +65,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
65 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
66 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
67 |
|
68 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
69 |
{
|
70 |
add_action("init", "sfsi_update_plugin");
|
71 |
}
|
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.1.7
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
65 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
66 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
67 |
|
68 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.17)
|
69 |
{
|
70 |
add_action("init", "sfsi_update_plugin");
|
71 |
}
|