Skip to content

Releases: rybakit/twig-deferred-extension

v3.0.5

04 Apr 09:41
3e5d00c
Compare
Choose a tag to compare

Fixed "Redefining a deferred block that is not the first removes other blocks from rendering" (#17).

v3.0.4

28 Jan 22:52
Compare
Choose a tag to compare

Fixed file permissions (13a70ae).

v3.0.3

28 Jan 22:23
3f76ca6
Compare
Choose a tag to compare

Fixed "Creation of dynamic property $deferred is deprecated" notice with PHP 8.2 (#16).

v3.0.2

15 Jul 07:34
3f8a67f
Compare
Choose a tag to compare

Fixed "Undefined variable $macros" when using filter in a deferred block (#14).

v3.0.1

17 Sep 22:15
Compare
Choose a tag to compare
  • Fixed bad output when exception is thrown (#11)
  • Aplied micro-optimization to compiled templates

v3.0.0

03 Jun 08:12
Compare
Choose a tag to compare
  • Bumped Twig to 3.0 minimum
  • Renamed the composer package name to rybakit\twig-deferred-extension
  • Updated namespace from Phive\Twig\Extensions to Twig\DeferredExtension
  • Marked all the classes as final
  • Added type hints
  • Setup GitHub Sponsors funding

v2.0.2

24 May 22:00
Compare
Choose a tag to compare
  • Fixed deprecation warnings
  • Bumped minimum twig version to 2.8.0

v2.0.1

15 Mar 13:11
dd53671
Compare
Choose a tag to compare
  • Enhanced tests
  • Updated README
  • Updated license year

v2.0.0

17 Mar 22:48
Compare
Choose a tag to compare
  • Switched to Twig 2

v1.0.2

17 Mar 21:52
Compare
Choose a tag to compare
  • Removed branch alias from composer.json
  • Tweaked README