mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Bump minor version number to 4.4.0.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
d2de8d976a
commit
5c9b5130c8
2
NEWS
2
NEWS
@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
4.3.1, unknown release date
|
4.4.0, unknown release date
|
||||||
# URI.Munge now munges URIs inside the same host that go from https
|
# URI.Munge now munges URIs inside the same host that go from https
|
||||||
to http. Reported by Neike Taika-Tessaro.
|
to http. Reported by Neike Taika-Tessaro.
|
||||||
# Core.EscapeNonASCIICharacters now always transforms entities to
|
# Core.EscapeNonASCIICharacters now always transforms entities to
|
||||||
|
2
TODO
2
TODO
@ -27,7 +27,7 @@ Things to do as soon as possible:
|
|||||||
FUTURE VERSIONS
|
FUTURE VERSIONS
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
4.4 release [OMG CONFIG PONIES]
|
4.5 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 @@
|
|||||||
HTML.AllowedComments
|
HTML.AllowedComments
|
||||||
TYPE: lookup
|
TYPE: lookup
|
||||||
VERSION: 4.3.1
|
VERSION: 4.4.0
|
||||||
DEFAULT: array()
|
DEFAULT: array()
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
A whitelist which indicates what explicit comment bodies should be
|
A whitelist which indicates what explicit comment bodies should be
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
HTML.AllowedCommentsRegexp
|
HTML.AllowedCommentsRegexp
|
||||||
TYPE: string/null
|
TYPE: string/null
|
||||||
VERSION: 4.3.1
|
VERSION: 4.4.0
|
||||||
DEFAULT: NULL
|
DEFAULT: NULL
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
A regexp, which if it matches the body of a comment, indicates that
|
A regexp, which if it matches the body of a comment, indicates that
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
HTML.SafeIframe
|
HTML.SafeIframe
|
||||||
TYPE: bool
|
TYPE: bool
|
||||||
VERSION: 4.3.1
|
VERSION: 4.4.0
|
||||||
DEFAULT: false
|
DEFAULT: false
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
HTML.TargetBlank
|
HTML.TargetBlank
|
||||||
TYPE: bool
|
TYPE: bool
|
||||||
VERSION: 4.3.1
|
VERSION: 4.4.0
|
||||||
DEFAULT: FALSE
|
DEFAULT: FALSE
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
If enabled, <code>target=blank</code> attributes are added to all outgoing links.
|
If enabled, <code>target=blank</code> attributes are added to all outgoing links.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
URI.SafeIframeRegexp
|
URI.SafeIframeRegexp
|
||||||
TYPE: string/null
|
TYPE: string/null
|
||||||
VERSION: 4.3.1
|
VERSION: 4.4.0
|
||||||
DEFAULT: NULL
|
DEFAULT: NULL
|
||||||
--DESCRIPTION--
|
--DESCRIPTION--
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user