1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-19 20:34:01 +02:00

Release 1.3.2.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@621 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-12-26 04:31:48 +00:00
parent 18f7c85ebe
commit a909632d2d
3 changed files with 10 additions and 4 deletions

8
NEWS
View File

@@ -9,17 +9,21 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change
==========================
1.4.0, unknown release date (around Christmas, hopefully)
1.4.0, unknown release date
(major feature release)
1.3.2, unknown release date, may be dropped
1.3.3, unknown release date, may be dropped
(security/bugfix/minor feature release)
1.3.2, released 2006-12-25
! HTMLPurifier object now accepts configuration arrays, no need to manually
instantiate a configuration object
! Context object now accessible to outside
! Added enduser-youtube.html, explains how to embed YouTube videos. See
also corresponding smoketest preserveYouTube.php.
! Added purifyArray(), which takes a list of HTML and purifies it all
! Added static member variable $version to HTML Purifier with PHP-compatible
version number string.
- Fixed fatal error thrown by upper-cased language attributes
- printDefinition.php: added labels, added better clarification
. HTMLPurifier_Config::create() added, takes mixed variable and converts into