Skip to content

Releases: Web-builders-studio/wbs-sdc-bratislava-plugin

v1.0.1 — Full-Viewport-Breakout Fix

Choose a tag to compare

@WebBuildersCRS WebBuildersCRS released this 29 Apr 07:04

Bugfix-Release — Behebt Layout-Issue auf Default-WP-Themes (Twenty Twenty-Five etc.).

Fix

Vor v1.0.1: SDC-Page rendert in Mobile-Layout auf Desktop-Viewport, weil das WP-Theme .entry-content auf max-width 620–1240 px constrained und der Isolation-Wrapper nur max-width: none setzte (greift nicht durch).

v1.0.1: Wrapper macht margin: calc(50% - 50vw); width: 100vw — Full-Viewport-Breakout aus dem Theme-Container. Plus alignfull Klasse als Block-Theme-Hint.

Installation

Bestehende Installation: WP-Admin → Plugins → "Check for updates" (puc-Auto-Update). Oder manuell ZIP unten.

Neue Installation oder One-Click-Demo:

https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/Web-builders-studio/wbs-sdc-bratislava-plugin/main/playground.blueprint.json

Compat

  • Verifiziert auf: Twenty Twenty-Five (Block-Theme).
  • Erwartet kompatibel mit: Astra, GeneratePress, Kadence, Avada (Container-CSS-Patterns identisch).

License: GPL-2.0-or-later

v1.0.0 — Initial Release

Choose a tag to compare

@WebBuildersCRS WebBuildersCRS released this 29 Apr 06:31

Initial Release — Theme-agnostische WordPress-Plugin-Distribution der SME Solution Day Connect 2026 Event-Landingpage.

Was drin ist

  • Theme-agnostische Architektur — Shortcode [sdc_bratislava] (primary) + Gutenberg-Block wbs-sdc/bratislava-2026 + optional Elementor-Widget (lädt nur wenn Elementor aktiv).
  • Self-contained React-Bundle (979 KB / 588 KB gzip) — keine Peer-Dependencies, keine externen CDN-Calls.
  • CSS-Isolation-Wrapper verhindert Theme-CSS-Bleed (Astra/Avada/Twenty-Twenty-Four kompatibel).
  • GDPR-konform — Google-Fonts-@import-Strip zur Laufzeit, Self-hosted Source Serif 4 + Montserrat im Bundle.
  • SEO-Injector — Meta + Open Graph + Twitter-Card + Schema.org BusinessEvent JSON-LD im <head> (mit Yoast/RankMath-Suppression auf SDC-Pages).
  • Settings-Page (Einstellungen → SDC Bratislava) für Meta-Title, Description, OG-Image, Event-Datum mit ISO-8601-Validation.
  • Cache-Cocoon für WP Rocket / Autoptimize / LiteSpeed (verhindert Re-Minification des IIFE-Bundles).
  • Auto-Update via YahnisElsts/plugin-update-checker v5.6 + GitHub-Release-Assets.

Installation

  1. ZIP unten herunterladen (wbs-sdc-bratislava-v1.0.0.zip).
  2. WP-Admin → Plugins → Hochladen → Datei auswählen → Jetzt installieren → Aktivieren.
  3. Beliebige Page öffnen + Shortcode [sdc_bratislava] einfügen oder Gutenberg-Block „WBS — Solution Day Connect" platzieren.
  4. Optional: Einstellungen → SDC Bratislava → SEO-Felder befüllen.

Bundle-Verifikation

Asset Größe gzip
sdc-bratislava.iife.js 979 KB 588 KB
sdc-bratislava.css 4.5 KB 1.4 KB
Plugin-ZIP-total 808 KB

System-Anforderungen

  • WordPress 6.0+ (getestet bis 6.6)
  • PHP 7.4+
  • Optional: Elementor 3.20+ (nur für Widget-Variante)

Inhalte

Self-contained — alle Page-Texte, Bilder, Speaker-Slots im Bundle. Plugin-Updates via GitHub-Release rollen Content-Änderungen automatisch aus.

Source

Source-of-Truth lebt im Monorepo Web-builders-studio/wbs unter wbs-sdc-bratislava-plugin/. Dieses Repo ist die Distribution-Spur (Releases + readme.txt für puc-Metadata).

License: GPL-2.0-or-later