Skip to content

v1.0.0

Compare
Choose a tag to compare
@hochleitner hochleitner released this 05 Feb 15:50
· 4 commits to main since this release
v1.0.0
b10a555

1.0.0 - 2024-02-05

Added

  • Twig extension RouterExtension from fhooe/twig-extensions that makes the urlFor() and getBasePath() methods
    from the router available in Twig templates as url_for() and get_base_path().
  • Twig extension SessionExtension from fhooe/twig-extensions that provides a session(key) function to access
    entries from the session superglobal in Twig templates.
  • Introduced an icon for fhooe/router and fhooe/router-skeleton.

Changed

  • Switched to PHP 8.3 as a minimum requirement.
  • Updated all dependencies.
  • Updated all views/templates to match fhooe-web-dock with dark mode support.

Removed

  • twbs/bootstrap and twbs/bootstrap-icons as dependencies. They are now loaded from included files and SVGs to
    reduce installation time.
  • composer.lock is now excluded from version control for more flexibility.