Changelog
All notable changes to this project are documented in this file by a CI job that runs on every NPM release. The file follows the Keep a Changelog format.
[v3.1.9] (2026-03-11)
Enhancements
- [MCP] Preserve MCP connection parameters when opening site in new tab. (#3371)
PHP WebAssembly
- [Website] Use
content-type: Application/octet-streamfor CORS proxy requests. (#3364) - [PHP] Recompile PHP.wasm ASYNCIFY with
MAIN_MODULEset to 2. (#3335)
Various
- Ignore worktree and .claude dirs in .nxignore and .gitignore. (#3368)
- Redirect unscoped WP URLs back to scoped WP URLs in service worker. (#3370)
Contributors
The following contributors merged PRs in this release:
@adamziel @bgrgicak @brandonpayton @mho22
[v3.1.8] (2026-03-10)
Website
- Fix redirect loop on Safari by awaiting cookie store population and re-scoping redirect URLs. (#3365)
Bug Fixes
- Remove ws from root overrides to fix Lerna publish. (#3367)
Contributors
The following contributors merged PRs in this release:
@bgrgicak @mho22