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