Skip to content

Releases: GeckoPackages/GeckoTwig

v2.1

19 Apr 10:05
2f0d389
Compare
Choose a tag to compare

Allow PHP7.2

v2.0

14 Feb 08:13
Compare
Choose a tag to compare

Updated to work with Twig 2.x.
Dropped support for PHP > 7.

v1.3

23 Nov 10:48
Compare
Choose a tag to compare
  • add Age filter

v1.2

11 Oct 14:27
Compare
Choose a tag to compare
  • 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

19 Sep 17:43
Compare
Choose a tag to compare
  • Added date replacement filter which renders an empty string if the input date is empty.