• v0.2.0 cc8dc9d357

    WP Bootstrap 0.2.0
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 57s
    Create Release Package / Build Release (push) Successful in 1m23s
    Pre-Release

    magdev released this 2026-02-08 15:05:38 +00:00 | 25 commits to main since this release

    Added

    • Full Design Editor compatibility: Bootstrap JS in block editor, full Bootstrap SCSS in editor stylesheet
    • 3 custom block categories: Bootstrap Layout, Bootstrap Components, Bootstrap Navigation
    • 3 custom pattern categories: Layout, Components, Navigation
    • 4 layout patterns: container, 2-column, 3-column, full-width section
    • 2 component patterns: card group, accordion
    • 3 full-page patterns: about, services, contact
    • 4 custom page templates (FSE + Twig): landing (no header/footer), full-width, hero, sidebar
    • 2 header variations (FSE + Twig): centered, transparent
    • 2 footer variations (FSE + Twig): minimal, multi-column
    • 2 navigation patterns: dark navbar, offcanvas mobile navigation
    • Offcanvas navigation Twig partial with Bootstrap offcanvas component
    • Editor SCSS overrides for alignment and spacing consistency
    • Shadow presets (sm, md, lg), aspect ratio presets, and custom layout values in theme.json
    • Header/footer variant support via get_theme_mod() in ContextBuilder
    • Twig block inheritance in base.html.twig for header/footer variant overrides
    • Custom page template routing via get_page_template_slug() in TemplateController
    • Transparent header and offcanvas dark mode SCSS styles

    Changed

    • Enhanced editor-style.scss to import full Bootstrap for WYSIWYG editor fidelity
    • Enhanced theme.json with custom templates and template parts registration
    • Enhanced functions.php with block editor assets, block categories, and pattern categories
    • Enhanced ContextBuilder with header/footer variant methods
    • Enhanced TemplateController with custom page template slug routing
    • Updated translation files (.pot and de_CH.po) with all new translatable strings
    Downloads