Social Media Widget by Acurax - Version 3.2.5

Version Description

  • Fix - Code Improvements
  • Fix - Perfomance Improvements
Download this release

Release Info

Developer Acurax
Plugin Icon 128x128 Social Media Widget by Acurax
Version 3.2.5
Comparing to
See all releases

Code changes from version 3.2.4 to 3.2.5

acurax-social-icon.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Social Media Widget by Acurax
4
  Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
5
  Description: A Simple Wordpress Plugin Which Allow You To Add Widget Which Links Social Media Icons to Your Social Media Profiles Twitter,Facebook,Pinterest,Youtube,Rss Feed,Linkedin,google plus. You can define icon style size for each widget.
6
  Author: Acurax
7
- Version: 3.2.4
8
  Author URI: http://www.acurax.com/
9
  License: GPLv2 or later
10
  */
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24
  */
25
  define('ACX_SOCIALMEDIA_WIDGET_TOTAL_THEMES', 30);
26
  define('ACX_SMW_TOTAL_STATIC_SERVICES', 8);
27
- define('ACX_SMW_VERSION', "3.2.4");
28
  define("ACX_SMW_BASE_LOCATION",plugin_dir_url( __FILE__ ));
29
  define("ACX_SMW_WP_SLUG","acurax-social-media-widget");
30
  include_once(plugin_dir_path( __FILE__ ).'function.php');
4
  Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
5
  Description: A Simple Wordpress Plugin Which Allow You To Add Widget Which Links Social Media Icons to Your Social Media Profiles Twitter,Facebook,Pinterest,Youtube,Rss Feed,Linkedin,google plus. You can define icon style size for each widget.
6
  Author: Acurax
7
+ Version: 3.2.5
8
  Author URI: http://www.acurax.com/
9
  License: GPLv2 or later
10
  */
24
  */
25
  define('ACX_SOCIALMEDIA_WIDGET_TOTAL_THEMES', 30);
26
  define('ACX_SMW_TOTAL_STATIC_SERVICES', 8);
27
+ define('ACX_SMW_VERSION', "3.2.5");
28
  define("ACX_SMW_BASE_LOCATION",plugin_dir_url( __FILE__ ));
29
  define("ACX_SMW_WP_SLUG","acurax-social-media-widget");
30
  include_once(plugin_dir_path( __FILE__ ).'function.php');
function.php CHANGED
@@ -55,13 +55,12 @@ function acx_smw_post_isset_check($field)
55
 
56
  function acx_smw_quick_form()
57
  {
58
- if(ISSET($_SERVER['HTTP_HOST']))
59
- {
60
- $acx_installation_url = $_SERVER['HTTP_HOST'];
61
- } else
62
- {
63
- $acx_installation_url = "";
64
- }
65
  ?>
66
  <div class="acx_smw_es_common_raw acx_smw_es_common_bg">
67
  <div class="acx_smw_es_middle_section">
@@ -256,14 +255,10 @@ $acx_si_smw_float_fix = get_option('acx_si_smw_float_fix');
256
  $acx_si_smw_theme_warning_ignore = get_option('acx_si_smw_theme_warning_ignore');
257
  // *****************************************************
258
 
259
- // Options Value Checker
260
- function acx_widget_option_value_check($option_name,$yes,$no)
261
- { $acx_widget_si_option_set = get_option($option_name);
262
- if ($acx_widget_si_option_set != "") { echo $yes; } else { echo $no; }
263
- }
264
  if(ISSET($_GET['page']))
265
  {
266
- $acx_si_widget_current_page = $_GET['page'];
267
  } else
268
  {
269
  $acx_si_widget_current_page = "";
@@ -346,14 +341,6 @@ function acurax_si_widget_simple($acx_widget_array)
346
  }
347
  return $acx_w_html;
348
  } //acurax_si_widget_simple()
349
-
350
-
351
-
352
- // Check Credit Link
353
- function check_widget_acx_credit($yes,$no)
354
- { $acx_widget_si_credit = get_option('acx_widget_si_credit');
355
- if($acx_widget_si_credit != "no") { echo $yes; } else { echo $no; }
356
- }
357
  function acx_widget_theme_check_wp_head() {
358
  $template_directory = get_template_directory();
359
  // If header.php exists in the current theme, scan for "wp_head"
@@ -1079,6 +1066,7 @@ function acx_smw_install_licence_refresh_callback()
1079
  if (!isset($_POST['acx_smw_install_licence_refresh_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','acurax-social-media-widget')."<a href=''>".__('Click Here','acurax-social-media-widget')."</a>");
1080
  if (!wp_verify_nonce($_POST['acx_smw_install_licence_refresh_w_c_n'],'acx_smw_install_licence_refresh_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','acurax-social-media-widget')."<a href=''>".__('Click Here','acurax-social-media-widget')."</a>");
1081
  $key = $licence = $id = "";
 
1082
  $response_stat = "failed";
1083
  if(ISSET($_POST['key']))
1084
  {
@@ -1093,9 +1081,6 @@ function acx_smw_install_licence_refresh_callback()
1093
  {
1094
  $local_key = $result["localkey"];
1095
  }
1096
- else{
1097
- $local_key = "";
1098
- }
1099
  $acx_smwp_licence_array = get_option('acx_fsmip_licence_array');
1100
  if(is_serialized($acx_smwp_licence_array))
1101
  {
55
 
56
  function acx_smw_quick_form()
57
  {
58
+ $acx_installation_url = "";
59
+ if(ISSET($_SERVER['HTTP_HOST']))
60
+ {
61
+ $acx_installation_url = $_SERVER['HTTP_HOST'];
62
+ }
63
+
 
64
  ?>
65
  <div class="acx_smw_es_common_raw acx_smw_es_common_bg">
66
  <div class="acx_smw_es_middle_section">
255
  $acx_si_smw_theme_warning_ignore = get_option('acx_si_smw_theme_warning_ignore');
256
  // *****************************************************
257
 
258
+
 
 
 
 
259
  if(ISSET($_GET['page']))
260
  {
261
+ $acx_si_widget_current_page = sanitize_text_field(trim($_GET['page']));
262
  } else
263
  {
264
  $acx_si_widget_current_page = "";
341
  }
342
  return $acx_w_html;
343
  } //acurax_si_widget_simple()
 
 
 
 
 
 
 
 
344
  function acx_widget_theme_check_wp_head() {
345
  $template_directory = get_template_directory();
346
  // If header.php exists in the current theme, scan for "wp_head"
1066
  if (!isset($_POST['acx_smw_install_licence_refresh_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','acurax-social-media-widget')."<a href=''>".__('Click Here','acurax-social-media-widget')."</a>");
1067
  if (!wp_verify_nonce($_POST['acx_smw_install_licence_refresh_w_c_n'],'acx_smw_install_licence_refresh_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','acurax-social-media-widget')."<a href=''>".__('Click Here','acurax-social-media-widget')."</a>");
1068
  $key = $licence = $id = "";
1069
+ $local_key = "";
1070
  $response_stat = "failed";
1071
  if(ISSET($_POST['key']))
1072
  {
1081
  {
1082
  $local_key = $result["localkey"];
1083
  }
 
 
 
1084
  $acx_smwp_licence_array = get_option('acx_fsmip_licence_array');
1085
  if(is_serialized($acx_smwp_licence_array))
1086
  {
includes/acx-smw-licence-activation.php CHANGED
@@ -4018,7 +4018,7 @@ function acx_smw_licnece_install_required_plugins() {
4018
  array(
4019
  'name' => 'Social Media Flying Icons | Floating Social Media Icon',
4020
  'slug' => 'floating-social-media-icon',
4021
- 'version' => '4.2',
4022
  'required' => true,
4023
  ),
4024
 
4018
  array(
4019
  'name' => 'Social Media Flying Icons | Floating Social Media Icon',
4020
  'slug' => 'floating-social-media-icon',
4021
+ 'version' => '4.2.6',
4022
  'required' => true,
4023
  ),
4024
 
readme.txt CHANGED
@@ -1,10 +1,12 @@
1
  === Social Media Widget by Acurax ===
2
- Contributors: Acurax
3
-
4
  Tags: Social Media Widget,social icon widget,social media icon,socialmedia,fb widget,business social media,pinterest,social media marketing tools,social profile link,twitter facebook,social media button,pinterest button,social media logos,social media buttons,google plus button
5
  Requires at least: 2.8
6
- Tested up to: 4.7.5
 
7
  Stable tag: trunk
 
8
 
9
  Social Media Widget Plugin, A Simple Social Icon Widget To Show Essential Social Media Icons - Can Select Social Media Icon Style , Size and Order.
10
 
@@ -110,6 +112,10 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
110
 
111
  == Upgrade Notice ==
112
 
 
 
 
 
113
  = 3.2.4 =
114
  * Fix - Security Fixes
115
 
@@ -226,6 +232,10 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
226
 
227
  == Changelog ==
228
 
 
 
 
 
229
  = 3.2.4 =
230
  * Fix - Security Fixes
231
 
1
  === Social Media Widget by Acurax ===
2
+ Contributors: Acurax, socialmediadesk
3
+ Donate link: http://www.acurax.com/happy-clients.php
4
  Tags: Social Media Widget,social icon widget,social media icon,socialmedia,fb widget,business social media,pinterest,social media marketing tools,social profile link,twitter facebook,social media button,pinterest button,social media logos,social media buttons,google plus button
5
  Requires at least: 2.8
6
+ Requires PHP: 5.3
7
+ Tested up to: 4.9.1
8
  Stable tag: trunk
9
+ License: GPLv2 or later
10
 
11
  Social Media Widget Plugin, A Simple Social Icon Widget To Show Essential Social Media Icons - Can Select Social Media Icon Style , Size and Order.
12
 
112
 
113
  == Upgrade Notice ==
114
 
115
+ = 3.2.5 =
116
+ * Fix - Code Improvements
117
+ * Fix - Perfomance Improvements
118
+
119
  = 3.2.4 =
120
  * Fix - Security Fixes
121
 
232
 
233
  == Changelog ==
234
 
235
+ = 3.2.5 =
236
+ * Fix - Code Improvements
237
+ * Fix - Perfomance Improvements
238
+
239
  = 3.2.4 =
240
  * Fix - Security Fixes
241