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.
[v2.0.7] (2025-08-05)
Tools
- [ CLI ] Rename CLI binaries in
@php-wasm/cli
and@wp-playground/cli
. (#2441)
Documentation
- Updating Docusaurus version from 3.7 to 3.8. (#2457)
- [Docs] Adding fixes to broken URLs. (#2451)
- [Docs] Bump PHP version to avoid WordPress PHP version Warning. (#2443)
PHP WebAssembly
- Patch the premature "request in progress" semaphore release. (#2455)
Bug Fixes
- Re-enable Playground CLI tests. (#2445)
Various
- Add check for SQLite driver missing in target folder. (#2440)
- Adding CLI reference to Playground README. (#2433)
- Adding Gujarati Intro documentation. (#2450)
- Bump WordPress old version demo to version 6.2.1. (#2460)
- Removing blog references on Docusaurus. (#2456)
Contributors
The following contributors merged PRs in this release:
@adamziel @brandonpayton @fellyph @mho22 @nikunj8866 @zaerl
[v2.0.6] (2025-08-04)
Documentation
- Adding Contribution pages Spanish translation. (#2431)
PHP WebAssembly
- Fix file locking for PROXYFS nodes that wrap NODEFS. (#2437)
Bug Fixes
- Translations: Fix command typo in docs. (#2449)
Various
- Add Japanese translations to Blueprint Bundles and API Consistency. (#2438)
- Translations: Clean up version from PR #2336. (#2448)
Contributors
The following contributors merged PRs in this release:
@brandonpayton @fellyph @rollybueno @shimotmk @vipul0425
[v2.0.5] (2025-07-28)
Bug Fixes
- Fix fcntl() F_GETLK fatal due to undefined flock struct address. (#2432)
Various
- Add Japanese translations to contributing index and sidebar. (#2434)
Contributors
The following contributors merged PRs in this release:
@brandonpayton @shimotmk
[v2.0.4] (2025-07-25)
Public API
Blueprints
- Distribute @wp-playground/client without any package.json dependencies. (#2426)
Tools
- Fix ESLint 9 linting in VSCode. (#2417)
- [ xdebug ] Add
--experimental-devtools
option in Playground CLI. (#2411)
PHP WebAssembly
- [PHP] Dispatch request.error for all non-zero-exit request handler errors. (#2429)
Website
- Query Monitor plugin support. (#2415)
Internal
- Skip flaky end-to-end tests in Firefox and Webkit. (#2425)
Bug Fixes
- [Xdebug Bridge] Correct error related to unresolved promises in bridge. (#2422)
Various
- Documentation add sidebar to blueprints bundles. (#2397)
Contributors
The following contributors merged PRs in this release:
@adamziel @brandonpayton @mho22 @shimotmk
[v2.0.3] (2025-07-24)
Tools
- [ xdebug ] Add
--experimental-devtools
option in php-wasm CLI. (#2408)
Bug Fixes
- Playground CLI Allow /wordpress subdirs to be mounted before WP install. (#2382)