v0.1.4
Changes since last release:
- Update readme
- Make HTML5Config::create() default arguments the same as Config::create()
Important: previous releases allowed HTMLPurifier_HTML5Config::create()
to be called without any arguments. In this release the first argument is required, just as it is in HTMLPurifier_Config::create()
. If it's not provided a warning will be issued, but apart from that the library will work as before.