Skip to content

Releases: rybakit/twig-deferred-extension

v3.0.5

Choose a tag to compare

@rybakit rybakit released this 04 Apr 09:41
3e5d00c

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

v3.0.4

Choose a tag to compare

@rybakit rybakit released this 28 Jan 22:52

Fixed file permissions (13a70ae).

v3.0.3

Choose a tag to compare

@rybakit rybakit released this 28 Jan 22:23
3f76ca6

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

v3.0.2

Choose a tag to compare

@rybakit rybakit released this 15 Jul 07:34
3f8a67f

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

v3.0.1

Choose a tag to compare

@rybakit rybakit released this 17 Sep 22:15
  • Fixed bad output when exception is thrown (#11)
  • Aplied micro-optimization to compiled templates

v3.0.0

Choose a tag to compare

@rybakit rybakit released this 03 Jun 08:12
  • 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

Choose a tag to compare

@rybakit rybakit released this 24 May 22:00
  • Fixed deprecation warnings
  • Bumped minimum twig version to 2.8.0

v2.0.1

Choose a tag to compare

@rybakit rybakit released this 15 Mar 13:11
dd53671
  • Enhanced tests
  • Updated README
  • Updated license year

v2.0.0

Choose a tag to compare

@rybakit rybakit released this 17 Mar 22:48
  • Switched to Twig 2

v1.0.2

Choose a tag to compare

@rybakit rybakit released this 17 Mar 21:52
  • Removed branch alias from composer.json
  • Tweaked README