• v0.4.5 eb85870909

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

    magdev released this 2026-02-02 16:04:42 +00:00 | 14 commits to main since this release

    Fixed

    • Multi-layer recursion protection - Added additional safeguards against infinite Twig rendering
      • Added render depth tracking in Plugin::render() with max depth of 5
      • Strip shortcodes from content when in shortcode context (prevents any later do_shortcode() calls from triggering recursion)
      • This addresses the Twig StagingExtension.php recursion error
    Downloads