Raw HTML - Version 1.4.4

Version Description

  • Fixed a minor conflict with the "Really simple Facebook Twitter share buttons" plugin.
Download this release

Release Info

Developer whiteshadow
Plugin Icon wp plugin Raw HTML
Version 1.4.4
Comparing to
See all releases

Code changes from version 1.4.3 to 1.4.4

Files changed (3) hide show
  1. include/formatting-override.php +1 -1
  2. raw_html.php +1 -1
  3. readme.txt +4 -1
include/formatting-override.php CHANGED
@@ -57,7 +57,7 @@ function rawhtml_add_conditional_filters(){
57
  foreach ( $filters as $tag => $functions ){
58
  foreach ( $functions as $func ){
59
  if ( remove_filter($tag, $func) ){
60
- add_filter( $tag, 'maybe_'.$func );
61
  };
62
  }
63
  }
57
  foreach ( $filters as $tag => $functions ){
58
  foreach ( $functions as $func ){
59
  if ( remove_filter($tag, $func) ){
60
+ add_filter( $tag, 'maybe_'.$func, 9 );
61
  };
62
  }
63
  }
raw_html.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Raw HTML
4
  Plugin URI: http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/
5
  Description: Lets you enter raw HTML in your posts and disable automatic formatting on a per-post basis. <a href="http://wpplugins.com/plugin/850/raw-html-pro/">Upgrade to Pro Version</a>
6
- Version: 1.4.3
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
3
  Plugin Name: Raw HTML
4
  Plugin URI: http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/
5
  Description: Lets you enter raw HTML in your posts and disable automatic formatting on a per-post basis. <a href="http://wpplugins.com/plugin/850/raw-html-pro/">Upgrade to Pro Version</a>
6
+ Version: 1.4.4
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: whiteshadow
3
  Tags: posts, formatting, javascript, html, css, code, disable
4
  Requires at least: 2.8
5
  Tested up to: 3.3-beta3
6
- Stable tag: 1.4.3
7
 
8
  Lets you use raw HTML or any other code in your posts. You can also disable smart quotes and other automatic formatting on a per-post basis.
9
 
@@ -64,6 +64,9 @@ Open to the post editor and click the "Screen Options" button in the top-right p
64
 
65
  == Changelog ==
66
 
 
 
 
67
  = 1.4.3 =
68
  * Changed the name to just "Raw HTML".
69
  * Fixed incompatibility with SyntaxHighlighter Evolved.
3
  Tags: posts, formatting, javascript, html, css, code, disable
4
  Requires at least: 2.8
5
  Tested up to: 3.3-beta3
6
+ Stable tag: 1.4.4
7
 
8
  Lets you use raw HTML or any other code in your posts. You can also disable smart quotes and other automatic formatting on a per-post basis.
9
 
64
 
65
  == Changelog ==
66
 
67
+ = 1.4.4 =
68
+ * Fixed a minor conflict with the "Really simple Facebook Twitter share buttons" plugin.
69
+
70
  = 1.4.3 =
71
  * Changed the name to just "Raw HTML".
72
  * Fixed incompatibility with SyntaxHighlighter Evolved.