Skip to content

Releases: kokspflanze/ZfcTwig

Improvements

26 Sep 20:04
88419f6
Compare
Choose a tag to compare
  • support twig 3.12+
  • add support for php83

Improvements

01 Dec 22:23
17fb1cc
Compare
Choose a tag to compare
  • add php82 support

Improvements

19 Dec 11:17
cededa7
Compare
Choose a tag to compare
  • add php8.1
  • add github workflow
  • cs fixes with laminas coding standard
  • strict_types added

Improvements

20 Apr 20:34
8b10aef
Compare
Choose a tag to compare
  • added php80
  • drop php72

4.0.0 Laminas support

07 Jan 20:33
f33a50f
Compare
Choose a tag to compare
  • Laminas support added

3.0.0

20 Nov 20:51
055efde
Compare
Choose a tag to compare
  • twig 3 support added, please check the twig template changes like removed the "if" condition support on the "for" tag
  • fixed stackLoader cache
  • set min php7.2
  • phpunit update
  • added type hints everywhere

2.3.2

07 May 19:39
972bc62
Compare
Choose a tag to compare
  • loadTemplate changed to load, loadTemplate is only internal (prepare for twig 3)
  • tests updated (prepare for twig 3)
  • links in readme updated
  • added dev branch for twig 3 support

2.3.1

16 Apr 20:01
abf3dcc
Compare
Choose a tag to compare
  • deprecated class/method update Twig\Loader\ExistsLoaderInterface changed to Twig\Loader\LoaderInterface
  • assertInternalType changed to assertIsString
  • cs changes

2.3.0

10 Feb 23:43
Compare
Choose a tag to compare
  • added zf3 keyword in composer
  • autoloader changed
  • ZfcTwig directory removed
  • drop php70
  • set min php71

1.4.4

10 Feb 23:44
bc0de30
Compare
Choose a tag to compare
  • add php73 in travis