Releases: madapaja/Madapaja.TwigModule
Releases · madapaja/Madapaja.TwigModule
2.6.0
2.6.0
Twig 2.x is dropped
Currently, PHP 8.4 and Twig 2.x are not compatible, so Twig 2.x support is dropped. If Twig 2.x is supported by PHP 8.4 in the future, it may be restored.
MobileTwigModule needs extra installation
In order to use the MobileTwigModule, it is necessary to install mobiledetect/mobiledetectlib as follows.
Please execute the following command in your project root.
composer require mobiledetect/mobiledetectlib
What's Changed
- Enable PHP 8.4, Drop Twig 2.x and Windows test support by @koriym in #47
- The need for MobileTwigModule has decreased, so we will make it an optional install by @koriym in #48
Full Changelog: 2.5.1...2.6.0
2.5.0
What's Changed
- Fix mobile detection on runtime
- Support mobiledetect/mobiledetectlib v3
- Refactor
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Twig v3 support by @koriym in #39
- Update license copyright year(s) by @github-actions in #41
- Refactor Attribute by @koriym in #42
- Drop support for PHP 7.x and optimize for PHP 8 by @koriym in #43
- Soothe psalm by @koriym in #44
New Contributors
- @github-actions made their first contribution in #41
Full Changelog: 2.3.0...2.4.0