Version Description
- Fix - Code Optimization
- Fix - Compatibility Fix
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Widget by Acurax |
Version | 3.2.9 |
Comparing to | |
See all releases |
Code changes from version 3.2.8 to 3.2.9
- acurax-social-icon.php +2 -2
- function.php +1 -0
- includes/acx-smw-licence-activation.php +1 -0
- readme.txt +13 -0
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. You can define icon style size for each widget.
|
6 |
Author: Acurax
|
7 |
-
Version: 3.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', 7);
|
27 |
-
define('ACX_SMW_VERSION', "3.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. You can define icon style size for each widget.
|
6 |
Author: Acurax
|
7 |
+
Version: 3.2.9
|
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', 7);
|
27 |
+
define('ACX_SMW_VERSION', "3.2.9");
|
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
@@ -1238,6 +1238,7 @@ function acx_smw_license_refresh_with_forcing($acx_license,$addon_key)
|
|
1238 |
'download_dynamic_url' => $response['download_dynamic_url']
|
1239 |
);
|
1240 |
// update licence array
|
|
|
1241 |
|
1242 |
$acx_smwp_licence_array[$acx_smw_unique_id]['addon_name'] = $response['name'];
|
1243 |
$acx_smwp_licence_array[$acx_smw_unique_id]['licence_code'] = $acx_license;
|
1238 |
'download_dynamic_url' => $response['download_dynamic_url']
|
1239 |
);
|
1240 |
// update licence array
|
1241 |
+
update_option($acx_smw_unique_id,"Active");
|
1242 |
|
1243 |
$acx_smwp_licence_array[$acx_smw_unique_id]['addon_name'] = $response['name'];
|
1244 |
$acx_smwp_licence_array[$acx_smw_unique_id]['licence_code'] = $acx_license;
|
includes/acx-smw-licence-activation.php
CHANGED
@@ -4474,6 +4474,7 @@ function acx_smw_purchased_licence_add_callback()
|
|
4474 |
'download_dynamic_url' => $response['download_dynamic_url']
|
4475 |
);
|
4476 |
// update licence array
|
|
|
4477 |
|
4478 |
$acx_smwp_licence_array[$acx_smw_unique_id]['addon_name'] = $response['name'];
|
4479 |
$acx_smwp_licence_array[$acx_smw_unique_id]['version'] = $response['new_version'];
|
4474 |
'download_dynamic_url' => $response['download_dynamic_url']
|
4475 |
);
|
4476 |
// update licence array
|
4477 |
+
update_option($acx_smw_unique_id,"Active");
|
4478 |
|
4479 |
$acx_smwp_licence_array[$acx_smw_unique_id]['addon_name'] = $response['name'];
|
4480 |
$acx_smwp_licence_array[$acx_smw_unique_id]['version'] = $response['new_version'];
|
readme.txt
CHANGED
@@ -112,6 +112,10 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
112 |
|
113 |
== Upgrade Notice ==
|
114 |
|
|
|
|
|
|
|
|
|
115 |
= 3.2.8 =
|
116 |
* Fix - Code Optimization
|
117 |
* Fix - Removed Google Plus Icon
|
@@ -246,6 +250,15 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
246 |
|
247 |
== Changelog ==
|
248 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
= 3.2.7 =
|
250 |
* Fix - Security Improvements
|
251 |
* Fix - Perfomance Improvements
|
112 |
|
113 |
== Upgrade Notice ==
|
114 |
|
115 |
+
= 3.2.9 =
|
116 |
+
* Fix - Code Optimization
|
117 |
+
* Fix - Compatibility Fix
|
118 |
+
|
119 |
= 3.2.8 =
|
120 |
* Fix - Code Optimization
|
121 |
* Fix - Removed Google Plus Icon
|
250 |
|
251 |
== Changelog ==
|
252 |
|
253 |
+
= 3.2.9 =
|
254 |
+
* Fix - Code Optimization
|
255 |
+
* Fix - Compatibility Fix
|
256 |
+
|
257 |
+
= 3.2.8 =
|
258 |
+
* Fix - Code Optimization
|
259 |
+
* Fix - Removed Google Plus Icon
|
260 |
+
* Fix - Compatibility Fix
|
261 |
+
|
262 |
= 3.2.7 =
|
263 |
* Fix - Security Improvements
|
264 |
* Fix - Perfomance Improvements
|