You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix auto-update: WordPress now downloads the release zip asset (correct folder name) instead of the GitHub source archive. Also includes all v2.3.4 changes (no duplicate floating widget on embed pages).
Fix: Floating chatbot fullscreen — backdrop no longer covers the chat panel. Root cause was the floating wrapper's z-index creating a stacking context that trapped the panel below the backdrop.
Fix: Fullscreen panel now uses position: fixed + transform: translate(-50%, -50%) for centering — completely independent of wrapper positioning, works regardless of theme CSS
Fix: Backdrop is now darker (70% opacity) with blur effect