mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
13
WHATSNEW
13
WHATSNEW
@@ -1,6 +1,7 @@
|
||||
HTML Purifier 3.3.0 is fixes a number of obscure bugs reported and fixed
|
||||
over a four month period. It is probably the last release in the 3.x
|
||||
series. Notable new features include support for the overflow CSS
|
||||
property; notable bugfixes include fixed YouTube rendering in certain
|
||||
versions of Firefox, CSSDefinition Printer, improved early PHP support
|
||||
and bugs in iconv.
|
||||
HTML Purifier 4.0 is a major feature release focused on configuration
|
||||
It deprecates the $config->set('Ns', 'Directive', $value) syntax for
|
||||
$config->set('Ns.Directive', $value); both syntaxes work but the
|
||||
former will throw errors. There are also some new features: robust
|
||||
support for name/id, configuration inheritance, remove nbsp in
|
||||
the RemoveEmpty autoformatter, userland configuration directives
|
||||
and configuration serialization.
|
||||
|
Reference in New Issue
Block a user