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.22] (2025-11-17)
Enhancements
Boot Flow
- [Boot] Verify permalink structure is actually set. (#2902)
Blueprints
- V1] Rewrite github.com/owner/repo/raw URLs. (#2892)
Documentation
- Document the new GitHub Preview button action. (#2893)
- [Docs] Adding link at the documentation sidebar for PR preview link page. (#2895)
- [Docs] Documentation Expansion for php-wasm/node. (#2780)
- [Docs] Updating sidebar to add Xdebug pages. (#2881)
PHP WebAssembly
- Try avoiding URL.canParse for older version of Safari. (#2887)
Website
- Remove "preview WordPress core branch" feature. (#2894)
- Support previewing WordPress and Gutenberg branches, not just PRs. (#2868)
Bug Fixes
- [CLI] Fix null and "latest" WP version resolution and improve unzip error message. (#2889)
- [CLI] Fix run-cli leak which was revealed by repeated runCLI() calls during test. (#2888)
- CLI] Allow API consumers to rely upon option validation and default values. (#2883)
Various
- Minor stylistic and punctuation improvements. (#2884)
- Revise error messages and coding guidelines. (#2879)
- Update footer labels in localization file. (#2878)
- [i18n] Add Japanese translations to Blueprints JSON and the API Client and Mount data. (#2882)
- [i18n] Adding Italian translations. (#2865)
- [i18n] Create contributor-day-table-lead.md for Gujarati. (#2866)
- i18n: Full Translation of "Build" to Spanish. (#2906)
- i18n: Minor fixes on web-instance.md Spanish translation. (#2899)
Contributors
The following contributors merged PRs in this release:
@adamziel @brandonpayton @fellyph @mehrazmorshed @praful2111 @shimotmk @SirLouen @Successfulsebunya
[v3.0.21] (2025-11-10)
Bug Fixes
- Docs: Fix grammar, typos, and formatting issues across documentation. (#2877)
- Docs: Fix typo in resources.md. (#2876)
- docs: Fix MDN link for Access-Control-Allow-Origin header. (#2875)
Various
- [Docs] Adding ask AI Button. (#2858)
- [i18n] Add Japanese translations to Blueprints JSON and the API Client. (#2873)
Contributors
The following contributors merged PRs in this release:
@fellyph @hmbashar @huzaifaalmesbah @shimotmk
[v3.0.20] (2025-11-06)
Enhancements
- [CLI] Add --wordpress-install-mode flag. (#2803)
Tools
PHP WebAssembly
- [PHP.wasm] Major overhaul of URL rewriting and setting $_SERVER variables. (#2864)
PHP WebAssembly
- [PHP.wasm] ImageMagick extension. (#2834)
Bug Fixes
- [CLI] Make messaging clearer for errors and Xdebug IDE integration. (#2869)
Various
- [Docs] Add xdebug testing page. (#2840)
Contributors
The following contributors merged PRs in this release:
@adamziel @brandonpayton @fellyph
[v3.0.19] (2025-11-04)
Enhancements
- [CLI] Support .0 versions, e.g. 6.4.0. (#2848)
Documentation
- [Docs] Remove kapa AI button. (#2849)
PHP WebAssembly
- Fix unmount of nested mounts in PHP runtime hotswap. (#2859)
Website
- Controlled iframe for the latest Guteneberg version. (#2857)
- [TCP Proxy] Produce the correct request path in parseHttpRequest(). (#2852)
Bug Fixes
- [CLI] Avoid breaks during Playground boot when
--xdebugenabled. (#2835) - [CLI] Fix incorrect Xdebug mappings for absolute host paths. (#2860)
Various
- Translate to bangla in contributing index file. (#2851)
- [i18n] Add Japanese translations to Playground API Client. (#2854)
Contributors
The following contributors merged PRs in this release:
@adamziel @brandonpayton @fellyph @noruzzamans @shimotmk
[v3.0.18] (2025-10-31)
PHP WebAssembly
- Remove old, unused .wasm files from @php-wasm/web. (#2847)
Contributors
The following contributors merged PRs in this release:
@brandonpayton