TL;DR
Symfony 8 support, PHP 8.2+ required, modernized codebase with native typed properties.
What's Changed
- Create LICENSE_OF_TRADEMARK_AND_LOGO by @damonsson in #271
- Ignore Twig 2.x security advisories to fix CI by @Rafikooo in #282
- fix: Trim subject to avoid
=0Acharacters in mail clients by @jacquesbh in #283 - Require PHP 8.2 and modernize codebase by @Rafikooo in #284
- Drop Symfony 5.4 and Twig 2.x support by @Rafikooo in #285
- Drop Twig 2.x support by @Rafikooo in #286
- Migrate PHPSpec tests to PHPUnit by @Rafikooo in #281
- Add PHP 8.4 and 8.5 to CI matrix by @Rafikooo in #287
- Add Symfony 8 support by @Rafikooo in #276
- Add native typed properties and remove redundant declarations by @Rafikooo in #277
New Contributors
- @jacquesbh made their first contribution in #283
Full Changelog: v2.1.0...v2.2.0