Re-add text underline and justify - Version 0.1.1

Version Description

  • 11/10/2016 =
  • Fix an issue hidding Editor content.
Download this release

Release Info

Developer briKou
Plugin Icon Re-add text underline and justify
Version 0.1.1
Comparing to
See all releases

Code changes from version 0.1 to 0.1.1

Files changed (2) hide show
  1. re-add-underline-justify.php +2 -2
  2. readme.txt +4 -1
re-add-underline-justify.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://b-website.com/re-add-text-underline-and-justify
5
  * Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7.
6
  * Author: Brice Capobianco
7
- * Version: 0.1
8
  * Author URI: http:// b-website.com/
9
  * Domain Path: /langs
10
  * Text Domain: re-add-underline-justify
@@ -142,7 +142,7 @@ function ratb_buttons_lines_tiny_mce(){
142
  //Else, do nothing... use the default editor style
143
 
144
  }
145
- add_filter( 'the_editor_content', 'ratb_buttons_lines_tiny_mce', 9 );
146
 
147
 
148
  /***************************************************************
4
  * Plugin URI: http://b-website.com/re-add-text-underline-and-justify
5
  * Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7.
6
  * Author: Brice Capobianco
7
+ * Version: 0.1.1
8
  * Author URI: http:// b-website.com/
9
  * Domain Path: /langs
10
  * Text Domain: re-add-underline-justify
142
  //Else, do nothing... use the default editor style
143
 
144
  }
145
+ add_action( 'admin_head', 'ratb_buttons_lines_tiny_mce' );
146
 
147
 
148
  /***************************************************************
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor
5
  Requires at least: 4.7
6
  Tested up to: 4.7
7
- Stable tag: 0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -56,6 +56,9 @@ Just go to Settings -> Writing and select the option you want under "Editor styl
56
 
57
  == Changelog ==
58
 
 
 
 
59
  = 0.1 - 11/06/2016 =
60
  * First release.
61
 
4
  Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor
5
  Requires at least: 4.7
6
  Tested up to: 4.7
7
+ Stable tag: 0.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
56
 
57
  == Changelog ==
58
 
59
+ = 0.1.1 - 11/10/2016 =
60
+ * Fix an issue hidding Editor content.
61
+
62
  = 0.1 - 11/06/2016 =
63
  * First release.
64