Version Description
= 5.0 = Major update, you might need to setup the plugin settings again.
Download this release
Release Info
Developer | daniyalahmedk |
Plugin | Fuse Social Floating Sidebar |
Version | 5.1.2 |
Comparing to | |
See all releases |
Code changes from version 5.1.1 to 5.1.2
- framework/settings/fuse-config.php +2 -2
- fuse_social_sidebar.php +1 -1
- readme.txt +1 -1
framework/settings/fuse-config.php
CHANGED
@@ -157,10 +157,10 @@ $args['admin_bar_links'][] = array(
|
|
157 |
'title' => __( 'Extensions', 'fuse-social-floating' ),
|
158 |
);
|
159 |
|
160 |
-
|
161 |
|
162 |
// Add content after the form.
|
163 |
-
$args['footer_text'] = __(
|
164 |
|
165 |
|
166 |
// SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.
|
157 |
'title' => __( 'Extensions', 'fuse-social-floating' ),
|
158 |
);
|
159 |
|
160 |
+
//$reqbody = wp_remote_get('https://www.fusefloat.com/wp-admin/admin-ajax.php?action=fuse_load_demo_ajax_request&url='.base64_encode(fs_fs()->get_upgrade_url()), array( '' ) );
|
161 |
|
162 |
// Add content after the form.
|
163 |
+
$args['footer_text'] = __('<div class="flash_sale_sm">Anniversary Sale, Get 50% OFF Right Now! Offer left only for <u>24 Hours</u>. Use coupon code <strong>SALEOFF50</strong>. <a href="'.fs_fs()->get_upgrade_url().'">Upgrade Now!</a> </div>', 'redux-framework-demo' );
|
164 |
|
165 |
|
166 |
// SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.
|
fuse_social_sidebar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Fuse Social Floating Sidebar
|
4 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
5 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
6 |
-
Version: 5.1.
|
7 |
Author: Daniyal Ahmed
|
8 |
Author URI: http://www.photontechs.com
|
9 |
License: GNU General Public License v3.0
|
3 |
Plugin Name: Fuse Social Floating Sidebar
|
4 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
5 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
6 |
+
Version: 5.1.2
|
7 |
Author: Daniyal Ahmed
|
8 |
Author URI: http://www.photontechs.com
|
9 |
License: GNU General Public License v3.0
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://photontechs.com/donate
|
|
4 |
Tags: social media, floating sidebar, social widget, social icons,animated social icons
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 5.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: social media, floating sidebar, social widget, social icons,animated social icons
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 5.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|