Skip to content

Releases: stevebauman/purify

v5.1.1

04 Feb 16:55
Compare
Choose a tag to compare

Added

v5.1.0

10 Jan 04:28
Compare
Choose a tag to compare

Added

  • Ability to disable caching by setting purify.serializer to null
  • purify:clear command for purging cached HTML Purifier serialized definition files
  • Added blockquote element to default allow list - #60 - fe1db4a) - Thanks to @austenc

v5.0.1

07 Oct 16:07
01e7edf
Compare
Choose a tag to compare

Changed

  • Added strikethrough elements to default allow list by @austenc in #58

v5.0.0

03 Aug 13:28
Compare
Choose a tag to compare

All credit goes to @Propaganistas for this major release. 👏

Removed

  • Lumen Support
  • PHP 7.1-7.3 Support
  • Laravel 5.6-6 Support

Added

  • Support for multiple configurations - #53
  • HTML 5 definitions configured out of the box - #53
  • Ability to easily define your own HTML Purifier definition - #53
  • Default Eloquent cast classes to easily implement sanitization on models - #54

v4.0.1

10 Feb 01:25
e562890
Compare
Choose a tag to compare

Added

  • Laravel 9 support - #48

v4.0.0

11 Jan 17:49
823ad75
Compare
Choose a tag to compare

Removed

  • Purify::getSettings() method - 093bf29

Fixed

  • storage/app/purify directory is now properly created when publishing the purify configuration file - #29 - 093bf29

v3.0.3

08 Sep 21:14
08e8830
Compare
Choose a tag to compare

Added

v3.0.2

03 Mar 15:34
eac2e29
Compare
Choose a tag to compare

Added

v3.0.1

16 Oct 19:08
Compare
Choose a tag to compare

Fixed

  • Defer loading purify - 96cec18
  • Remove storage directory check and creation to prevent root package install issues - #11 - 5f3d4da

v3.0.0

03 Sep 16:38
4a1a6cb
Compare
Choose a tag to compare

Added

  • Laravel 6.0 compatibility

Changed

  • Requirement of PHP >= 7.1 and Laravel >= 5.5