Releases: Sven-Bo/wordpress-video-bubble
Release list
v1.3.5
This update fixes the contact form wording and two styling problems:
- Helpful, specific prompts replace technical length-limit errors. API diagnostics are never displayed verbatim to visitors.
- The bubble stays hidden from the initial HTML until styles are ready and the visitor reaches the configured scroll threshold, preventing the flash on page load.
- Focused fields and their glow use the configured accent color, including an email field marked valid.
The companion API update uses "Your message to Sven at PythonAndVBA" for both the notification and customer confirmation.
After updating, purge FlyingPress/page cache to refresh the widget markup and assets. Keep the existing API webhook URL.
v1.3.4
Video Bubble can now submit contact messages directly to the PythonAndVBA API.
Set Webhook URL to https://api.pythonandvba.com/contact/web. The API validates the email address, enriches the message with customer details, sends the owner notification, creates a Todoist task, and sends confirmation to verified addresses. Validation and delivery errors appear in the form. Other webhook URLs retain their existing behavior.
After updating, save the webhook setting and purge FlyingPress/page cache to refresh the frontend script.
v1.3.3
Fixed
- Rectangle around bubble on Themify themes (and any theme that uses a substring selector like
:where([style*=\"border-color\"])). Themify's rule was matching the plugin's--vb-border-colorCSS custom property on the container's inline style by substring — forcingborder-style: solidand drawing a default border. Renamed the custom property to--vb-accentso the selector no longer matches, and added an explicit border reset on the container as belt-and-suspenders.
How to update
Click Update on the Plugins page in your WordPress admin. After updating, hard-refresh your homepage (Ctrl+Shift+R) to bust the cached CSS.
v1.3.2
Fixed
- Stray rectangular outline drawn around the circular bubble on sites where the theme or WP core injects global
outline/border/box-shadowrules oniframe/button/ generic elements (reported on WordPress 7.0 + Themify Ultra). The widget container now neutralizes those globals defensively and re-asserts the plugin's intentional purple border + drop shadow with!important. - Close (×) button now hides with
visibility: hiddeninstead ofopacity: 0, so a theme that overridesopacitycannot force the button into view. - Added
isolation: isolateon the bubble (defense-in-depth sooverflow:hidden+border-radius:50%always clips the child iframe).
How to update
Click Update on the Plugins page in your WordPress admin — the plugin-update-checker will pull the attached zip automatically.