Skip to content

BioLink Pro v2.6.1

Choose a tag to compare

@github-actions github-actions released this 17 May 06:29
· 2 commits to main since this release

Fixed

  • Content area card was silently a no-op in v2.6.0. The CSS used an attribute selector body.bio-body[ style*="--bio-content-card:1" ] to gate the card styling, but ThemeEngine emits its variables inside a <style> block — never on the body's inline style= attribute — so the selector never matched and the card never rendered. ThemeEngine now emits the full card rule (background, border-radius, backdrop-filter, margin, shadow, plus a @media (max-width: 540px) reset) directly inside the dynamic style block so it actually applies. The same fix works for shortcode embeds.

Added

  • Wallpaper overlay color picker — the image overlay was hardcoded to black; now you can pick the tint color (white, brand color, anything). Sits next to the existing Overlay opacity slider in the Wallpaper editor. ThemeEngine generates the gradient with the chosen color at the chosen opacity.

Install: download biolink-pro-v2.6.1.zip below and upload via Plugins → Add New → Upload Plugin.
Auto-update: if you already have BioLink Pro installed, this release will appear under Dashboard → Updates within ~12 hours (or click "Check Again" to force a refresh).