Simple Share Buttons Adder - Version 7.4.15

Version Description

  • Revert: Revert wpautop removal.
Download this release

Release Info

Developer DavidoffNeal
Plugin Icon 128x128 Simple Share Buttons Adder
Version 7.4.15
Comparing to
See all releases

Code changes from version 7.4.14 to 7.4.15

instance.php CHANGED
@@ -9,7 +9,7 @@ namespace SimpleShareButtonsAdder;
9
 
10
  define( 'SSBA_FILE', __FILE__ );
11
  define( 'SSBA_ROOT', dirname( __FILE__ ) );
12
- define( 'SSBA_VERSION', '7.4.14' );
13
 
14
  global $simple_share_buttons_adder_plugin;
15
 
9
 
10
  define( 'SSBA_FILE', __FILE__ );
11
  define( 'SSBA_ROOT', dirname( __FILE__ ) );
12
+ define( 'SSBA_VERSION', '7.4.15' );
13
 
14
  global $simple_share_buttons_adder_plugin;
15
 
php/class-buttons.php CHANGED
@@ -418,10 +418,6 @@ class Buttons {
418
  * @return string
419
  */
420
  public function get_share_buttons( $arr_settings, $url_current_page, $str_page_title, $int_post_id ) {
421
- // Remove wpautop from formatting the buttons.
422
- remove_filter( 'the_content', 'wpautop' );
423
- remove_filter( 'the_excerpt', 'wpautop' );
424
-
425
  // Variables.
426
  $html_share_buttons = '';
427
 
418
  * @return string
419
  */
420
  public function get_share_buttons( $arr_settings, $url_current_page, $str_page_title, $int_post_id ) {
 
 
 
 
421
  // Variables.
422
  $html_share_buttons = '';
423
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: sharethis, scottstorebloom, surlyrightclick, DavidoffNeal
3
  Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk
4
  Requires at least: 4.5
5
  Tested up to: 4.9.4
6
- Stable tag: 7.4.14
7
  License: GPLv2 or later
8
 
9
  A simple plugin that enables you to add share buttons to all of your posts and/or pages.
@@ -66,6 +66,9 @@ Please visit the <a href="https://wordpress.org/support/plugin/simple-share-butt
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 7.4.14 =
70
  * Fix: Remove wpautop filter when using buttons
71
  * Fix share count and count style features.
3
  Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk
4
  Requires at least: 4.5
5
  Tested up to: 4.9.4
6
+ Stable tag: 7.4.15
7
  License: GPLv2 or later
8
 
9
  A simple plugin that enables you to add share buttons to all of your posts and/or pages.
66
 
67
  == Changelog ==
68
 
69
+ = 7.4.15 =
70
+ * Revert: Revert wpautop removal.
71
+
72
  = 7.4.14 =
73
  * Fix: Remove wpautop filter when using buttons
74
  * Fix share count and count style features.
simple-share-buttons-adder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Simple Share Buttons Adder
4
  * Plugin URI: https://simplesharebuttons.com
5
  * Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
6
- * Version: 7.4.14
7
  * Author: Simple Share Buttons
8
  * Author URI: https://simplesharebuttons.com
9
  * License: GPLv2
3
  * Plugin Name: Simple Share Buttons Adder
4
  * Plugin URI: https://simplesharebuttons.com
5
  * Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
6
+ * Version: 7.4.15
7
  * Author: Simple Share Buttons
8
  * Author URI: https://simplesharebuttons.com
9
  * License: GPLv2