• v1.0.9 576922160e

    WP Bootstrap 1.0.9
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 2m3s
    Create Release Package / Build Release (push) Successful in 2m5s
    Stable

    magdev released this 2026-02-19 17:26:45 +00:00 | 10 commits to main since this release

    Performance

    • Color variation CSS transient caching (functions.php): wp_bootstrap_variation_colors() now caches the generated inline CSS in a 24-hour WordPress transient keyed by wp_bootstrap_variation_css_ + an MD5 of the active stylesheet slug. Previously the palette iteration and CSS string building ran on every frontend page load. The transient is immediately invalidated on switch_theme and save_post_wp_global_styles, so changes made via the Design Editor are reflected instantly.
    • Twig template recompilation gated behind WP_DEBUG (inc/Twig/TwigService.php): auto_reload in the Twig Environment constructor was hardcoded to true, causing Twig to stat every compiled template file on every request to check for source changes. Changed to WP_DEBUG so template recompilation only occurs during development. In production (WP_DEBUG = false) compiled Twig templates are served from cache without filesystem mtime checks.
    Downloads