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.4.1 |
Comparing to | |
See all releases |
Code changes from version 5.4 to 5.4.1
- framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php +1 -1
- freemius/assets/img/fuse-social-floating-sidebar.png +0 -0
- fuse_social_sidebar.php +1 -1
- inc/extensions/extensions/repeater/repeater/field_repeater.php +1 -1
- inc/fuse_social_sidebar_scripts.php +2 -0
- readme.txt +2 -2
framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php
CHANGED
@@ -91,7 +91,7 @@ if ( ! class_exists( 'Redux_Color_Gradient', false ) ) {
|
|
91 |
echo 'value="' . esc_attr( $this->value[ $mode ] ) . '"';
|
92 |
echo 'class="color-picker redux-color redux-color-init ' . esc_attr( $this->field['class'] ) . '"';
|
93 |
echo 'type="text"';
|
94 |
-
echo 'data-default-color="
|
95 |
|
96 |
if ( Redux_Core::$pro_loaded ) {
|
97 |
$data = array(
|
91 |
echo 'value="' . esc_attr( $this->value[ $mode ] ) . '"';
|
92 |
echo 'class="color-picker redux-color redux-color-init ' . esc_attr( $this->field['class'] ) . '"';
|
93 |
echo 'type="text"';
|
94 |
+
echo 'data-default-color=""';
|
95 |
|
96 |
if ( Redux_Core::$pro_loaded ) {
|
97 |
$data = array(
|
freemius/assets/img/fuse-social-floating-sidebar.png
ADDED
Binary file
|
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.4
|
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.4.1
|
7 |
Author: Daniyal Ahmed
|
8 |
Author URI: http://www.photontechs.com
|
9 |
License: GNU General Public License v3.0
|
inc/extensions/extensions/repeater/repeater/field_repeater.php
CHANGED
@@ -411,7 +411,7 @@ if ( ! class_exists( 'ReduxFramework_repeater' ) ) {
|
|
411 |
|
412 |
$var = array(
|
413 |
'html' => $var . '<a href="javascript:void(0);" class="button deletion redux-repeaters-remove">Delete </a>',
|
414 |
-
'count' => count( $value ),
|
415 |
'sortable' => true,
|
416 |
'limit' => '',
|
417 |
'name' => $this->parent->args['opt_name'] . '[' . $field['id'] . '][0]',
|
411 |
|
412 |
$var = array(
|
413 |
'html' => $var . '<a href="javascript:void(0);" class="button deletion redux-repeaters-remove">Delete </a>',
|
414 |
+
'count' => count( (array)$value ),
|
415 |
'sortable' => true,
|
416 |
'limit' => '',
|
417 |
'name' => $this->parent->args['opt_name'] . '[' . $field['id'] . '][0]',
|
inc/fuse_social_sidebar_scripts.php
CHANGED
@@ -145,6 +145,7 @@ function fuse_social_scripts() {
|
|
145 |
echo "text-shadow: 2px 2px 4px #000000;";
|
146 |
}
|
147 |
$desiflag = false;
|
|
|
148 |
if ($options['design-section'] == "3") {
|
149 |
$desiflag = true;
|
150 |
?>
|
@@ -164,6 +165,7 @@ function fuse_social_scripts() {
|
|
164 |
|
165 |
<?php
|
166 |
}
|
|
|
167 |
// If animation setting then use CSS3 for animation
|
168 |
if ($options['animation_on_hover']) {
|
169 |
?>
|
145 |
echo "text-shadow: 2px 2px 4px #000000;";
|
146 |
}
|
147 |
$desiflag = false;
|
148 |
+
if(!empty($options['design-section'])){
|
149 |
if ($options['design-section'] == "3") {
|
150 |
$desiflag = true;
|
151 |
?>
|
165 |
|
166 |
<?php
|
167 |
}
|
168 |
+
}
|
169 |
// If animation setting then use CSS3 for animation
|
170 |
if ($options['animation_on_hover']) {
|
171 |
?>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: daniyalahmedk, freemius
|
|
3 |
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.
|
7 |
-
Stable tag: 5.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
3 |
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.9
|
7 |
+
Stable tag: 5.4.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|