mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
Shift to 4.2.0 release cycle.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
ec86598446
commit
632bf2bbd4
2
NEWS
2
NEWS
@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
4.1.2, unknown release date
|
4.2.0, unknown release date
|
||||||
! Added %Core.RemoveProcessingInstructions, which lets you remove
|
! Added %Core.RemoveProcessingInstructions, which lets you remove
|
||||||
<? ... ?> statements.
|
<? ... ?> statements.
|
||||||
! Added %URI.DisableResources functionality; the directive originally
|
! Added %URI.DisableResources functionality; the directive originally
|
||||||
|
2
TODO
2
TODO
@ -27,7 +27,7 @@ Things to do as soon as possible:
|
|||||||
FUTURE VERSIONS
|
FUTURE VERSIONS
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
4.2 release [OMG CONFIG PONIES]
|
4.3 release [OMG CONFIG PONIES]
|
||||||
! Fix Printer. It's from the old days when we didn't have decent XML classes
|
! Fix Printer. It's from the old days when we didn't have decent XML classes
|
||||||
! Factor demo.php into a set of Printer classes, and then create a stub
|
! Factor demo.php into a set of Printer classes, and then create a stub
|
||||||
file for users here (inside the actual HTML Purifier library)
|
file for users here (inside the actual HTML Purifier library)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
CSS.ForbiddenProperties
|
CSS.ForbiddenProperties
|
||||||
TYPE: lookup
|
TYPE: lookup
|
||||||
VERSION: 4.1.2
|
VERSION: 4.2.0
|
||||||
DEFAULT: array()
|
DEFAULT: array()
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Core.RemoveProcessingInstructions
|
Core.RemoveProcessingInstructions
|
||||||
TYPE: bool
|
TYPE: bool
|
||||||
VERSION: 4.1.2
|
VERSION: 4.2.0
|
||||||
DEFAULT: false
|
DEFAULT: false
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
Instead of escaping processing instructions in the form <code><? ...
|
Instead of escaping processing instructions in the form <code><? ...
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
HTML.FlashAllowFullScreen
|
HTML.FlashAllowFullScreen
|
||||||
TYPE: bool
|
TYPE: bool
|
||||||
VERSION: 4.1.2
|
VERSION: 4.2.0
|
||||||
DEFAULT: false
|
DEFAULT: false
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
URI.DisableResources
|
URI.DisableResources
|
||||||
TYPE: bool
|
TYPE: bool
|
||||||
VERSION: 4.1.2
|
VERSION: 4.2.0
|
||||||
DEFAULT: false
|
DEFAULT: false
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
<p>
|
<p>
|
||||||
@ -10,6 +10,6 @@ DEFAULT: false
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<em>Note:</em> While this directive has been available since 1.3.0,
|
<em>Note:</em> While this directive has been available since 1.3.0,
|
||||||
it didn't actually start doing anything until 4.1.2.
|
it didn't actually start doing anything until 4.2.0.
|
||||||
</p>
|
</p>
|
||||||
--# vim: et sw=4 sts=4
|
--# vim: et sw=4 sts=4
|
||||||
|
Loading…
Reference in New Issue
Block a user