Skip to content

Releases: Exercise/HTMLPurifierBundle

2.0.6

10 Mar 19:34
Compare
Choose a tag to compare
  • [Bug] #75 Replace eval by require_once in ForwardCompatTypeExtensionTrait (@l-vo)

v3.0 Beta

14 Dec 15:37
cbc438c
Compare
Choose a tag to compare
v3.0 Beta Pre-release
Pre-release

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

14 Dec 12:04
7a55d73
Compare
Choose a tag to compare

Fixing bugs:

  • #67 Fixed trimming empty values
  • #69 Fixed low and high deps compatibility

Minor changes:

  • #68 Added a CHANGELOG and fixed the README
  • #70 Updated directory structure

Fix this deprecation since Symfony 4.2

21 Feb 01:36
d39f309
Compare
Choose a tag to compare

Fix Symfony Tree root deprecation

16 Jan 01:52
0f5e899
Compare
Choose a tag to compare

Fixed exception when using TextType without purify options

04 Nov 18:32
24b7ef4
Compare
Choose a tag to compare

V2.0.1

26 Aug 08:13
3b35f28
Compare
Choose a tag to compare

Composer version update
See #54 (comment)

V2.0.0-BETA2

15 Aug 09:46
3b35f28
Compare
Choose a tag to compare
V2.0.0-BETA2 Pre-release
Pre-release

Fixed SerializerCacheWarmer service definition (#55)

V2.0.0-BETA1

29 Jul 20:01
Compare
Choose a tag to compare
V2.0.0-BETA1 Pre-release
Pre-release

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

09 Mar 09:25
308b47f
Compare
Choose a tag to compare
Support Symfony 4.0 Pre-release
Pre-release
Merge pull request #47 from stof/symfony_4

Add support for Symfony 4