Releases: KnpLabs/KnpSnappyBundle
Releases · KnpLabs/KnpSnappyBundle
v1.10.2
What's Changed
- feat: fix deprecation for Extension by @Chris53897 in #340
Full Changelog: v1.10.1...v1.10.2
Special thanks to @Chris53897!
v1.10.1
What's Changed
- fix installation so gitclip works by @tacman in #335
- remove references and examples with unsupported Symfony <5 by @tacman in #336
- chore: fix ci deprecations, by @Chris53897 in #337
- Fix: CI tests with Symfony 7.1 by @alexpozzi in #339
- feat: add new optional fileNameFallBack argument by @JefvdA in #338
New Contributors
Full Changelog: v1.10.0...v1.10.1
Special thanks to @tacman, @Chris53897 and @JefvdA!
v1.10.0
What's Changed
- chore: add tests for php 8.2 (without dev deps) and 8.3 by @Chris53897 in #325
- Chore/support symfony 7 by @alexpozzi in #331
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: v1.9.2...v1.10.0
Special thanks to @Chris53897!
v1.9.2
What's Changed
- warn about the ES6 incompatibility by @bruno-ds in #309
- chore: gitignore for phpunit 9+10 by @Chris53897 in #320
- feat: remove doctrine/annotations by @Chris53897 in #321
- fix: security advisory GHSA-92rv-4j2h-8mjj by @alexpozzi in #326
New Contributors
- @bruno-ds made their first contribution in #309
- @Chris53897 made their first contribution in #320
Full Changelog: v1.9.1...v1.9.2
v1.9.1
v1.9.0: Symfony 6 Support
Hi!
This release adds support for Symfony 6 and drops old PHP version support.
What's Changed
- Allow Symfony 6.x by @endroid in #301
- Dropped support for PHP 7.2 and PHP 7.3 by @stephanvierkant in #300
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.1
Symfony 5 support! And dropped old Symfony version support
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
- 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.