Releases: Exercise/HTMLPurifierBundle
Releases · Exercise/HTMLPurifierBundle
2.0.6
v3.0 Beta
PR #52
- [BC break] Dropped support for PHP 5.x. PHP 7.1 minimum required.
- Added a new
HTMLPurifierConfigFactory
to handle cache properly and to
build custom html definition from bundle configuration. - [BC Break] The bundle configuration has changed
- Added CHANGELOG and UPGRADE files
- Refactored
SerializerCacheWarmer
to preload each profile configuration - [BC break] Added type hints and return type hints
Bug fixes and minor requirements update
Fix this deprecation since Symfony 4.2
Fix Symfony Tree root deprecation
Fixed exception when using TextType without purify options
V2.0.1
Composer version update
See #54 (comment)
V2.0.0-BETA2
Fixed SerializerCacheWarmer service definition (#55)
V2.0.0-BETA1
Merge #46:
- Require PHP 5.5 or 7.0 and Symfony 3.4 minimum
- Refactored extension and enabled autowiring
- [BC Break] Removed classes parameters
- [BC Break] Removed the form data transformer
- added a new text form type extension with a purifier listener to purify submitted data in all text based fields, using opt-in and custom profile thanks to dedicated options
- added a new "exercise.html_purifier" tag to make custom purifier implementations available as profile through form options and Twig filter
- added a purifiers registry to lazy load purifiers everywhere
- added a Twig HTMLPurifierRuntime for better performances
- upgraded the LICENSE and README files
Support Symfony 4.0
Merge pull request #47 from stof/symfony_4 Add support for Symfony 4