You've already forked wp-fedistream
-
Release 0.4.6
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 1m2sreleased this
2026-02-02 16:09:21 +00:00 | 13 commits to main since this releaseFixed
- Page template loading lock - Block ALL shortcode rendering during page template loading
- Added
$loading_page_templateflag in TemplateLoader - template-wrapper.php now sets this flag before loading theme header/footer
- Shortcodes::render_template() checks this flag and returns early if set
- This prevents any recursion triggered by theme components, widgets, or other plugins during page template loading
- Main template rendering still works (uses Plugin::render() directly, not through Shortcodes)
- Added
Downloads
- Page template loading lock - Block ALL shortcode rendering during page template loading