• v0.3.2 d6731cca47

    WP Bootstrap 0.3.2
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 59s
    Create Release Package / Build Release (push) Successful in 1m25s
    Pre-Release

    magdev released this 2026-02-08 16:33:18 +00:00 | 22 commits to main since this release

    Fixed

    • Dark mode body colors overridden by WordPress global styles (styles.color in theme.json generated conflicting body CSS)
    • Dark mode styling for plugin-generated form elements (select, input, textarea) that lack Bootstrap classes
    • Footer columns template used hardcoded bg-dark text-light instead of semantic bg-body-tertiary
    • Style variation bridge function ran with default palette when no variation was active, causing unnecessary CSS overrides

    Changed

    • Removed styles.color from theme.json to prevent WordPress from generating body background/text CSS that conflicts with Bootstrap dark mode
    • Added !important override in _custom.scss for html[data-bs-theme="dark"] body to ensure Bootstrap dark mode takes precedence
    • Added broad dark mode rules for native form elements in _custom.scss
    Downloads