KnpSnappyBundle Versions Save

Easily create PDF and images in Symfony by converting html using webkit

v1.10.1

6 days ago

What's Changed

New Contributors

Full Changelog: https://github.com/KnpLabs/KnpSnappyBundle/compare/v1.10.0...v1.10.1

Special thanks to @tacman, @Chris53897 and @JefvdA!

v1.10.0

4 months ago

What's Changed

Adds:

  • support for symfony/symfony 7.x

Removes:

  • support for PHP 7.x
  • support for symfony/symfony version 3.x and 4.x
  • support for psr/log 1

Full Changelog: https://github.com/KnpLabs/KnpSnappyBundle/compare/v1.9.2...v1.10.0

Special thanks to @Chris53897!

v1.9.2

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/KnpLabs/KnpSnappyBundle/compare/v1.9.1...v1.9.2

v1.9.0

2 years ago

Hi!

This release adds support for Symfony 6 and drops old PHP version support.

What's Changed

Full Changelog: https://github.com/KnpLabs/KnpSnappyBundle/compare/v1.8.0...v1.9.0

v1.8.0

3 years ago
  • Move config to root directory #274
  • Update dependencies and improve tests and documentation #279
  • Drop support for Symfony 3.4, 4.3 and 5.0 #279
  • Fix .gitattributes file #278

Credits goes to @garak, @lcouellan and @alexpozzi

v1.7.1

3 years ago
  • Fix composer deprecation notices #268

v1.7.0

4 years ago

Hi!

This adds support for Symfony 5 - thanks to @zairigimad. We also dropped support for unmaintained Symfony versions 2.7, 2.8, 3.0, 3.1, 3.2, 3.3, 4.0, 4.1 and 4.2.

Have fun!

v1.6.0

5 years ago
  • Drop unmaintained PHP versions (5.6 and 7.0, see #230)
  • Avoid deprecation warning when using symfony/config > 4.2 (see #229)

Credits go to: @antograssiot and @NiR-. And we thank @garthlord and @Laurent3170 for their docs tweaks.

v1.5.2

6 years ago

A BC break has been introduced in v1.5.0: the LoggableGenerator has been moved in a new namespace. This is now fixed.

  • Fix BC break due to moved LoggableGenerator (#185)
  • Adding support for Symfony 4 (#190)

Credits go to: @jzawadzki and @NiR-. Also, thank you @NAYZO, @carusogabriel and @antondachauer for your tweaks in the docs and for updating PHPUnit tests.