Social Media Flying Icons | Floating Social Media Icon - Version 1.3.7

Version Description

  • Nov 02, 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 Icon 128x128 Social Media Flying Icons | Floating Social Media Icon
Version 1.3.7
Comparing to
See all releases

Code changes from version 1.3.6 to 1.3.7

Files changed (4) hide show
  1. acurax-social-icon.php +1 -1
  2. function.php +3 -3
  3. readme.txt +10 -0
  4. 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.6
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.7
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
function.php CHANGED
@@ -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.6') // Current Version
492
  {
493
  if (get_option('social_icon_array_order') != "")
494
  {
@@ -1020,8 +1020,8 @@ function acx_quick_request_submit_callback()
1020
  $acx_email = $_POST['acx_email'];
1021
  $acx_phone = $_POST['acx_phone'];
1022
  $acx_weburl = $_POST['acx_weburl'];
1023
- $acx_subject = $_POST['acx_subject'];
1024
- $acx_question = $_POST['acx_question'];
1025
  if($acx_name == "" || $acx_email == "" || $acx_weburl == "" || $acx_subject == "" || $acx_question == "")
1026
  {
1027
  echo 2;
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.7') // Current Version
492
  {
493
  if (get_option('social_icon_array_order') != "")
494
  {
1020
  $acx_email = $_POST['acx_email'];
1021
  $acx_phone = $_POST['acx_phone'];
1022
  $acx_weburl = $_POST['acx_weburl'];
1023
+ $acx_subject = stripslashes($_POST['acx_subject']);
1024
+ $acx_question = stripslashes($_POST['acx_question']);
1025
  if($acx_name == "" || $acx_email == "" || $acx_weburl == "" || $acx_subject == "" || $acx_question == "")
1026
  {
1027
  echo 2;
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.6 =
216
  * Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
217
  * Minor Bug Fixes
@@ -337,6 +342,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
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
212
 
213
  == Upgrade Notice ==
214
 
215
+ = 1.3.7 =
216
+ * Nov 02, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
217
+ * Minor Bug Fixes
218
+ * Stable Release
219
+
220
  = 1.3.6 =
221
  * Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
222
  * Minor Bug Fixes
342
 
343
  == Changelog ==
344
 
345
+ = 1.3.7 =
346
+ * Nov 02, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
347
+ * Minor Bug Fixes
348
+ * Stable Release
349
+
350
  = 1.3.6 =
351
  * Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
352
  * Minor Bug Fixes
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.6"; // Current Version
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.6"; // Current Version
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.7"; // 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.7"; // Current Version
399
  update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
400
  } ?>
401
  <hr/>