mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-23 00:41:52 +00:00
Bump descriptions to 3.2.0.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
parent
22d24e6b04
commit
0e6e2c4edf
3
NEWS
3
NEWS
@ -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,
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user