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.0.47] (2026-02-02)
Blueprints
- Fix wp-cli step failing on STDERR output with successful exit codes. (#3210)
PHP WebAssembly
- [PHP web] Lower initial memory allocation for PHP instances. (#3192)
- [PHPProcessManager] Spawn at most 2 PHP instances. (#3187)
- [PHP] Remove
considerPrimaryoption from acquirePHPInstance. (#3191)
Website
- Disable pattern picker modal to prevent iOS Safari OOM crashes. (#3226)
- Fix Safari PWA cache failures by stripping Range headers. (#3200)
- Replace .blob() with .arrayBuffer() to avoid disk space errors. (#3212)
- Retry import("main.js") when it fails in Safari. (#3216)
- Fix Safari loading stale index.html after deployments. (#3208)
- Improve OAuth flow for private GitHub repositories. (#3181)