Skip to content

Commit fe5586f

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent 4aa6ec4 commit fe5586f

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@ All notable changes to this project are documented in this file by a CI job
44
that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
55
format.
66

7+
## [v2.0.0] (2025-07-23)
8+
9+
### Enhancements
10+
11+
- [Playground CLI] Improve error reporting. ([#2401](https://github.com/WordPress/wordpress-playground/pull/2401))
12+
- [Playground CLI] Kebab-case yargs options declarations. ([#2399](https://github.com/WordPress/wordpress-playground/pull/2399))
13+
14+
### Blueprints
15+
16+
- Expose Blueprints v2 runner in Playground CLI. ([#2394](https://github.com/WordPress/wordpress-playground/pull/2394))
17+
- Extract Blueprint v1-specific parts of Playground CLI. ([#2392](https://github.com/WordPress/wordpress-playground/pull/2392))
18+
- [Playground CLI] Separate Blueprints v1 and Blueprints v2 code paths. ([#2396](https://github.com/WordPress/wordpress-playground/pull/2396))
19+
20+
### Tools
21+
22+
- [XDebug] Add a mock @php-wasm/xdebug-bridge package. ([#2398](https://github.com/WordPress/wordpress-playground/pull/2398))
23+
24+
### Documentation
25+
26+
- Adding Brazilian Portuguese translation for developer documentation. ([#2391](https://github.com/WordPress/wordpress-playground/pull/2391))
27+
28+
### Website
29+
30+
- [Remote] Use CORS proxy in embedded Playgrounds. ([#2369](https://github.com/WordPress/wordpress-playground/pull/2369))
31+
32+
### Bug Fixes
33+
34+
- CLI: Fix --login option and "landingPage" Blueprint property. ([#2344](https://github.com/WordPress/wordpress-playground/pull/2344))
35+
36+
### Various
37+
38+
- Add Japanese translations to steps and steps shorthands. ([#2386](https://github.com/WordPress/wordpress-playground/pull/2386))
39+
- Add OPCache support. ([#2400](https://github.com/WordPress/wordpress-playground/pull/2400))
40+
- [Node] Gracefully handle connection errors in the outbound network proxy. ([#2370](https://github.com/WordPress/wordpress-playground/pull/2370))
41+
42+
### Contributors
43+
44+
The following contributors merged PRs in this release:
45+
46+
@adamziel @fellyph @shimotmk @zaerl
47+
48+
749
## [v1.2.3] (2025-07-21)
850

951
### Enhancements

packages/docs/site/docs/main/changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,48 @@ All notable changes to this project are documented in this file by a CI job
99
that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1010
format.
1111

12+
## [v2.0.0] (2025-07-23)
13+
14+
### Enhancements
15+
16+
- [Playground CLI] Improve error reporting. ([#2401](https://github.com/WordPress/wordpress-playground/pull/2401))
17+
- [Playground CLI] Kebab-case yargs options declarations. ([#2399](https://github.com/WordPress/wordpress-playground/pull/2399))
18+
19+
### Blueprints
20+
21+
- Expose Blueprints v2 runner in Playground CLI. ([#2394](https://github.com/WordPress/wordpress-playground/pull/2394))
22+
- Extract Blueprint v1-specific parts of Playground CLI. ([#2392](https://github.com/WordPress/wordpress-playground/pull/2392))
23+
- [Playground CLI] Separate Blueprints v1 and Blueprints v2 code paths. ([#2396](https://github.com/WordPress/wordpress-playground/pull/2396))
24+
25+
### Tools
26+
27+
- [XDebug] Add a mock @php-wasm/xdebug-bridge package. ([#2398](https://github.com/WordPress/wordpress-playground/pull/2398))
28+
29+
### Documentation
30+
31+
- Adding Brazilian Portuguese translation for developer documentation. ([#2391](https://github.com/WordPress/wordpress-playground/pull/2391))
32+
33+
### Website
34+
35+
- [Remote] Use CORS proxy in embedded Playgrounds. ([#2369](https://github.com/WordPress/wordpress-playground/pull/2369))
36+
37+
### Bug Fixes
38+
39+
- CLI: Fix --login option and "landingPage" Blueprint property. ([#2344](https://github.com/WordPress/wordpress-playground/pull/2344))
40+
41+
### Various
42+
43+
- Add Japanese translations to steps and steps shorthands. ([#2386](https://github.com/WordPress/wordpress-playground/pull/2386))
44+
- Add OPCache support. ([#2400](https://github.com/WordPress/wordpress-playground/pull/2400))
45+
- [Node] Gracefully handle connection errors in the outbound network proxy. ([#2370](https://github.com/WordPress/wordpress-playground/pull/2370))
46+
47+
### Contributors
48+
49+
The following contributors merged PRs in this release:
50+
51+
@adamziel @fellyph @shimotmk @zaerl
52+
53+
1254
## [v1.2.3] (2025-07-21)
1355

1456
### Enhancements

0 commit comments

Comments
 (0)