1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-31 09:31:48 +02:00

Merged r1746: Length and UnitConverter implementation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/php4@1783 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-06-11 01:21:36 +00:00
parent 864cb9e136
commit 245b5bdb27
6 changed files with 337 additions and 1 deletions

4
NEWS
View File

@@ -15,7 +15,9 @@ ERRATA
HTML Purifier.
2.1.5, unknown release date
. Added HTMLPurifier_UnitConverter and HTMLPurifier_Length for convenient
handling of CSS-style lengths. HTMLPurifier_AttrDef_CSS_Length now uses
this class.
2.1.4, released 2008-05-18
! DefinitionCacheFactory now can register new implementations