Files
CRM/customerportal/include/htmlpurify/WHATSNEW
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

8 lines
448 B
Plaintext

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.