Confirmed compatibility metadata for WordPress 7.0.
Matched the WordPress launcher behaviour with the embedded launcher prompts, including teaser, popup, and hesitation handling.
Prevented the full widget auto-open from repeating after a visitor closes it during the same browsing session.
1.0.11
Renamed plugin option and JavaScript configuration globals to use a consistent leadfire prefix.
Removed the legacy configuration alias before WordPress.org listing.
Reworked the frontend Shadow DOM styles into readable source and documented source/build instructions for WordPress.org review.
Removed the unused minified Font Awesome CSS file from the distribution.
1.0.10
Fixed bundled icon font loading after widget style isolation so Font Awesome icons render instead of square fallback glyphs.
Passes the plugin asset URL from WordPress into the frontend script, avoiding fragile script URL detection when optimizers or defer/minify plugins are active.
1.0.9
Fixed a missing JavaScript HTML escaping helper that could stop the widget from rendering.
Isolated the frontend widget in a Shadow DOM root so theme/site button styles cannot override the launcher or close button.
Moved the bundled icon font styles inside the isolated widget root instead of enqueueing global Font Awesome CSS.
1.0.8
Bundled a local Font Awesome stylesheet and webfont for launcher and USP icons.