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.9] (2025-10-06)
Tools
- Fix local package repository command running issue. (#2720)
Various
- [i18n] Added Gujarati Translation for Local Development 02-vscode-extension.md File. (#2718)
- [i18n] Added Gujarati Translation for Local Development 03-php-wasm-node File. (#2719)
- docs: Add browser support information to limitations documentation. (#2711)
Contributors
The following contributors merged PRs in this release:
@getdave @mho22 @shail-mehta
[v3.0.8] (2025-10-02)
Documentation
- [i18n] Added Gujarati Translation for Documentation Contributions. (#2610)
Website
- [PHP Playground] Attach client to https://playground.wordpress.net/remote.html. (#2717)
Internal
- Add name to Playground Website and Website extras cli packages. (#2716)
Various
- [i18n] Fixing typos in French translation of quick-start-guide.md. (#2712)
Contributors
The following contributors merged PRs in this release:
@adamziel @beryl-dlg @dilipom13
[v3.0.7] (2025-10-01)
Tools
PHP WebAssembly
- [PHP] Add "ls" and "pwd" CLI commands. (#2701)
Documentation
- Revert Quick guide to the English version. (#2709)
- [i18n] Add French translation for quick-start-guide.md. (#2710)
PHP WebAssembly
- Preserve chroot across all worker-managed PHP instances. (#2704)
- [PHP] Allow removing CWD during runtime rotation. (#2714)
- [PHP] Do not reap() PHP in the worker until the streaming response ends. (#2703)
- [PHP] Move registerWorkerListeners() from a specific worker to the parent PHPWorker. (#2705)
- [PHP] Support subprocesses in cli() calls. (#2702)