pages-seo v1.0.3
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 stackedbuild()calls each fetching a cache-bustedwidget.js. The browser surfaced this as constant network activity / "page is refreshing constantly". - The fix wraps listener-binding in a
_widgetWiredonce-guard (matching thebindOnce.donepattern 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
```