NEWS ( CHANGELOG and HISTORY ) HTMLPurifier ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| = KEY ==================== # Breaks back-compat ! Feature - Bugfix + Sub-comment . Internal change ========================== 1.7.0, unknown release date # Completely refactored HTMLModuleManager, decentralizing safety information # Transform modules changed to Tidy modules, which offer more flexibility and better modularization # Configuration object now finalizes itself when a read operation is performed on it, ensuring that its internal state stays consistent. To revert this behavior, you can set the $autoFinalize member variable off, but it's not recommended. # New compact syntax for AttrDef objects that can be used to instantiate new objects via make() # Definitions (esp. HTMLDefinition) are now cached for a significant performance boost. You can disable caching by setting %Core.DefinitionCache to null. # Contents between