You've already forked wp-fedistream
-
Release 0.6.0
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 50sreleased this
2026-02-02 21:55:53 +00:00 | 0 commits to main since this releaseChanged
- Replaced Twig with native PHP templates - Major refactoring to remove external dependency
- Removed
twig/twigfrom 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
Removed
- Twig template engine dependency
- All
.twigtemplate files (replaced with.phpequivalents) - Twig-related initialization code in Plugin.php
Downloads
- Replaced Twig with native PHP templates - Major refactoring to remove external dependency