WP Socializer - Version 7.3.1

Version Description

Download this release

Release Info

Developer vaakash
Plugin Icon 128x128 WP Socializer
Version 7.3.1
Comparing to
See all releases

Code changes from version 7.3 to 7.3.1

core/lists.php CHANGED
@@ -972,9 +972,6 @@ class WPSR_Lists{
972
  'stroke-linecap' => true,
973
  'stroke-miterlimit' => true,
974
  'fill' => true,
975
- 'fill' => true,
976
- 'fill' => true,
977
- 'fill' => true,
978
  ),
979
  );
980
 
972
  'stroke-linecap' => true,
973
  'stroke-miterlimit' => true,
974
  'fill' => true,
 
 
 
975
  ),
976
  );
977
 
core/templates/floating-sharebar.php CHANGED
@@ -31,8 +31,7 @@ class WPSR_Template_Floating_Sharebar{
31
 
32
  if( $fsb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer ){
33
  wp_reset_query();
34
- $gen_html = self::html( $fsb_settings );
35
- echo wp_kses( $gen_html, WPSR_Lists::allowed_tags() );
36
  do_action( 'wpsr_do_floating_sharebar_print_template_end' );
37
  }
38
 
31
 
32
  if( $fsb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer ){
33
  wp_reset_query();
34
+ echo self::html( $fsb_settings );
 
35
  do_action( 'wpsr_do_floating_sharebar_print_template_end' );
36
  }
37
 
core/templates/follow-icons.php CHANGED
@@ -30,8 +30,7 @@ class WPSR_Template_Follow_Icons{
30
  $loc_rules_answer = WPSR_Location_Rules::check_rule( $fb_settings[ 'loc_rules' ] );
31
 
32
  if( $fb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer ){
33
- $gen_html = self::html( $fb_settings );
34
- echo wp_kses( $gen_html, WPSR_Lists::allowed_tags() );
35
  do_action( 'wpsr_do_followbar_print_template_end' );
36
  }
37
 
30
  $loc_rules_answer = WPSR_Location_Rules::check_rule( $fb_settings[ 'loc_rules' ] );
31
 
32
  if( $fb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer ){
33
+ echo self::html( $fb_settings );
 
34
  do_action( 'wpsr_do_followbar_print_template_end' );
35
  }
36
 
core/templates/popups.php CHANGED
@@ -87,7 +87,7 @@ class WPSR_Template_Popups{
87
  $icon = '<span class="wpsr-sm-icon"><i class="' . esc_attr( $props[ 'icon' ] ) . '"></i></span>';
88
  $text = '<span class="wpsr-sm-text">' . esc_html( $props[ 'name' ] ) . '</span>';
89
 
90
- echo '<div><a href="#" rel="nofollow" title="' . esc_attr( $title ) . '" class="' . esc_attr( $classes ) . '" ' . $data_attr . ' style="background-color: ' . esc_attr( $props[ 'colors' ][ 0 ] ) . '">' . $icon . $text . '</a></div>';
91
  }
92
  echo $sm_links_wrap->close();
93
 
87
  $icon = '<span class="wpsr-sm-icon"><i class="' . esc_attr( $props[ 'icon' ] ) . '"></i></span>';
88
  $text = '<span class="wpsr-sm-text">' . esc_html( $props[ 'name' ] ) . '</span>';
89
 
90
+ echo '<div><a href="#" rel="nofollow" title="' . esc_attr( $title ) . '" class="' . esc_attr( $classes ) . '" ' . wp_kses( $data_attr, array() ) . ' style="background-color: ' . esc_attr( $props[ 'colors' ][ 0 ] ) . '">' . $icon . $text . '</a></div>';
91
  }
92
  echo $sm_links_wrap->close();
93
 
core/templates/text-sharebar.php CHANGED
@@ -30,8 +30,7 @@ class WPSR_Template_Text_Sharebar{
30
  $loc_rules_answer = WPSR_Location_Rules::check_rule( $tsb_settings[ 'loc_rules' ] );
31
 
32
  if( $tsb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer && !wp_is_mobile() ){
33
- $gen_html = self::html( $tsb_settings );
34
- echo wp_kses( $gen_html, WPSR_Lists::allowed_tags() );
35
  do_action( 'wpsr_do_text_sharebar_print_template_end' );
36
  }
37
 
@@ -92,7 +91,7 @@ class WPSR_Template_Text_Sharebar{
92
  }
93
 
94
  // Wrap tag
95
- $wrap_tag = new WPSR_HTML_Tag( 'ul', 'wpsr-text-sb wpsr-tsb-' . esc_attr( $opts[ 'size' ] ) . ' wpsr-clearfix' );
96
 
97
  $wrap_tag->data = array(
98
  'content' => $opts[ 'content' ],
30
  $loc_rules_answer = WPSR_Location_Rules::check_rule( $tsb_settings[ 'loc_rules' ] );
31
 
32
  if( $tsb_settings[ 'ft_status' ] != 'disable' && $loc_rules_answer && !wp_is_mobile() ){
33
+ echo self::html( $tsb_settings );
 
34
  do_action( 'wpsr_do_text_sharebar_print_template_end' );
35
  }
36
 
91
  }
92
 
93
  // Wrap tag
94
+ $wrap_tag = new WPSR_HTML_Tag( 'ul', 'wpsr-text-sb wpsr-tsb-' . $opts[ 'size' ] . ' wpsr-clearfix' );
95
 
96
  $wrap_tag->data = array(
97
  'content' => $opts[ 'content' ],
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vaakash
3
  Donate link: https://www.paypal.me/vaakash/6
4
  Tags: social media, share, buttons, social sharing, share buttons, social profile, social widget, icons, sharing icons, sharing buttons, social share, sharing, shortcode, widget, twitter tweets, facebook page, share count, whatsapp icon, whatsapp button, instagram icon, sticky share, floating share bar
5
  Requires at least: 5.0
6
- Tested up to: 6.0.1
7
- Stable tag: 7.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.3
@@ -217,6 +217,9 @@ Please refer [this page](https://www.aakashweb.com/docs/wp-socializer/) for the
217
 
218
  ## Changelog
219
 
 
 
 
220
  ### 7.3
221
  * Fix: UTF-8 characters can now be set as icon text in all features.
222
  * Fix: Icon configurations are now stored directly as JSON without base64 encoding.
3
  Donate link: https://www.paypal.me/vaakash/6
4
  Tags: social media, share, buttons, social sharing, share buttons, social profile, social widget, icons, sharing icons, sharing buttons, social share, sharing, shortcode, widget, twitter tweets, facebook page, share count, whatsapp icon, whatsapp button, instagram icon, sticky share, floating share bar
5
  Requires at least: 5.0
6
+ Tested up to: 6.0.2
7
+ Stable tag: 7.3.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.3
217
 
218
  ## Changelog
219
 
220
+ ### 7.3.1
221
+ * Fix: Floating sharebar was not honoring position.
222
+
223
  ### 7.3
224
  * Fix: UTF-8 characters can now be set as icon text in all features.
225
  * Fix: Icon configurations are now stored directly as JSON without base64 encoding.
wpsr.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: WP Socializer
4
  * Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
5
  * Description: Add various social media sharing features to posts/pages/widgets like social media share icons, floating/sticky share bar, follow my profile icons and more.
6
- * Version: 7.3
7
  * Author: Aakash Chakravarthy
8
  * Author URI: https://www.aakashweb.com
9
  * Text Domain: wp-socializer
10
  * Domain Path: /languages
11
  */
12
 
13
- define( 'WPSR_VERSION', '7.3' );
14
  define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );
3
  * Plugin Name: WP Socializer
4
  * Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
5
  * Description: Add various social media sharing features to posts/pages/widgets like social media share icons, floating/sticky share bar, follow my profile icons and more.
6
+ * Version: 7.3.1
7
  * Author: Aakash Chakravarthy
8
  * Author URI: https://www.aakashweb.com
9
  * Text Domain: wp-socializer
10
  * Domain Path: /languages
11
  */
12
 
13
+ define( 'WPSR_VERSION', '7.3.1' );
14
  define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
15
  define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
16
  define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );