Version Description
- Sep 18, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
- Stable Release
- Minor Bud Fixes
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Widget by Acurax |
Version | 2.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.1
- acurax-social-icon.php +1 -1
- function.php +2 -1
- readme.txt +10 -0
- 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.1
|
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 |
$emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
|
762 |
if($emailed)
|
763 |
{
|
213 |
</div>';
|
214 |
}
|
215 |
$acx_widget_si_current_version = get_option('acx_widget_si_current_version');
|
216 |
+
if($acx_widget_si_current_version != '2.1') // 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 |
+
$acx_subject = "Quick Support - " . $acx_subject;
|
762 |
$emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
|
763 |
if($emailed)
|
764 |
{
|
readme.txt
CHANGED
@@ -115,6 +115,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
115 |
|
116 |
== Upgrade Notice ==
|
117 |
|
|
|
|
|
|
|
|
|
|
|
118 |
= 2.0 =
|
119 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
120 |
* Stable Release
|
@@ -163,6 +168,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
|
|
|
|
166 |
= 2.0 =
|
167 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
168 |
* Stable Release
|
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 Bud Fixes
|
122 |
+
|
123 |
= 2.0 =
|
124 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
125 |
* Stable Release
|
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
|
174 |
+
* Minor Bud Fixes
|
175 |
+
|
176 |
= 2.0 =
|
177 |
* June 07, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
178 |
* 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.1"; // 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.1"; // Current Version
|
339 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
340 |
} ?>
|
341 |
<hr/>
|