Releases: rybakit/twig-deferred-extension
Releases · rybakit/twig-deferred-extension
v3.0.5
Fixed "Redefining a deferred block that is not the first removes other blocks from rendering" (#17).
v3.0.3
Fixed "Creation of dynamic property $deferred is deprecated" notice with PHP 8.2 (#16).
v3.0.2
Fixed "Undefined variable $macros" when using filter in a deferred block (#14).
v3.0.1
- Fixed bad output when exception is thrown (#11)
- Aplied micro-optimization to compiled templates
v3.0.0
- 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
- Fixed deprecation warnings
- Bumped minimum twig version to 2.8.0
v2.0.1
- Enhanced tests
- Updated README
- Updated license year
v1.0.2
- Removed branch alias from composer.json
- Tweaked README