1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-08 23:26:39 +02:00

Release 3.1.0rc1

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1672 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-22 07:24:47 +00:00
parent 4fe475c57f
commit 8fdf8c2e44
6 changed files with 14 additions and 16 deletions

View File

@@ -1,10 +1,8 @@
Release 3.0.0 is the first release of 2008 and also HTML Purifier's first
PHP 5 only release. The 2.1 series will still be supported for bug and
security fixes, but will not get new features. This release a number of
improvements in CSS handling, including the filter
HTMLPurifier_Filter_ExtractStyleBlocks which integrates HTML Purifier with
CSSTidy for cleaning style sheets, contains experimental support for
proprietary CSS properties with %CSS.Proprietary, case-insensitive
CSS properties, and more lenient hexadecimal color codes. Also, all code
has been upgraded to full PHP 5 which is E_STRICT clean for all versions
of PHP 5 (including the 5.0 series).
Release 3.1.0rc1 is a release candidate aimed primarily at ironing out bugs
in HTML Purifier's shiny new __autoload system. There are lots of new features,
however; some notable ones include support for the !important CSS modifier,
display and visibility CSS properties with %CSS.AllowTricky, marquee
with %HTML.Proprietary (had you scared for a moment, hmm?), a kses() wrapper,
%CSS.AllowedProperties, %HTML.ForbiddenAttributes and %HTML.ForbiddenElements
and a totally revamped ConfigDoc system. And of course, the usual slew of
bugfixes.