File tree Expand file tree Collapse file tree 2 files changed +84
-0
lines changed
packages/docs/site/docs/main Expand file tree Collapse file tree 2 files changed +84
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,48 @@ All notable changes to this project are documented in this file by a CI job
4
4
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
5
5
format.
6
6
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
+
7
49
## [ v1.2.3] (2025-07-21)
8
50
9
51
### Enhancements
Original file line number Diff line number Diff line change @@ -9,6 +9,48 @@ All notable changes to this project are documented in this file by a CI job
9
9
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
10
10
format.
11
11
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
+
12
54
## [ v1.2.3] (2025-07-21)
13
55
14
56
### Enhancements
You can’t perform that action at this time.
0 commit comments