Version Description
- Custom icon uploads optimized
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- css/jquery-ui-1.10.4/images/index (1).php +3 -0
- css/jquery-ui-1.10.4/images/ui-bg_flat_0_aaaaaa_40x100 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-bg_flat_75_ffffff_40x100 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-bg_glass_55_fbf9ee_1x400 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-bg_glass_65_ffffff_1x400 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-bg_glass_75_dadada_1x400 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-bg_glass_95_fef1ec_1x400 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-icons_454545_256x240 (1).png +0 -0
- css/jquery-ui-1.10.4/images/ui-icons_cd0a0a_256x240 (1).png +0 -0
- images/icons_theme/cubes/{cube_houzz.png → cubes_houzz.png} +0 -0
- images/icons_theme/official/official_facebook (1).png +0 -0
- images/icons_theme/official/official_pinterest (1).png +0 -0
- images/icons_theme/official/official_rss (1).png +0 -0
- images/icons_theme/official/official_twitter (1).png +0 -0
- images/icons_theme/official/official_youtube (1).png +0 -0
- images/icons_theme/stitched/stitched_email (1).png +0 -0
- images/icons_theme/stitched/stitched_linkedin (1).png +0 -0
- images/icons_theme/stitched/stitched_pinterest (1).png +0 -0
- images/tab_3_icns.png +0 -0
- libs/controllers/sfsi_iconsUpload_contoller.php +7 -3
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +5 -2
- ultimate_social_media_icons.php +2 -2
css/jquery-ui-1.10.4/images/index (1).php
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
echo _('Access Denied');
|
3 |
+
?>
|
css/jquery-ui-1.10.4/images/ui-bg_flat_0_aaaaaa_40x100 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-bg_flat_75_ffffff_40x100 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-bg_glass_55_fbf9ee_1x400 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-bg_glass_65_ffffff_1x400 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-bg_glass_75_dadada_1x400 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-bg_glass_95_fef1ec_1x400 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-icons_454545_256x240 (1).png
ADDED
Binary file
|
css/jquery-ui-1.10.4/images/ui-icons_cd0a0a_256x240 (1).png
ADDED
Binary file
|
images/icons_theme/cubes/{cube_houzz.png → cubes_houzz.png}
RENAMED
File without changes
|
images/icons_theme/official/official_facebook (1).png
ADDED
Binary file
|
images/icons_theme/official/official_pinterest (1).png
ADDED
Binary file
|
images/icons_theme/official/official_rss (1).png
ADDED
Binary file
|
images/icons_theme/official/official_twitter (1).png
ADDED
Binary file
|
images/icons_theme/official/official_youtube (1).png
ADDED
Binary file
|
images/icons_theme/stitched/stitched_email (1).png
ADDED
Binary file
|
images/icons_theme/stitched/stitched_linkedin (1).png
ADDED
Binary file
|
images/icons_theme/stitched/stitched_pinterest (1).png
ADDED
Binary file
|
images/tab_3_icns.png
CHANGED
Binary file
|
libs/controllers/sfsi_iconsUpload_contoller.php
CHANGED
@@ -92,7 +92,7 @@ function sfsi_plus_DeleteSkin()
|
|
92 |
require_once('../../../../../wp-load.php');
|
93 |
$upload_dir = wp_upload_dir();
|
94 |
|
95 |
-
if($_REQUEST['action'] == '
|
96 |
{
|
97 |
$imgurl = get_option( $_REQUEST['iconname'] );
|
98 |
$path = parse_url($imgurl, PHP_URL_PATH);
|
@@ -430,11 +430,15 @@ function sfsiplus_cropImage($CurWidth,$CurHeight,$iSize,$DestFolder,$SrcImage,$Q
|
|
430 |
imagesavealpha($NewCanves,true);
|
431 |
$white = imagecolorallocate($NewCanves, 255, 255, 255);
|
432 |
$alpha_channel = imagecolorallocatealpha($NewCanves, 255, 255, 255, 127);
|
433 |
-
|
434 |
$maketransparent = imagecolortransparent($NewCanves,$white);
|
435 |
imagefill($NewCanves, 0, 0, $maketransparent);
|
436 |
|
437 |
-
|
|
|
|
|
|
|
|
|
438 |
{
|
439 |
imagesavealpha($NewCanves,true);
|
440 |
switch(strtolower($ImageType))
|
92 |
require_once('../../../../../wp-load.php');
|
93 |
$upload_dir = wp_upload_dir();
|
94 |
|
95 |
+
if($_REQUEST['action'] == 'plus_DeleteSkin' && isset($_REQUEST['iconname']) && !empty($_REQUEST['iconname']))
|
96 |
{
|
97 |
$imgurl = get_option( $_REQUEST['iconname'] );
|
98 |
$path = parse_url($imgurl, PHP_URL_PATH);
|
430 |
imagesavealpha($NewCanves,true);
|
431 |
$white = imagecolorallocate($NewCanves, 255, 255, 255);
|
432 |
$alpha_channel = imagecolorallocatealpha($NewCanves, 255, 255, 255, 127);
|
433 |
+
imagecolortransparent($NewCanves, $alpha_channel);
|
434 |
$maketransparent = imagecolortransparent($NewCanves,$white);
|
435 |
imagefill($NewCanves, 0, 0, $maketransparent);
|
436 |
|
437 |
+
/*
|
438 |
+
* Change offset for increase image quality ($x_offset, $y_offset)
|
439 |
+
* imagecopyresampled($NewCanves, $SrcImage,0, 0, $x_offset, $y_offset, $iSize, $iSize, $square_size, $square_size)
|
440 |
+
*/
|
441 |
+
if(imagecopyresampled($NewCanves, $SrcImage,0, 0, 0, 0, $iSize, $iSize, $square_size, $square_size))
|
442 |
{
|
443 |
imagesavealpha($NewCanves,true);
|
444 |
switch(strtolower($ImageType))
|
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.24");
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.r
|
|
4 |
Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -73,6 +73,9 @@ Please check out the FAQ on http://ultimatelysocial.com
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 2.2.3 =
|
77 |
* Houzz error message fixed
|
78 |
|
@@ -165,5 +168,5 @@ Please check out the FAQ on http://ultimatelysocial.com
|
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
168 |
-
= 2.2.
|
169 |
* No major changes - no need to upgrade if you didn't face any issues
|
4 |
Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 2.2.4
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 2.2.4 =
|
77 |
+
* Custom icon uploads optimized
|
78 |
+
|
79 |
= 2.2.3 =
|
80 |
* Houzz error message fixed
|
81 |
|
168 |
|
169 |
== Upgrade Notice ==
|
170 |
|
171 |
+
= 2.2.4 =
|
172 |
* No major changes - no need to upgrade if you didn't face any issues
|
ultimate_social_media_icons.php
CHANGED
@@ -6,7 +6,7 @@ Description: The best social media plugin on the market. And 100% FREE. Allows y
|
|
6 |
Author: UltimatelySocial
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
-
Version: 2.2.
|
10 |
License: GPLv2
|
11 |
*/
|
12 |
|
@@ -35,7 +35,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
35 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
36 |
|
37 |
/*Plugin version setup*/
|
38 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
39 |
{
|
40 |
add_action("init", "sfsi_plus_update_plugin");
|
41 |
}
|
6 |
Author: UltimatelySocial
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
+
Version: 2.2.4
|
10 |
License: GPLv2
|
11 |
*/
|
12 |
|
35 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
36 |
|
37 |
/*Plugin version setup*/
|
38 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.24)
|
39 |
{
|
40 |
add_action("init", "sfsi_plus_update_plugin");
|
41 |
}
|