public
Description: Standards compliant HTML filter written in PHP
Homepage: http://htmlpurifier.org
Clone URL: git://github.com/ezyang/htmlpurifier.git
htmlpurifier / WHATSNEW
100644 8 lines (7 sloc) 0.434 kb
1
2
3
4
5
6
7
8
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.