Version Description
- May 30, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
- Optimized Codes
- Performance Improvements
- Stable Release
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Flying Icons | Floating Social Media Icon |
Version | 2.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.1
- acurax-social-icon.php +1 -1
- function.php +1 -7
- readme.txt +14 -2
- social-icon.php +1 -1
acurax-social-icon.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Floating Social Media Icon
|
|
4 |
Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
|
5 |
Description: An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
|
6 |
Author: Acurax
|
7 |
-
Version: 2.
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
4 |
Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
|
5 |
Description: An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
|
6 |
Author: Acurax
|
7 |
+
Version: 2.1
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
function.php
CHANGED
@@ -279,7 +279,6 @@ function acx_load_floating_js()
|
|
279 |
If Y Decreases then Move to Down
|
280 |
***************************************************************************/
|
281 |
// Icon Size 16 Starts Here
|
282 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
283 |
acx_si_check_loaded_count(1,16,-170,-35);
|
284 |
acx_si_check_loaded_count(2,16,-170,-35);
|
285 |
acx_si_check_loaded_count(3,16,-170,-35);
|
@@ -289,7 +288,6 @@ function acx_load_floating_js()
|
|
289 |
acx_si_check_loaded_count(7,16,-170,-35);
|
290 |
// *********************************
|
291 |
// Icon Size 25 Starts Here
|
292 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
293 |
acx_si_check_loaded_count(1,25,-160,-50);
|
294 |
acx_si_check_loaded_count(2,25,-160,-50);
|
295 |
acx_si_check_loaded_count(3,25,-160,-50);
|
@@ -299,7 +297,6 @@ function acx_load_floating_js()
|
|
299 |
acx_si_check_loaded_count(7,25,-180,-50);
|
300 |
// *********************************
|
301 |
// Icon Size 32 Starts Here
|
302 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
303 |
acx_si_check_loaded_count(1,32,-170,-55);
|
304 |
acx_si_check_loaded_count(2,32,-170,-55);
|
305 |
acx_si_check_loaded_count(3,32,-170,-55);
|
@@ -309,7 +306,6 @@ function acx_load_floating_js()
|
|
309 |
acx_si_check_loaded_count(7,32,-160,-80);
|
310 |
// *********************************
|
311 |
// Icon Size 40 Starts Here
|
312 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
313 |
acx_si_check_loaded_count(1,40,-170,-65);
|
314 |
acx_si_check_loaded_count(2,40,-170,-65);
|
315 |
acx_si_check_loaded_count(3,40,-170,-65);
|
@@ -319,7 +315,6 @@ function acx_load_floating_js()
|
|
319 |
acx_si_check_loaded_count(7,40,-170,-145);
|
320 |
// *********************************
|
321 |
// Icon Size 48 Starts Here
|
322 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
323 |
acx_si_check_loaded_count(1,48,-170,-75);
|
324 |
acx_si_check_loaded_count(2,48,-170,-75);
|
325 |
acx_si_check_loaded_count(3,48,-170,-75);
|
@@ -329,7 +324,6 @@ function acx_load_floating_js()
|
|
329 |
acx_si_check_loaded_count(7,48,-170,-175);
|
330 |
// *********************************
|
331 |
// Icon Size 55 Starts Here
|
332 |
-
// acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
|
333 |
acx_si_check_loaded_count(1,55,-170,-80);
|
334 |
acx_si_check_loaded_count(2,55,-170,-80);
|
335 |
acx_si_check_loaded_count(3,55,-170,-135);
|
@@ -612,7 +606,7 @@ function acx_fsmi_si_pluign_finish_version_update()
|
|
612 |
</div>';
|
613 |
}
|
614 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
615 |
-
if($acx_fsmi_si_current_version != '2.
|
616 |
{
|
617 |
if (get_option('social_icon_array_order') != "")
|
618 |
{
|
279 |
If Y Decreases then Move to Down
|
280 |
***************************************************************************/
|
281 |
// Icon Size 16 Starts Here
|
|
|
282 |
acx_si_check_loaded_count(1,16,-170,-35);
|
283 |
acx_si_check_loaded_count(2,16,-170,-35);
|
284 |
acx_si_check_loaded_count(3,16,-170,-35);
|
288 |
acx_si_check_loaded_count(7,16,-170,-35);
|
289 |
// *********************************
|
290 |
// Icon Size 25 Starts Here
|
|
|
291 |
acx_si_check_loaded_count(1,25,-160,-50);
|
292 |
acx_si_check_loaded_count(2,25,-160,-50);
|
293 |
acx_si_check_loaded_count(3,25,-160,-50);
|
297 |
acx_si_check_loaded_count(7,25,-180,-50);
|
298 |
// *********************************
|
299 |
// Icon Size 32 Starts Here
|
|
|
300 |
acx_si_check_loaded_count(1,32,-170,-55);
|
301 |
acx_si_check_loaded_count(2,32,-170,-55);
|
302 |
acx_si_check_loaded_count(3,32,-170,-55);
|
306 |
acx_si_check_loaded_count(7,32,-160,-80);
|
307 |
// *********************************
|
308 |
// Icon Size 40 Starts Here
|
|
|
309 |
acx_si_check_loaded_count(1,40,-170,-65);
|
310 |
acx_si_check_loaded_count(2,40,-170,-65);
|
311 |
acx_si_check_loaded_count(3,40,-170,-65);
|
315 |
acx_si_check_loaded_count(7,40,-170,-145);
|
316 |
// *********************************
|
317 |
// Icon Size 48 Starts Here
|
|
|
318 |
acx_si_check_loaded_count(1,48,-170,-75);
|
319 |
acx_si_check_loaded_count(2,48,-170,-75);
|
320 |
acx_si_check_loaded_count(3,48,-170,-75);
|
324 |
acx_si_check_loaded_count(7,48,-170,-175);
|
325 |
// *********************************
|
326 |
// Icon Size 55 Starts Here
|
|
|
327 |
acx_si_check_loaded_count(1,55,-170,-80);
|
328 |
acx_si_check_loaded_count(2,55,-170,-80);
|
329 |
acx_si_check_loaded_count(3,55,-170,-135);
|
606 |
</div>';
|
607 |
}
|
608 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
609 |
+
if($acx_fsmi_si_current_version != '2.1') // Current Version
|
610 |
{
|
611 |
if (get_option('social_icon_array_order') != "")
|
612 |
{
|
readme.txt
CHANGED
@@ -4,10 +4,10 @@ Donate link:http://www.acurax.com/products/floating-social-media-icon-plugin-wor
|
|
4 |
|
5 |
Tags: floating social media, social network icon, social media widget, social media icon, socialmedia, social network widget, social floating icon, social profiles, floating social media button, social media button
|
6 |
Requires at least: 2.8
|
7 |
-
Tested up to: 4.2.
|
8 |
Stable tag: trunk
|
9 |
|
10 |
-
Easy
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -208,6 +208,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
208 |
|
209 |
== Upgrade Notice ==
|
210 |
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
= 2.0 =
|
212 |
* April 18, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
213 |
* Optimized Codes
|
@@ -360,6 +366,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
360 |
|
361 |
== Changelog ==
|
362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
= 2.0 =
|
364 |
* April 18, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
365 |
* Optimized Codes
|
4 |
|
5 |
Tags: floating social media, social network icon, social media widget, social media icon, socialmedia, social network widget, social floating icon, social profiles, floating social media button, social media button
|
6 |
Requires at least: 2.8
|
7 |
+
Tested up to: 4.2.4
|
8 |
Stable tag: trunk
|
9 |
|
10 |
+
Simple & Easy, Top Rated Social Media Plugin,20+ Social Media Icon Styles to Match Your Site, Animation,Set Order,Size,Support Widgets, Shortcode...
|
11 |
|
12 |
== Description ==
|
13 |
|
208 |
|
209 |
== Upgrade Notice ==
|
210 |
|
211 |
+
= 2.1 =
|
212 |
+
* May 30, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
213 |
+
* Optimized Codes
|
214 |
+
* Performance Improvements
|
215 |
+
* Stable Release
|
216 |
+
|
217 |
= 2.0 =
|
218 |
* April 18, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
219 |
* Optimized Codes
|
366 |
|
367 |
== Changelog ==
|
368 |
|
369 |
+
= 2.1 =
|
370 |
+
* May 30, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
371 |
+
* Optimized Codes
|
372 |
+
* Performance Improvements
|
373 |
+
* Stable Release
|
374 |
+
|
375 |
= 2.0 =
|
376 |
* April 18, 2015 | NOTE: Updating Plugin Will Not Change Your Settings/Configuration.. Update With Confidence :)
|
377 |
* Optimized Codes
|
social-icon.php
CHANGED
@@ -374,7 +374,7 @@ Please do a favour by enabling back-link to our site. <a href="admin.php?page=Ac
|
|
374 |
<?php if($_GET["status"] == "updated") { ?>
|
375 |
<div style="display: block; background-color: rgb(255, 255, 224); padding: 10px; border: 1px solid rgb(230, 219, 85); font-family: arial; font-size: 13px; font-weight: bold; text-align: center; border-radius: 10px 10px 10px 10px;">Acurax Floating Social Media Icon Update Successfully Completed - Thank You</div>
|
376 |
<?php
|
377 |
-
$acx_fsmi_si_current_version = "2.
|
378 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
379 |
} ?>
|
380 |
<hr/>
|
374 |
<?php if($_GET["status"] == "updated") { ?>
|
375 |
<div style="display: block; background-color: rgb(255, 255, 224); padding: 10px; border: 1px solid rgb(230, 219, 85); font-family: arial; font-size: 13px; font-weight: bold; text-align: center; border-radius: 10px 10px 10px 10px;">Acurax Floating Social Media Icon Update Successfully Completed - Thank You</div>
|
376 |
<?php
|
377 |
+
$acx_fsmi_si_current_version = "2.1"; // Current Version
|
378 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
379 |
} ?>
|
380 |
<hr/>
|