Social Media Widget by Acurax - Version 3.2.3

Version Description

  • Fix - Perfomance Improvements
  • Code Improvements
Download this release

Release Info

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

Code changes from version 3.2.2 to 3.2.3

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.2
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.2");
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.3
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.3");
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
@@ -1148,6 +1148,7 @@ function acx_smw_install_licence_refresh_callback()
1148
  add_action("wp_ajax_acx_smw_install_licence_refresh","acx_smw_install_licence_refresh_callback");
1149
  function acx_smw_license_refresh_with_forcing($acx_license,$addon_key)
1150
  {
 
1151
  $acx_smw_ip = isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : $_SERVER['LOCAL_ADDR'];
1152
  $acx_smw_domain = $_SERVER['SERVER_NAME'];
1153
  $acx_smw_directory = dirname(__FILE__);
1148
  add_action("wp_ajax_acx_smw_install_licence_refresh","acx_smw_install_licence_refresh_callback");
1149
  function acx_smw_license_refresh_with_forcing($acx_license,$addon_key)
1150
  {
1151
+ $retry = true;
1152
  $acx_smw_ip = isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : $_SERVER['LOCAL_ADDR'];
1153
  $acx_smw_domain = $_SERVER['SERVER_NAME'];
1154
  $acx_smw_directory = dirname(__FILE__);
includes/acx-smw-licence-activation.php CHANGED
@@ -4398,7 +4398,7 @@ function acx_smw_purchased_licence_add_callback()
4398
  {
4399
  if($acx_smwp_retry_array[$acx_smw_purchased_licence]['activation_licence_check'] >= 3)
4400
  {
4401
- $retry = false;
4402
  }
4403
  }
4404
 
4398
  {
4399
  if($acx_smwp_retry_array[$acx_smw_purchased_licence]['activation_licence_check'] >= 3)
4400
  {
4401
+ $retry = false;
4402
  }
4403
  }
4404
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.2
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.
@@ -110,6 +110,10 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
110
 
111
  == Upgrade Notice ==
112
 
 
 
 
 
113
  = 3.2.2 =
114
  * Fix - Perfomance Improvements
115
  * Code Improvements
@@ -219,6 +223,10 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
219
 
220
  == Changelog ==
221
 
 
 
 
 
222
  = 3.2.2 =
223
  * Fix - Perfomance Improvements
224
  * Code Improvements
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.3
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.
110
 
111
  == Upgrade Notice ==
112
 
113
+ = 3.2.3 =
114
+ * Fix - Perfomance Improvements
115
+ * Code Improvements
116
+
117
  = 3.2.2 =
118
  * Fix - Perfomance Improvements
119
  * Code Improvements
223
 
224
  == Changelog ==
225
 
226
+ = 3.2.3 =
227
+ * Fix - Perfomance Improvements
228
+ * Code Improvements
229
+
230
  = 3.2.2 =
231
  * Fix - Perfomance Improvements
232
  * Code Improvements