v1.7.45 — Fix panel not opening (iOS Safari)
·
387 commits
to main
since this release
Bug fixes
- Fixed panel not opening on iOS Safari — WordPress registers some scripts/styles with
src = false(inline-only assets). PHP's??operator doesn't catchfalse, so it was being JSON-encoded as a boolean into the JS payload. WhenrenderAssets()tried to call.replace()on it, it crashed beforebindEvents()ran — killing all click events on the panel. - Removed debug overlay and restored
filemtime()cache busting