Version Description
- Tested on WP 3.4 (final release).
Download this release
Release Info
Developer | whiteshadow |
Plugin | Raw HTML |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- raw_html.php +3 -5
- readme.txt +5 -2
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.
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/blog/
|
9 |
*/
|
@@ -19,7 +19,5 @@ require 'include/tag-handler.php';
|
|
19 |
require 'include/formatting-override.php';
|
20 |
|
21 |
if ( is_admin() && file_exists(dirname(__FILE__).'/editor-plugin/init.php') ){
|
22 |
-
require 'editor-plugin/init.php';
|
23 |
-
}
|
24 |
-
|
25 |
-
?>
|
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.6
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/blog/
|
9 |
*/
|
19 |
require 'include/formatting-override.php';
|
20 |
|
21 |
if ( is_admin() && file_exists(dirname(__FILE__).'/editor-plugin/init.php') ){
|
22 |
+
require dirname(__FILE__) . '/editor-plugin/init.php';
|
23 |
+
}
|
|
|
|
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.4
|
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,9 @@ Open to the post editor and click the "Screen Options" button in the top-right p
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
67 |
= 1.4.5 =
|
68 |
* Tested on WP 3.4-alpha
|
69 |
* Store per-post disable_* flags in a single post meta key instead of one key per flag.
|
2 |
Contributors: whiteshadow
|
3 |
Tags: posts, formatting, javascript, html, css, code, disable
|
4 |
Requires at least: 2.8
|
5 |
+
Tested up to: 3.4
|
6 |
+
Stable tag: 1.4.6
|
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.6 =
|
68 |
+
* Tested on WP 3.4 (final release).
|
69 |
+
|
70 |
= 1.4.5 =
|
71 |
* Tested on WP 3.4-alpha
|
72 |
* Store per-post disable_* flags in a single post meta key instead of one key per flag.
|