Skip to content

pages-seo v1.0.3

Choose a tag to compare

@Benjamin-Bloch Benjamin-Bloch released this 21 May 20:01

pages-seo v1.0.3

Hotfix for v1.0.2.

Fixed

  • Infinite-refresh bug on /admin → Distribution → SEO. The new widget-snippet UI in v1.0.2 bound click + input listeners every time the SEO tab was activated; after a few tab switches each keystroke triggered N stacked build() calls each fetching a cache-busted widget.js. The browser surfaced this as constant network activity / "page is refreshing constantly".
  • The fix wraps listener-binding in a _widgetWired once-guard (matching the bindOnce.done pattern used by Status / Links / Calendar / Updates) and drops the cache-buster on the preview script.

Upgrade

In-app: /admin → System → Updates → Apply update.

CLI / fresh installs:
```bash
curl -fsSL https://seo.benjaminb.xyz/install/run.sh | bash
```