Skip to content

v1.7.45 — Fix panel not opening (iOS Safari)

Choose a tag to compare

@andrewbakercloudscale andrewbakercloudscale released this 05 Apr 11:47
· 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 catch false, so it was being JSON-encoded as a boolean into the JS payload. When renderAssets() tried to call .replace() on it, it crashed before bindEvents() ran — killing all click events on the panel.
  • Removed debug overlay and restored filemtime() cache busting