Logo
Explore Help
Sign In
magdev/wp-bootstrap
1
Fork 0
You've already forked wp-bootstrap
Code Issues Pull Requests Actions Releases 24 Activity

24 Releases 24 Tags

  • v1.0.6 e7decbe96b
    Compare

    WP Bootstrap 1.0.6
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 57s
    Details
    Create Release Package / Build Release (push) Successful in 1m29s
    Details
    Stable

    magdev released this 2026-02-14 20:44:52 +00:00 | 14 commits to main since this release

    Fixed

    • Sidebar widgets not rendered on pages using the "Page with Sidebar" template — ContextBuilder::build() only populated sidebar context for is_home(), so page-sidebar.html.twig received no widget data
    Downloads
    • wp-bootstrap-1.0.6.zip
      1.8 MiB
      2026-02-14 20:47:27 +00:00
    • wp-bootstrap-1.0.6.zip.sha256
      89 B
      2026-02-14 20:47:27 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.5 815f6fa19e
    Compare

    WP Bootstrap 1.0.5
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 58s
    Details
    Create Release Package / Build Release (push) Successful in 1m26s
    Details
    Stable

    magdev released this 2026-02-11 16:51:28 +00:00 | 15 commits to main since this release

    Added

    • 11 new translation files: de_CH_informal, de_DE, de_DE_informal, en_GB, es_ES, fr_CH, it_CH, it_IT, nl_NL, pl_PL, pt_PT (total: 13 locales + en_US base)
    • Compiled .mo files for all 13 translations

    Changed

    • Standardized all .po file names to use wp-bootstrap- prefix (WordPress convention: {text-domain}-{locale}.po)
    Downloads
    • wp-bootstrap-1.0.5.zip
      1.8 MiB
      2026-02-11 16:54:52 +00:00
    • wp-bootstrap-1.0.5.zip.sha256
      89 B
      2026-02-11 16:54:52 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.4 b285d75878
    Compare

    WP Bootstrap 1.0.4
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 1m29s
    Details
    Create Release Package / Build Release (push) Successful in 1m40s
    Details
    Stable

    magdev released this 2026-02-11 10:48:20 +00:00 | 16 commits to main since this release

    Added

    • wp_bootstrap_should_render_template filter in TemplateController::render() — allows plugins and child themes to prevent the theme from rendering a specific request, enabling clean separation of concerns when plugins handle their own page rendering
    Downloads
    • wp-bootstrap-1.0.4.zip
      1.6 MiB
      2026-02-11 10:51:34 +00:00
    • wp-bootstrap-1.0.4.zip.sha256
      89 B
      2026-02-11 10:51:34 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.3 e3e9b9f2be
    Compare

    WP Bootstrap 1.0.3
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 1m3s
    Details
    Create Release Package / Build Release (push) Successful in 1m41s
    Details
    Stable

    magdev released this 2026-02-11 08:54:23 +00:00 | 17 commits to main since this release

    Release version 1.0.3

    Downloads
    • wp-bootstrap-1.0.3.zip
      1.6 MiB
      2026-02-11 08:57:15 +00:00
    • wp-bootstrap-1.0.3.zip.sha256
      89 B
      2026-02-11 08:57:15 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.2 702c0c35f4
    Compare

    WP Bootstrap 1.0.2
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 1m14s
    Details
    Create Release Package / Build Release (push) Successful in 1m42s
    Details
    Stable

    magdev released this 2026-02-10 15:00:15 +00:00 | 18 commits to main since this release

    Fixed

    • Missing HTML <title> tag on all pages — theme never declared add_theme_support('title-tag'), so WordPress's _wp_render_title_tag() hook was inactive during wp_head() output in Twig templates
    Downloads
    • wp-bootstrap-1.0.2.zip
      1.6 MiB
      2026-02-10 15:03:18 +00:00
    • wp-bootstrap-1.0.2.zip.sha256
      89 B
      2026-02-10 15:03:18 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.1 3620d9b1d1
    Compare

    WP Bootstrap 1.0.1
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 55s
    Details
    Create Release Package / Build Release (push) Successful in 1m35s
    Details
    Stable

    magdev released this 2026-02-09 08:28:33 +00:00 | 19 commits to main since this release

    Added

    • Bootstrap Icons web font integration — all 2,000+ icons available via <i class="bi bi-*"></i> CSS classes
    • copy:icons build step to copy icon font files (.woff, .woff2) from node_modules to assets/fonts/
    • Bootstrap Icons SCSS imported in both frontend and editor stylesheets for icon support in templates and block editor
    Downloads
    • wp-bootstrap-1.0.1.zip
      1.6 MiB
      2026-02-09 08:31:12 +00:00
    • wp-bootstrap-1.0.1.zip.sha256
      89 B
      2026-02-09 08:31:13 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0 5268289782
    Compare

    WP Bootstrap 1.0.0
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 50s
    Details
    Create Release Package / Build Release (push) Successful in 1m14s
    Details
    Stable

    magdev released this 2026-02-08 17:43:15 +00:00 | 20 commits to main since this release

    Added

    • Sidebar widget area (primary-sidebar) registered via register_sidebar() — manageable in Appearance > Widgets
    • Widget area rendering in Twig sidebar with fallback to built-in content (recent posts, search, tags) when no widgets assigned
    • Widget area description strings added to all translation files (en_US, de_CH, fr_FR)

    Changed

    • Updated README.md with accurate feature counts (15 style variations, 41 patterns, 3 translations)
    • Added documentation for style variation bridge, widget areas, RTL support, and accessibility features
    Downloads
    • wp-bootstrap-1.0.0.zip
      1.2 MiB
      2026-02-08 17:45:28 +00:00
    • wp-bootstrap-1.0.0.zip.sha256
      89 B
      2026-02-08 17:45:28 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.3 4c808a992a
    Compare

    WP Bootstrap 0.3.3
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 50s
    Details
    Create Release Package / Build Release (push) Successful in 1m16s
    Details
    Pre-Release

    magdev released this 2026-02-08 17:12:56 +00:00 | 21 commits to main since this release

    Fixed

    • Style variation colors not applied to Bootstrap frontend — bridge function checked wrong palette origin (custom instead of theme)
    • Variation detection now compares theme origin against base theme.json defaults instead of looking for slugs in custom origin
    Downloads
    • wp-bootstrap-0.3.3.zip
      1.2 MiB
      2026-02-08 17:15:06 +00:00
    • wp-bootstrap-0.3.3.zip.sha256
      89 B
      2026-02-08 17:15:06 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.2 d6731cca47
    Compare

    WP Bootstrap 0.3.2
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 59s
    Details
    Create Release Package / Build Release (push) Successful in 1m25s
    Details
    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
    • wp-bootstrap-0.3.2.zip
      1.2 MiB
      2026-02-08 16:35:48 +00:00
    • wp-bootstrap-0.3.2.zip.sha256
      89 B
      2026-02-08 16:35:48 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.1 edf053d7ea
    Compare

    WP Bootstrap 0.3.1
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 50s
    Details
    Create Release Package / Build Release (push) Successful in 1m19s
    Details
    Pre-Release

    magdev released this 2026-02-08 15:37:36 +00:00 | 23 commits to main since this release

    Added

    • 4 new light style variations: Rose, Sand, Lavender, Mint
    • 4 new dark style variations: Slate, Mocha, Nebula, Obsidian
    • Total of 15 color palettes available in the Design Editor (7 light, 7 dark, plus default)
    Downloads
    • wp-bootstrap-0.3.1.zip
      1.2 MiB
      2026-02-08 15:39:53 +00:00
    • wp-bootstrap-0.3.1.zip.sha256
      89 B
      2026-02-08 15:39:53 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.25.4 Page: 72ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API