Releases: GeckoPackages/GeckoTwig
Releases · GeckoPackages/GeckoTwig
v2.1
v2.0
Updated to work with Twig 2.x.
Dropped support for PHP > 7.
v1.3
- add
Age
filter
v1.2
- fix deprecation warnings of Twig 1.26.x
- test for deprecations
- simplify integration test now that the min. Twig version is bumped to one with new methods
- disable xdebug for test running the PHP-CS-Fixer
- mark test as internal (will be final on 2.x)
- PHP 7.1 should not fail, so remove it from the allow failures
- exclude PHP 6 from the composer settings
- on Travis echo the Twig version being used
v1.1
- Added date replacement filter which renders an empty string if the input date is empty.