Version Description
- Changed the name to just "Raw HTML".
- Fixed incompatibility with SyntaxHighlighter Evolved.
- Tested on WordPress 3.3 (beta).
Download this release
Release Info
Developer | whiteshadow |
Plugin | Raw HTML |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- include/formatting-override.php +1 -1
- raw_html.php +2 -2
- readme.txt +7 -2
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 );
|
61 |
};
|
62 |
}
|
63 |
}
|
raw_html.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
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.
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/blog/
|
9 |
*/
|
1 |
<?php
|
2 |
/*
|
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 |
*/
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: whiteshadow
|
3 |
Tags: posts, formatting, javascript, html, css, code, disable
|
4 |
Requires at least: 2.8
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.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,6 +64,11 @@ Open to the post editor and click the "Screen Options" button in the top-right p
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
= 1.4.2 =
|
68 |
* Tested on WordPress 3.2.1
|
69 |
* Improved the checkbox layout in the plugin's post editor widget (extra whitespace).
|
2 |
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 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 1.4.3 =
|
68 |
+
* Changed the name to just "Raw HTML".
|
69 |
+
* Fixed incompatibility with SyntaxHighlighter Evolved.
|
70 |
+
* Tested on WordPress 3.3 (beta).
|
71 |
+
|
72 |
= 1.4.2 =
|
73 |
* Tested on WordPress 3.2.1
|
74 |
* Improved the checkbox layout in the plugin's post editor widget (extra whitespace).
|