Version Description
- Jan 09, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
- Fixed Spelling
- More Stable Release
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Widget by Acurax |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- acurax-social-icon.php +1 -1
- function.php +9 -8
- readme.txt +19 -1
- social-icon.php +2 -2
acurax-social-icon.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Acurax Social Media Widget
|
|
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: 1.3.
|
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: 1.3.2
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
function.php
CHANGED
@@ -15,11 +15,7 @@ $acx_widget_si_icon_size = get_option('acx_widget_si_icon_size');
|
|
15 |
$acx_si_smw_menu_highlight = get_option('acx_si_smw_menu_highlight');
|
16 |
$acx_si_smw_float_fix = get_option('acx_si_smw_float_fix');
|
17 |
// *****************************************************
|
18 |
-
|
19 |
-
function check_widget_acx_credit($yes,$no)
|
20 |
-
{ $acx_widget_si_credit = get_option('acx_widget_si_credit');
|
21 |
-
if($acx_widget_si_credit != "no") { echo $yes; } else { echo $no; }
|
22 |
-
}
|
23 |
// Options Value Checker
|
24 |
function acx_widget_option_value_check($option_name,$yes,$no)
|
25 |
{ $acx_widget_si_option_set = get_option($option_name);
|
@@ -82,6 +78,11 @@ function acurax_si_widget_simple($theme = "")
|
|
82 |
else if ($value == 6) { echo $feed_link; }
|
83 |
}
|
84 |
} //acurax_si_widget_simple()
|
|
|
|
|
|
|
|
|
|
|
85 |
function acx_widget_theme_check_wp_head() {
|
86 |
$template_directory = get_template_directory();
|
87 |
// If header.php exists in the current theme, scan for "wp_head"
|
@@ -186,7 +187,7 @@ function acx_widget_si_custom_admin_js()
|
|
186 |
function acx_widget_si_pluign_upgrade_not_finished()
|
187 |
{
|
188 |
echo '<div class="error">
|
189 |
-
<p><b>Thanks for updating Acurax Social Media Widget
|
190 |
</div>';
|
191 |
}
|
192 |
$total_arrays = 7; // Number Of Services
|
@@ -204,11 +205,11 @@ function enqueue_acx_widget_si_style()
|
|
204 |
function acx_widget_si_pluign_finish_version_update()
|
205 |
{
|
206 |
echo '<div id="message" class="updated">
|
207 |
-
<p><b>Thanks for updating Acurax Social Media Widget
|
208 |
</div>';
|
209 |
}
|
210 |
$acx_widget_si_current_version = get_option('acx_widget_si_current_version');
|
211 |
-
if($acx_widget_si_current_version != '1.3.
|
212 |
{
|
213 |
if (get_option('social_widget_icon_array_order') != "")
|
214 |
{
|
15 |
$acx_si_smw_menu_highlight = get_option('acx_si_smw_menu_highlight');
|
16 |
$acx_si_smw_float_fix = get_option('acx_si_smw_float_fix');
|
17 |
// *****************************************************
|
18 |
+
|
|
|
|
|
|
|
|
|
19 |
// Options Value Checker
|
20 |
function acx_widget_option_value_check($option_name,$yes,$no)
|
21 |
{ $acx_widget_si_option_set = get_option($option_name);
|
78 |
else if ($value == 6) { echo $feed_link; }
|
79 |
}
|
80 |
} //acurax_si_widget_simple()
|
81 |
+
// Check Credit Link
|
82 |
+
function check_widget_acx_credit($yes,$no)
|
83 |
+
{ $acx_widget_si_credit = get_option('acx_widget_si_credit');
|
84 |
+
if($acx_widget_si_credit != "no") { echo $yes; } else { echo $no; }
|
85 |
+
}
|
86 |
function acx_widget_theme_check_wp_head() {
|
87 |
$template_directory = get_template_directory();
|
88 |
// If header.php exists in the current theme, scan for "wp_head"
|
187 |
function acx_widget_si_pluign_upgrade_not_finished()
|
188 |
{
|
189 |
echo '<div class="error">
|
190 |
+
<p><b>Thanks for updating Acurax Social Media Widget Plugin... You need to visit <a href="admin.php?page=Acurax-Social-Widget-Settings">Plugin\'s Settings Page</a> to Complete the Updating Process - <a href="admin.php?page=Acurax-Social-Widget-Settings">Click Here Visit Social Icon Plugin Settings</a></b></p>
|
191 |
</div>';
|
192 |
}
|
193 |
$total_arrays = 7; // Number Of Services
|
205 |
function acx_widget_si_pluign_finish_version_update()
|
206 |
{
|
207 |
echo '<div id="message" class="updated">
|
208 |
+
<p><b>Thanks for updating Acurax Social Media Widget Plugin... You need to visit <a href="admin.php?page=Acurax-Social-Widget-Settings&status=updated#updated">Plugin\'s Settings Page</a> to Complete the Updating Process - <a href="admin.php?page=Acurax-Social-Widget-Settings&status=updated#updated">Click Here Visit Social Icon Plugin Settings</a></b></p>
|
209 |
</div>';
|
210 |
}
|
211 |
$acx_widget_si_current_version = get_option('acx_widget_si_current_version');
|
212 |
+
if($acx_widget_si_current_version != '1.3.2') // Current Version
|
213 |
{
|
214 |
if (get_option('social_widget_icon_array_order') != "")
|
215 |
{
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Acurax
|
|
3 |
|
4 |
Tags: Social Media Widget,social,social icon widget,social media icon,socialmedia,pinterest widget,fb widget,facebook button,pinterest,social icon,social profile link,twitter facebook,social media button,pinterest button,rss icon,facebook profile url,google plus,google+,google plus button
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 3.8
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Simple Wordpress Social Media Widget Plugin Where You Can Use Widget To Show Essential Social Media Icons - Can Select Social Media Icon Style , Size and alignment.
|
@@ -66,6 +66,14 @@ To add a social media widget to your sidebar.. you theme must support sidebars.
|
|
66 |
|
67 |
Plugin Support More than one instance of Social Media Widgets, SO you can use as many social media widget on your sidebars and each can have seperate icon style or size.
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
= How can i help the development of this plugin? =
|
70 |
|
71 |
Acurax Provide Most of all the wordpress related services like website design and development including plugin development, theme design and coding, Graphics Design range from header image designing to complete design and marketing of a website. we can do your projects. So here you get what u needs to get done and we getting business so a part of that can be used for the time that we spend to develop plugins like this social media widget.
|
@@ -101,6 +109,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
101 |
|
102 |
== Upgrade Notice ==
|
103 |
|
|
|
|
|
|
|
|
|
|
|
104 |
= 1.3.1 =
|
105 |
* Oct 21, 2013 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
106 |
* Optimized Code
|
@@ -131,6 +144,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
131 |
|
132 |
== Changelog ==
|
133 |
|
|
|
|
|
|
|
|
|
|
|
134 |
= 1.3.1 =
|
135 |
* Oct 21, 2013 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
136 |
* Optimized Code
|
3 |
|
4 |
Tags: Social Media Widget,social,social icon widget,social media icon,socialmedia,pinterest widget,fb widget,facebook button,pinterest,social icon,social profile link,twitter facebook,social media button,pinterest button,rss icon,facebook profile url,google plus,google+,google plus button
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 3.8.1
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Simple Wordpress Social Media Widget Plugin Where You Can Use Widget To Show Essential Social Media Icons - Can Select Social Media Icon Style , Size and alignment.
|
66 |
|
67 |
Plugin Support More than one instance of Social Media Widgets, SO you can use as many social media widget on your sidebars and each can have seperate icon style or size.
|
68 |
|
69 |
+
= Why my social media icons are displaying vertically? =
|
70 |
+
|
71 |
+
In addition to social media icon css styles generated by Acurax Social Media Widget plugin, theme css styles may also get applied and it causes this issue.
|
72 |
+
|
73 |
+
= How can i fix the social media icon displaying vertical issue? =
|
74 |
+
|
75 |
+
We have added an option in the misc page to enable and disable theme conflict fix, if your social media icon widget icons display as vertical, then please enable the theme conflict fix.
|
76 |
+
|
77 |
= How can i help the development of this plugin? =
|
78 |
|
79 |
Acurax Provide Most of all the wordpress related services like website design and development including plugin development, theme design and coding, Graphics Design range from header image designing to complete design and marketing of a website. we can do your projects. So here you get what u needs to get done and we getting business so a part of that can be used for the time that we spend to develop plugins like this social media widget.
|
109 |
|
110 |
== Upgrade Notice ==
|
111 |
|
112 |
+
= 1.3.2 =
|
113 |
+
* Jan 09, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
114 |
+
* Fixed Spelling
|
115 |
+
* More Stable Release
|
116 |
+
|
117 |
= 1.3.1 =
|
118 |
* Oct 21, 2013 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
119 |
* Optimized Code
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
+
= 1.3.2 =
|
148 |
+
* Jan 09, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
149 |
+
* Fixed Spelling
|
150 |
+
* More Stable Release
|
151 |
+
|
152 |
= 1.3.1 =
|
153 |
* Oct 21, 2013 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
154 |
* Optimized Code
|
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 = "1.3.
|
64 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
65 |
} else
|
66 |
{
|
@@ -321,7 +321,7 @@ if ($acx_si_smw_acx_service_banners != "no") { ?>
|
|
321 |
<?php if($_GET["status"] == "updated") { ?>
|
322 |
<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>
|
323 |
<?php
|
324 |
-
$acx_widget_si_current_version = "1.3.
|
325 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
326 |
} ?>
|
327 |
<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 = "1.3.2"; // Current Version
|
64 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
65 |
} else
|
66 |
{
|
321 |
<?php if($_GET["status"] == "updated") { ?>
|
322 |
<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>
|
323 |
<?php
|
324 |
+
$acx_widget_si_current_version = "1.3.2"; // Current Version
|
325 |
update_option('acx_widget_si_current_version', $acx_widget_si_current_version);
|
326 |
} ?>
|
327 |
<hr/>
|