Fuse Social Floating Sidebar - Version 5.3.7

Version Description

= 5.0 = Major update, you might need to setup the plugin settings again.

Download this release

Release Info

Developer daniyalahmedk
Plugin Icon 128x128 Fuse Social Floating Sidebar
Version 5.3.7
Comparing to
See all releases

Code changes from version 5.3.6 to 5.3.7

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.3.6
7
  Author: Daniyal Ahmed
8
  Author URI: http://www.photontechs.com
9
  License: GNU General Public License v3.0
@@ -80,17 +80,7 @@ function fuse_social_admin_styles()
80
  }
81
 
82
  add_action( 'admin_enqueue_scripts', 'fuse_social_admin_styles' );
83
- function fuse_general_admin_notice()
84
- {
85
- global $pagenow ;
86
- if ( $_GET['page'] == "FUSESoicalFloatingSidebar" ) {
87
- echo '<div class="update_ssc notice notice-warning is-dismissible">
88
- <p>Upgrade Fuse Social to add unlimited icons <a href="' . fs_fs()->get_upgrade_url() . '" class="upraf_d">Upgrade Now</a></p>
89
- </div>' ;
90
- }
91
- }
92
 
93
- add_action( 'admin_notices', 'fuse_general_admin_notice' );
94
  function fuse_social_settings_link( $links )
95
  {
96
  $settings_link = '<a href="options-general.php?page=FUSESoicalFloatingSidebar">Settings</a>';
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.3.7
7
  Author: Daniyal Ahmed
8
  Author URI: http://www.photontechs.com
9
  License: GNU General Public License v3.0
80
  }
81
 
82
  add_action( 'admin_enqueue_scripts', 'fuse_social_admin_styles' );
 
 
 
 
 
 
 
 
 
83
 
 
84
  function fuse_social_settings_link( $links )
85
  {
86
  $settings_link = '<a href="options-general.php?page=FUSESoicalFloatingSidebar">Settings</a>';
inc/css/admin.css CHANGED
@@ -445,3 +445,6 @@ fieldset#fuse-icon_select_field {
445
  .max_500 a{
446
  max-width: 500px !important;
447
  }
 
 
 
445
  .max_500 a{
446
  max-width: 500px !important;
447
  }
448
+ .updated.success.fs-notice.fs-sticky.fs-has-title.fs-slug-fuse-social-floating-sidebar.fs-type-plugin {
449
+ margin-top: 51px;
450
+ }
inc/css/admin_style.css CHANGED
@@ -202,6 +202,7 @@ table#icons {
202
  border-radius: 10px;
203
  }
204
 
 
205
  .update_ssc.notice.notice-warning.is-dismissible a {background: #fff;color: #f7412d;padding: 10px 10px;text-decoration: none;border-radius: 6px;}
206
 
207
  .update_ssc.notice.notice-warning.is-dismissible p {
202
  border-radius: 10px;
203
  }
204
 
205
+
206
  .update_ssc.notice.notice-warning.is-dismissible a {background: #fff;color: #f7412d;padding: 10px 10px;text-decoration: none;border-radius: 6px;}
207
 
208
  .update_ssc.notice.notice-warning.is-dismissible p {
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.6.2
7
- Stable tag: 5.3.6
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.7
7
+ Stable tag: 5.3.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10