Version Description
- Nov 04, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
- Stable Release
- Troubleshoot Option Bug Fixes
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Widget by Acurax |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.2
- acurax-social-icon.php +1 -1
- function.php +2 -1
- readme.txt +12 -2
- social-icon.php +2 -2
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: 2.
|
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: 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: 2.2
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
function.php
CHANGED
@@ -213,7 +213,7 @@ function acx_widget_si_pluign_finish_version_update()
|
|
213 |
</div>';
|
214 |
}
|
215 |
$acx_widget_si_current_version = get_option('acx_widget_si_current_version');
|
216 |
-
if($acx_widget_si_current_version != '2.
|
217 |
{
|
218 |
if (get_option('social_widget_icon_array_order') != "")
|
219 |
{
|
@@ -758,6 +758,7 @@ $message = $message . "Phone: ".$acx_phone . "\r\n <br>";
|
|
758 |
$acx_question = wordwrap($acx_question, 70, "\r\n <br>");
|
759 |
$message = $message . "Website: ".$acx_weburl . "\r\n <br>";
|
760 |
$message = $message . "Question: ".$acx_question . "\r\n <br>";
|
|
|
761 |
$acx_subject = "Quick Support - " . $acx_subject;
|
762 |
$emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
|
763 |
if($emailed)
|
213 |
</div>';
|
214 |
}
|
215 |
$acx_widget_si_current_version = get_option('acx_widget_si_current_version');
|
216 |
+
if($acx_widget_si_current_version != '2.2') // Current Version
|
217 |
{
|
218 |
if (get_option('social_widget_icon_array_order') != "")
|
219 |
{
|
758 |
$acx_question = wordwrap($acx_question, 70, "\r\n <br>");
|
759 |
$message = $message . "Website: ".$acx_weburl . "\r\n <br>";
|
760 |
$message = $message . "Question: ".$acx_question . "\r\n <br>";
|
761 |
+
$message = stripslashes($message);
|
762 |
$acx_subject = "Quick Support - " . $acx_subject;
|
763 |
$emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
|
764 |
if($emailed)
|
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 |
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.
|
@@ -115,10 +115,15 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
115 |
|
116 |
== Upgrade Notice ==
|
117 |
|
|
|
|
|
|
|
|
|
|
|
118 |
= 2.1 =
|
119 |
* Sep 18, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
120 |
* Stable Release
|
121 |
-
* Minor
|
122 |
|
123 |
= 2.0 =
|
124 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
@@ -168,6 +173,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
168 |
|
169 |
== Changelog ==
|
170 |
|
|
|
|
|
|
|
|
|
|
|
171 |
= 2.1 =
|
172 |
* Sep 18, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
173 |
* Stable Release
|
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.2.4
|
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.
|
115 |
|
116 |
== Upgrade Notice ==
|
117 |
|
118 |
+
= 2.2 =
|
119 |
+
* Nov 04, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
120 |
+
* Stable Release
|
121 |
+
* Troubleshoot Option Bug Fixes
|
122 |
+
|
123 |
= 2.1 =
|
124 |
* Sep 18, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
125 |
* Stable Release
|
126 |
+
* Minor Bug Fixes
|
127 |
|
128 |
= 2.0 =
|
129 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
173 |
|
174 |
== Changelog ==
|
175 |
|
176 |
+
= 2.2 =
|
177 |
+
* Nov 04, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
178 |
+
* Stable Release
|
179 |
+
* Troubleshoot Option Bug Fixes
|
180 |
+
|
181 |
= 2.1 =
|
182 |
* Sep 18, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
183 |
* Stable Release
|
social-icon.php
CHANGED
@@ -60,7 +60,7 @@ update_option('acx_widget_si_installed_date', $acx_widget_si_installed_date);
|
|
60 |
$social_widget_icon_array_order = array(0,1,2,3,4,5,6);
|
61 |
$social_widget_icon_array_order = serialize($social_widget_icon_array_order);
|
62 |
update_option('social_widget_icon_array_order', $social_widget_icon_array_order);
|
63 |
-
$acx_widget_si_current_version = "2.
|
64 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
65 |
} else
|
66 |
{
|
@@ -335,7 +335,7 @@ if ($acx_si_smw_acx_service_banners != "no") { ?>
|
|
335 |
<?php if($_GET["status"] == "updated") { ?>
|
336 |
<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 Social Media Widget Update Successfully Completed - Thank You</div>
|
337 |
<?php
|
338 |
-
$acx_widget_si_current_version = "2.
|
339 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
340 |
} ?>
|
341 |
<hr/>
|
60 |
$social_widget_icon_array_order = array(0,1,2,3,4,5,6);
|
61 |
$social_widget_icon_array_order = serialize($social_widget_icon_array_order);
|
62 |
update_option('social_widget_icon_array_order', $social_widget_icon_array_order);
|
63 |
+
$acx_widget_si_current_version = "2.2"; // Current Version
|
64 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
65 |
} else
|
66 |
{
|
335 |
<?php if($_GET["status"] == "updated") { ?>
|
336 |
<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 Social Media Widget Update Successfully Completed - Thank You</div>
|
337 |
<?php
|
338 |
+
$acx_widget_si_current_version = "2.2"; // Current Version
|
339 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
340 |
} ?>
|
341 |
<hr/>
|