Skip to content

Releases: stevebauman/purify

v2.0.2

01 May 14:34
d264520
Compare
Choose a tag to compare

Fixed

  • Bind Purify as a singleton to resolve custom configuration issues - 6012adb - #21
  • Lumen support - 20ed130 - #15

v2.0.1

24 Jan 21:54
Compare
Choose a tag to compare

Fixed

  • Ensure purify configuration is an array (PHP 7.2 fix) - 455975e

v2.0.0

13 Sep 20:05
Compare
Choose a tag to compare

Added

  • Support for Laravel 5.5

Fixed

  • Removed docs about settings being merged when passing in a configuration array into the second parameter in the Purify::clean() method. These settings weren't being merged with the user config.

Removed

  • Purfiy::setPurifierConfig()
  • Purfiy::getPurifierConfig()
  • Purfiy::setRepository()

v1.1.2

07 Sep 14:49
Compare
Choose a tag to compare

Added

  • Updated HTML Purifier version

Fixed

  • Test

Publish config fix

02 Nov 14:37
Compare
Choose a tag to compare
Merge pull request #2 from tusharvikky/master

config publish patch

Laravel 5 only, cleanup and small tweaks

17 Sep 16:16
Compare
Choose a tag to compare
v1.1.0

Fix php 5.4 requirements

v1.0.1

08 May 13:22
Compare
Choose a tag to compare
Small clarification of dynamic config

v1.0.0

07 May 16:26
Compare
Choose a tag to compare
Formatting changes