Skip to content

Releases: Digital-Media/fhooe-twig-extensions

v2.0.0

26 Mar 16:58
v2.0.0
61fabcf

Choose a tag to compare

2.0.0 - 2025-03-26

Added

  • Added more and better tests.

Changed

  • Requires Router 2.0.0.
  • Router property in RouterExtension is now readonly.
  • Switched to PHP 8.4 as a minimum requirement.
  • Updated all dependencies.

v1.0.0

05 Feb 15:37
v1.0.0
213a3f0

Choose a tag to compare

1.0.0 - 2024-02-05

Added

  • Initial release.
  • Added RouterExtension that allows to use paths from the router in Twig templates.
  • Added SessionExtension that allows to easily access $_SESSION in Twig templates.
  • Added unit tests with Pest.
  • Added phpstan for code analysis.
  • Added README.md.
  • Added notes on Contributing.
  • Added this changelog.