• v0.6.0 1f256b236c

    Release 0.6.0
    All checks were successful
    Create Release Package / build-release (push) Successful in 50s
    Stable

    magdev released this 2026-02-02 21:55:53 +00:00 | 0 commits to main since this release

    Changed

    • Replaced Twig with native PHP templates - Major refactoring to remove external dependency
      • Removed twig/twig from composer.json dependencies
      • All 25 Twig templates converted to native PHP templates
      • New render() method in Plugin.php uses PHP include with output buffering
      • New render_partial() helper method for including partials from within templates
      • Templates support theme overrides via fedistream/ directory in themes
      • Improved performance by eliminating Twig compilation overhead
      • Reduced plugin size by removing Twig and its dependencies (symfony/polyfill-ctype, symfony/polyfill-mbstring)

    Removed

    • Twig template engine dependency
    • All .twig template files (replaced with .php equivalents)
    • Twig-related initialization code in Plugin.php
    Downloads