Version Description
- There are no release notes for this version
Download this release
Release Info
| Developer | whiteshadow |
| Plugin | |
| Version | 1.2.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.3 to 1.2.4
- raw_html.php +1 -1
- readme.txt +39 -2
raw_html.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Raw HTML capability
|
| 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. You can also enable/disable smart quotes and other automatic formatting on a per-post basis.
|
| 6 |
-
Version: 1.2.
|
| 7 |
Author: Janis Elsts
|
| 8 |
Author URI: http://w-shadow.com/blog/
|
| 9 |
*/
|
| 3 |
Plugin Name: Raw HTML capability
|
| 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. You can also enable/disable smart quotes and other automatic formatting on a per-post basis.
|
| 6 |
+
Version: 1.2.4
|
| 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
|
| 4 |
Requires at least: 2.2
|
| 5 |
-
Tested up to: 2.
|
| 6 |
-
Stable tag: 1.2.
|
| 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 |
|
|
@@ -44,3 +44,40 @@ To install the plugin follow these steps :
|
|
| 44 |
1. Unzip the file.
|
| 45 |
1. Upload the "raw-html" folder to your "/wp-content/plugins/" directory.
|
| 46 |
1. Activate the plugin through the 'Plugins' menu in WordPress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
Contributors: whiteshadow
|
| 3 |
Tags: posts, formatting, javascript, html, css, code
|
| 4 |
Requires at least: 2.2
|
| 5 |
+
Tested up to: 2.8.4
|
| 6 |
+
Stable tag: 1.2.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 |
|
| 44 |
1. Unzip the file.
|
| 45 |
1. Upload the "raw-html" folder to your "/wp-content/plugins/" directory.
|
| 46 |
1. Activate the plugin through the 'Plugins' menu in WordPress
|
| 47 |
+
|
| 48 |
+
== Changelog ==
|
| 49 |
+
|
| 50 |
+
= 1.2.4 =
|
| 51 |
+
* *There are no release notes for this version*
|
| 52 |
+
|
| 53 |
+
= 1.2.3 =
|
| 54 |
+
* Fix a problem where very long posts would be displayed as blank. This was caused by a regexp input size limitation/bug in newer versions of PHP.
|
| 55 |
+
|
| 56 |
+
= 1.2.2 =
|
| 57 |
+
* Fix a glitch when one [RAW][/RAW] block is immediately followed by another (cause : greedy regexp).
|
| 58 |
+
|
| 59 |
+
= 1.2.1 =
|
| 60 |
+
* Change filter priorities *again* to make it compatible with Exec-PHP (hopefully).
|
| 61 |
+
|
| 62 |
+
= 1.2 =
|
| 63 |
+
* Improved compatibility with other plugins (e.g. cforms II).
|
| 64 |
+
* Gave the "maybe\_" filters a higher priority to prevent conflicts with some plugins that want to insert untexturized HTML.
|
| 65 |
+
|
| 66 |
+
= 1.1 =
|
| 67 |
+
* New feature : disable wptexturize() and other filters on a per-post level.
|
| 68 |
+
* "Official" WP 2.7 compatibility.
|
| 69 |
+
* Fixed some readme.txt text
|
| 70 |
+
|
| 71 |
+
= 1.0.5 =
|
| 72 |
+
* Fix : regexp failing for very long posts, leading to blank pages.
|
| 73 |
+
|
| 74 |
+
= 1.0.4 =
|
| 75 |
+
* A tiny bugfix - changed one regexp to make quicktags perform as expected.
|
| 76 |
+
|
| 77 |
+
= 1.0.3 =
|
| 78 |
+
* WP 2.5.1 compatibility
|
| 79 |
+
|
| 80 |
+
= 1.0.2 =
|
| 81 |
+
* *There are no release notes for this version*
|
| 82 |
+
|
| 83 |
+
|
