0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00

Bump descriptions to 3.2.0.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2008-10-31 12:25:43 -04:00
parent 22d24e6b04
commit 0e6e2c4edf
5 changed files with 6 additions and 5 deletions

3
NEWS
View File

@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change . Internal change
========================== ==========================
3.1.2, unknown release date 3.2.0, unknown release date
# Using %Core.CollectErrors forces line number/column tracking on, whereas # Using %Core.CollectErrors forces line number/column tracking on, whereas
previously you could theoretically turn it off. previously you could theoretically turn it off.
# HTMLPurifier_Injector->notifyEnd() is formally deprecated. Please # HTMLPurifier_Injector->notifyEnd() is formally deprecated. Please
@ -45,6 +45,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
processed by the injector before they are subject to the well-formedness rules. processed by the injector before they are subject to the well-formedness rules.
! %Attr.DefaultImageAlt allows overriding default behavior of setting alt to ! %Attr.DefaultImageAlt allows overriding default behavior of setting alt to
basename of image when not present. basename of image when not present.
! %AutoFormat.DisplayLinkURI neuters <a> tags into plain text URLs.
- Fix two bugs in %URI.MakeAbsolute; one involving empty paths in base URLs, - Fix two bugs in %URI.MakeAbsolute; one involving empty paths in base URLs,
the other involving an undefined $is_folder error. the other involving an undefined $is_folder error.
- Throw error when %Core.Encoding is set to a spurious value. Previously, - Throw error when %Core.Encoding is set to a spurious value. Previously,

View File

@ -1,6 +1,6 @@
AutoFormat.DisplayLinkURI AutoFormat.DisplayLinkURI
TYPE: bool TYPE: bool
VERSION: 3.1.2 VERSION: 3.2.0
DEFAULT: false DEFAULT: false
--DESCRIPTION-- --DESCRIPTION--
<p> <p>

View File

@ -1,6 +1,6 @@
AutoFormat.RemoveEmpty AutoFormat.RemoveEmpty
TYPE: bool TYPE: bool
VERSION: 3.1.2 VERSION: 3.2.0
DEFAULT: false DEFAULT: false
--DESCRIPTION-- --DESCRIPTION--
<p> <p>

View File

@ -13,5 +13,5 @@ DEFAULT: true
</p> </p>
<p> <p>
<strong>Notice:</strong> This directive's default turned from false to true <strong>Notice:</strong> This directive's default turned from false to true
in HTML Purifier 3.1.2. in HTML Purifier 3.2.0.
</p> </p>

View File

@ -1,6 +1,6 @@
Output.SortAttr Output.SortAttr
TYPE: bool TYPE: bool
VERSION: 3.1.2 VERSION: 3.2.0
DEFAULT: false DEFAULT: false
--DESCRIPTION-- --DESCRIPTION--
<p> <p>