Version Description
- Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
- Minor Bug Fixes
- Stable Release
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Flying Icons | Floating Social Media Icon |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- acurax-social-icon.php +1 -1
- function.php +3 -3
- readme.txt +10 -0
- social-icon.php +2 -2
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: 1.3.
|
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: 1.3.6
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
function.php
CHANGED
@@ -98,7 +98,7 @@ function acx_theme_check_wp_head() {
|
|
98 |
}
|
99 |
|
100 |
// wp_head() not found:
|
101 |
-
echo "<div class=\"highlight\" style=\"width: 99%; margin-top: 10px; margin-bottom: 10px; border: 1px solid darkred;\">" . "Your theme needs to be fixed for plugins to work (Especially Floating Social Media Icon). To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_head(); ?></code> just before the <code></head></code> line of your theme's <code>header.php</code> file." . "</div>";
|
102 |
}
|
103 |
} // theme check
|
104 |
if($acx_si_fsmi_theme_warning_ignore != "yes")
|
@@ -122,7 +122,7 @@ function acx_theme_check_wp_footer() {
|
|
122 |
}
|
123 |
|
124 |
// wp_footer() not found:
|
125 |
-
echo "<div class=\"highlight\" style=\"width: 99%; margin-top: 10px; margin-bottom: 10px; border: 1px solid darkred;\">" . "Your theme needs to be fixed for plugins to work (Especially Floating Social Media Icon). To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file." . "</div>";
|
126 |
}
|
127 |
}
|
128 |
if($acx_si_fsmi_theme_warning_ignore != "yes")
|
@@ -488,7 +488,7 @@ function acx_fsmi_si_pluign_finish_version_update()
|
|
488 |
</div>';
|
489 |
}
|
490 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
491 |
-
if($acx_fsmi_si_current_version != '1.3.
|
492 |
{
|
493 |
if (get_option('social_icon_array_order') != "")
|
494 |
{
|
98 |
}
|
99 |
|
100 |
// wp_head() not found:
|
101 |
+
echo "<div class=\"highlight\" style=\"width: 99%; margin-top: 10px; margin-bottom: 10px; border: 1px solid darkred;\">" . "Your theme needs to be fixed for plugins to work (Especially Floating Social Media Icon). To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_head(); ?></code> just before the <code></head></code> line of your theme's <code>header.php</code> file, If everything is working well and still you see this, you can hide this message at our misc page." . "</div>";
|
102 |
}
|
103 |
} // theme check
|
104 |
if($acx_si_fsmi_theme_warning_ignore != "yes")
|
122 |
}
|
123 |
|
124 |
// wp_footer() not found:
|
125 |
+
echo "<div class=\"highlight\" style=\"width: 99%; margin-top: 10px; margin-bottom: 10px; border: 1px solid darkred;\">" . "Your theme needs to be fixed for plugins to work (Especially Floating Social Media Icon). To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file, If everything is working well and still you see this, you can hide this message at our misc page." . "</div>";
|
126 |
}
|
127 |
}
|
128 |
if($acx_si_fsmi_theme_warning_ignore != "yes")
|
488 |
</div>';
|
489 |
}
|
490 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
491 |
+
if($acx_fsmi_si_current_version != '1.3.6') // Current Version
|
492 |
{
|
493 |
if (get_option('social_icon_array_order') != "")
|
494 |
{
|
readme.txt
CHANGED
@@ -212,6 +212,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
|
|
|
|
|
|
|
|
|
|
215 |
= 1.3.5 =
|
216 |
* June 04, 2014 | NOTE: Upgrading Will Not Make Any Changes to Settings/Configurations. Upgrade With Confidence :)
|
217 |
* Added Option to Disable Floating Icons on Mobile Devices
|
@@ -332,6 +337,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
332 |
|
333 |
== Changelog ==
|
334 |
|
|
|
|
|
|
|
|
|
|
|
335 |
= 1.3.5 =
|
336 |
* June 04, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
337 |
* Added Option to Disable Floating on Mobile Devices
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
215 |
+
= 1.3.6 =
|
216 |
+
* Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
217 |
+
* Minor Bug Fixes
|
218 |
+
* Stable Release
|
219 |
+
|
220 |
= 1.3.5 =
|
221 |
* June 04, 2014 | NOTE: Upgrading Will Not Make Any Changes to Settings/Configurations. Upgrade With Confidence :)
|
222 |
* Added Option to Disable Floating Icons on Mobile Devices
|
337 |
|
338 |
== Changelog ==
|
339 |
|
340 |
+
= 1.3.6 =
|
341 |
+
* Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
342 |
+
* Minor Bug Fixes
|
343 |
+
* Stable Release
|
344 |
+
|
345 |
= 1.3.5 =
|
346 |
* June 04, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
347 |
* Added Option to Disable Floating on Mobile Devices
|
social-icon.php
CHANGED
@@ -75,7 +75,7 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
|
|
75 |
$social_icon_array_order = array(0,1,2,3,4,5,6);
|
76 |
$social_icon_array_order = serialize($social_icon_array_order);
|
77 |
update_option('social_icon_array_order', $social_icon_array_order);
|
78 |
-
$acx_fsmi_si_current_version = "1.3.
|
79 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
80 |
} else
|
81 |
{
|
@@ -395,7 +395,7 @@ Please do a favour by enabling back-link to our site. <a href="admin.php?page=Ac
|
|
395 |
<?php if($_GET["status"] == "updated") { ?>
|
396 |
<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>
|
397 |
<?php
|
398 |
-
$acx_fsmi_si_current_version = "1.3.
|
399 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
400 |
} ?>
|
401 |
<hr/>
|
75 |
$social_icon_array_order = array(0,1,2,3,4,5,6);
|
76 |
$social_icon_array_order = serialize($social_icon_array_order);
|
77 |
update_option('social_icon_array_order', $social_icon_array_order);
|
78 |
+
$acx_fsmi_si_current_version = "1.3.6"; // Current Version
|
79 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
80 |
} else
|
81 |
{
|
395 |
<?php if($_GET["status"] == "updated") { ?>
|
396 |
<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>
|
397 |
<?php
|
398 |
+
$acx_fsmi_si_current_version = "1.3.6"; // Current Version
|
399 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
400 |
} ?>
|
401 |
<hr/>
|