Version Description
- New - Added Translation Support
- Fix - Perfomance Improvements
- New - Addon Support
- Stable Release
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Flying Icons | Floating Social Media Icon |
Version | 4.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.1
- acurax-social-icon.php +11 -10
- function.php +7 -4
- includes/hook_functions.php +1 -1
- readme.txt +17 -4
acurax-social-icon.php
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name:
|
4 |
Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
|
5 |
-
Description:
|
6 |
Author: Acurax
|
7 |
-
Version: 4.
|
8 |
Author URI: http://www.acurax.com/home.php
|
9 |
License: GPLv2 or later
|
|
|
10 |
*/
|
11 |
|
12 |
/*
|
@@ -30,7 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
30 |
define("ACX_FSMI_BASE_LOCATION",plugin_dir_url( __FILE__ ));
|
31 |
define("ACX_FSMI_WP_SLUG","floating-social-media-icon");
|
32 |
define('ACX_FSMI_TOTAL_STATIC_SERVICES', 7);
|
33 |
-
define('ACX_FSMI_C_VERSION', 4.
|
34 |
include_once(plugin_dir_path( __FILE__ ).'/function.php');
|
35 |
include_once(plugin_dir_path( __FILE__ ).'/includes/hooks.php');
|
36 |
include_once(plugin_dir_path( __FILE__ ).'/includes/hook_functions.php');
|
@@ -82,17 +83,17 @@ function acx_fsmi_admin_actions()
|
|
82 |
|
83 |
//global $acx_si_fsmi_hide_expert_support_menu;
|
84 |
$acx_si_fsmi_hide_expert_support_menu = get_option('acx_si_fsmi_hide_expert_support_menu');
|
85 |
-
add_menu_page( 'Acurax Social Icon Plugin Configuration', 'Floating Social Media Settings', 'manage_options', 'Acurax-Social-Icons-Settings','acx_fsmi_options',ACX_FSMI_BASE_LOCATION.'/images/admin.png' ); // manage_options for admin
|
86 |
|
87 |
-
add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Premium', 'Premium', 'manage_options', 'Acurax-Social-Icons-Premium' ,'acx_fsmi_social_icon_premium');
|
88 |
|
89 |
-
add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Misc Settings', 'Misc', 'manage_options', 'Acurax-Social-Icons-Misc' ,'acx_fsmi_social_icon_misc');
|
90 |
|
91 |
-
add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Troubleshooter', 'Troubleshoot', 'manage_options', 'Acurax-Social-Icons-Troubleshooter' ,'acx_fsmi_expert_support');
|
92 |
if($acx_si_fsmi_hide_expert_support_menu == "no") {
|
93 |
-
add_submenu_page('Acurax-Social-Icons-Settings', 'Expert Wordpress Support From Acurax', 'Expert Support', 'manage_options', 'Acurax-Social-Icons-Expert-Support' ,'acx_fsmi_expert_support');
|
94 |
}
|
95 |
-
add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Help and Support', 'Help', 'manage_options', 'Acurax-Social-Icons-Help' ,'acx_fsmi_social_icon_help');
|
96 |
|
97 |
}
|
98 |
if (is_admin())
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Social Media Floating Icons
|
4 |
Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
|
5 |
+
Description: Floating Social Media Icon / Social Media Floating Icons is an easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
|
6 |
Author: Acurax
|
7 |
+
Version: 4.1
|
8 |
Author URI: http://www.acurax.com/home.php
|
9 |
License: GPLv2 or later
|
10 |
+
Text Domain: floating-social-media-icon
|
11 |
*/
|
12 |
|
13 |
/*
|
31 |
define("ACX_FSMI_BASE_LOCATION",plugin_dir_url( __FILE__ ));
|
32 |
define("ACX_FSMI_WP_SLUG","floating-social-media-icon");
|
33 |
define('ACX_FSMI_TOTAL_STATIC_SERVICES', 7);
|
34 |
+
define('ACX_FSMI_C_VERSION', 4.1);
|
35 |
include_once(plugin_dir_path( __FILE__ ).'/function.php');
|
36 |
include_once(plugin_dir_path( __FILE__ ).'/includes/hooks.php');
|
37 |
include_once(plugin_dir_path( __FILE__ ).'/includes/hook_functions.php');
|
83 |
|
84 |
//global $acx_si_fsmi_hide_expert_support_menu;
|
85 |
$acx_si_fsmi_hide_expert_support_menu = get_option('acx_si_fsmi_hide_expert_support_menu');
|
86 |
+
add_menu_page( __( 'Acurax Social Icon Plugin Configuration', 'floating-social-media-icon' ), __( 'Floating Social Media Settings', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Settings','acx_fsmi_options',ACX_FSMI_BASE_LOCATION.'/images/admin.png' ); // manage_options for admin
|
87 |
|
88 |
+
add_submenu_page( 'Acurax-Social-Icons-Settings', __( 'Acurax Social Icon Premium', 'floating-social-media-icon' ), __( 'Premium', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Premium' ,'acx_fsmi_social_icon_premium');
|
89 |
|
90 |
+
add_submenu_page( 'Acurax-Social-Icons-Settings', __( 'Acurax Social Icon Misc Settings', 'floating-social-media-icon' ), __( 'Misc', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Misc' ,'acx_fsmi_social_icon_misc');
|
91 |
|
92 |
+
add_submenu_page( 'Acurax-Social-Icons-Settings', __( 'Acurax Troubleshooter', 'floating-social-media-icon' ), __( 'Troubleshoot', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Troubleshooter' ,'acx_fsmi_expert_support');
|
93 |
if($acx_si_fsmi_hide_expert_support_menu == "no") {
|
94 |
+
add_submenu_page( 'Acurax-Social-Icons-Settings', __( 'Expert Wordpress Support From Acurax', 'floating-social-media-icon' ), __( 'Expert Support', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Expert-Support' ,'acx_fsmi_expert_support');
|
95 |
}
|
96 |
+
add_submenu_page( 'Acurax-Social-Icons-Settings', __( 'Acurax Social Icon Help and Support', 'floating-social-media-icon' ), __( 'Help', 'floating-social-media-icon' ), 'manage_options', 'Acurax-Social-Icons-Help' ,'acx_fsmi_social_icon_help');
|
97 |
|
98 |
}
|
99 |
if (is_admin())
|
function.php
CHANGED
@@ -307,7 +307,7 @@ $message = $message ."Phone: ".$acx_phone . "\r\n <br>";
|
|
307 |
}
|
308 |
// In case any of our lines are larger than 70 characters, we should use wordwrap()
|
309 |
$acx_question = wordwrap($acx_question, 70, "\r\n <br>");
|
310 |
-
$message = $message ."Request From:
|
311 |
$message = $message . "Website:".$acx_weburl . "\r\n <br>";
|
312 |
$message = $message . "Question:" .$acx_question . "\r\n <br>";
|
313 |
$message = stripslashes($message);
|
@@ -321,7 +321,7 @@ echo 1;
|
|
321 |
echo 0;
|
322 |
}
|
323 |
}
|
324 |
-
|
325 |
}add_action('wp_ajax_acx_quick_fsmi_request_submit','acx_quick_fsmi_request_submit_callback');
|
326 |
|
327 |
|
@@ -1579,5 +1579,8 @@ if (current_user_can('manage_options')) {
|
|
1579 |
}
|
1580 |
die(); // this is required to return a proper result
|
1581 |
} add_action('wp_ajax_acx_fsmi_saveorder', 'acx_fsmi_saveorder_callback');
|
1582 |
-
|
1583 |
-
|
|
|
|
|
|
307 |
}
|
308 |
// In case any of our lines are larger than 70 characters, we should use wordwrap()
|
309 |
$acx_question = wordwrap($acx_question, 70, "\r\n <br>");
|
310 |
+
$message = $message ."Request From: FSMI - Expert Help Request Form \r\n <br>";
|
311 |
$message = $message . "Website:".$acx_weburl . "\r\n <br>";
|
312 |
$message = $message . "Question:" .$acx_question . "\r\n <br>";
|
313 |
$message = stripslashes($message);
|
321 |
echo 0;
|
322 |
}
|
323 |
}
|
324 |
+
die(); // this is required to return a proper result
|
325 |
}add_action('wp_ajax_acx_quick_fsmi_request_submit','acx_quick_fsmi_request_submit_callback');
|
326 |
|
327 |
|
1579 |
}
|
1580 |
die(); // this is required to return a proper result
|
1581 |
} add_action('wp_ajax_acx_fsmi_saveorder', 'acx_fsmi_saveorder_callback');
|
1582 |
+
function acx_fsmi_load_plugin_textdomain() {
|
1583 |
+
load_plugin_textdomain( 'floating-social-media-icon', FALSE, basename( dirname( __FILE__ ) ) . '/lang/' );
|
1584 |
+
}
|
1585 |
+
add_action( 'plugins_loaded', 'acx_fsmi_load_plugin_textdomain' );
|
1586 |
+
?>
|
includes/hook_functions.php
CHANGED
@@ -54,7 +54,7 @@ function acx_print_option_page_title()
|
|
54 |
|
55 |
function display_acx_fsmi_saved_success()
|
56 |
{ ?>
|
57 |
-
<div class="updated"><p><strong><?php _e('Settings Saved Successfully.','floating-social-media-icon'); ?></strong></p></div>
|
58 |
<script type="text/javascript">
|
59 |
setTimeout(function(){
|
60 |
jQuery('.updated').fadeOut('slow');
|
54 |
|
55 |
function display_acx_fsmi_saved_success()
|
56 |
{ ?>
|
57 |
+
<div class="updated"><p><strong><?php _e('Your Settings Saved Successfully.','floating-social-media-icon'); ?></strong></p></div>
|
58 |
<script type="text/javascript">
|
59 |
setTimeout(function(){
|
60 |
jQuery('.updated').fadeOut('slow');
|
readme.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
===
|
2 |
Contributors: Acurax
|
3 |
Donate link: http://www.acurax.com/happy-clients.php
|
4 |
|
5 |
-
Tags: floating social media, social network icon, social media widget, social media icon, socialmedia, social network widget, social floating icon, social profiles, floating social media button, social media button
|
6 |
Requires at least: 2.8
|
7 |
Tested up to: 4.5.2
|
8 |
Stable tag: trunk
|
|
|
9 |
|
10 |
-
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
[
|
15 |
|
16 |
A Quicklook
|
17 |
|
@@ -211,6 +212,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
211 |
|
212 |
== Upgrade Notice ==
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= 4.0 =
|
215 |
* Total Programming Logic Changes
|
216 |
* Perfomance Improvements
|
@@ -395,6 +402,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
395 |
|
396 |
== Changelog ==
|
397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
= 4.0 =
|
399 |
* Total Programming Logic Changes
|
400 |
* Perfomance Improvements
|
1 |
+
=== Social Media Floating Icons ===
|
2 |
Contributors: Acurax
|
3 |
Donate link: http://www.acurax.com/happy-clients.php
|
4 |
|
5 |
+
Tags: social media, floating social media, social network icon, social media widget, social media icon, socialmedia, social network widget, social floating icon, social profiles, floating social media button, social media button
|
6 |
Requires at least: 2.8
|
7 |
Tested up to: 4.5.2
|
8 |
Stable tag: trunk
|
9 |
+
License: GPLv2 or later
|
10 |
|
11 |
+
Floating Social Media Icon is packed with 20+ icon styles, supports icon animation,widgets,shortcode,drag and drop reorder,set icon size.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
[Floating Social Media Icon / Social Media Floating Icons](http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/ "Floating Social Media Icon / Social Media Floating Icons") Links Social Media Icons to Your Social Media Profiles Twitter,Facebook,Pinterest,Youtube,Rss Feed,Linkedin,google plus...
|
16 |
|
17 |
A Quicklook
|
18 |
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
215 |
+
= 4.1 =
|
216 |
+
* New - Added Translation Support
|
217 |
+
* Fix - Perfomance Improvements
|
218 |
+
* New - Addon Support
|
219 |
+
* Stable Release
|
220 |
+
|
221 |
= 4.0 =
|
222 |
* Total Programming Logic Changes
|
223 |
* Perfomance Improvements
|
402 |
|
403 |
== Changelog ==
|
404 |
|
405 |
+
= 4.1 =
|
406 |
+
* New - Added Translation Support
|
407 |
+
* Fix - Perfomance Improvements
|
408 |
+
* New - Addon Support
|
409 |
+
* Stable Release
|
410 |
+
|
411 |
= 4.0 =
|
412 |
* Total Programming Logic Changes
|
413 |
* Perfomance Improvements
|