Releases: stevebauman/purify
Releases · stevebauman/purify
v5.1.0
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
Changed
- Added strikethrough elements to default allow list by @austenc in #58
v5.0.0
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.0
Removed
Purify::getSettings()
method - 093bf29
Fixed
storage/app/purify
directory is now properly created when publishing the purify
configuration file - #29 - 093bf29
v3.0.1
Fixed
- Defer loading purify - 96cec18
- Remove storage directory check and creation to prevent root package install issues - #11 - 5f3d4da
v3.0.0
Added
- Laravel 6.0 compatibility
Changed
- Requirement of PHP >= 7.1 and Laravel >= 5.5