@@ -4,73 +4,71 @@ 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
- ## [ v1.2.3] (2025-07-21)
7
+ ## [ v1.2.3] (2025-07-21)
8
8
9
9
### Enhancements
10
10
11
- - [ Playground CLI] Consolidate auto mounting logic. ([ #2360 ] ( https://github.com/WordPress/wordpress-playground/pull/2360 ) )
12
- - [ Playground CLI] Move mounting code to mount.ts. ([ #2362 ] ( https://github.com/WordPress/wordpress-playground/pull/2362 ) )
11
+ - [ Playground CLI] Consolidate auto mounting logic. ([ #2360 ] ( https://github.com/WordPress/wordpress-playground/pull/2360 ) )
12
+ - [ Playground CLI] Move mounting code to mount.ts. ([ #2362 ] ( https://github.com/WordPress/wordpress-playground/pull/2362 ) )
13
13
14
14
### Blueprints
15
15
16
- - [ CLI] Move Blueprints v2 to Playground CLI package. ([ #2364 ] ( https://github.com/WordPress/wordpress-playground/pull/2364 ) )
16
+ - [ CLI] Move Blueprints v2 to Playground CLI package. ([ #2364 ] ( https://github.com/WordPress/wordpress-playground/pull/2364 ) )
17
17
18
18
### Public API
19
19
20
-
21
20
#### Blueprints
22
21
23
- - [ Client] Accept wasm.wordpress.net as an official origin. ([ #2368 ] ( https://github.com/WordPress/wordpress-playground/pull/2368 ) )
22
+ - [ Client] Accept wasm.wordpress.net as an official origin. ([ #2368 ] ( https://github.com/WordPress/wordpress-playground/pull/2368 ) )
24
23
25
24
### Tools
26
25
27
- - Make PHP 8.3 the default version. ([ #2371 ] ( https://github.com/WordPress/wordpress-playground/pull/2371 ) )
26
+ - Make PHP 8.3 the default version. ([ #2371 ] ( https://github.com/WordPress/wordpress-playground/pull/2371 ) )
28
27
29
28
#### PHP WebAssembly
30
29
31
- - Add ` --xdebug ` option in php-wasm CLI and wp-playground CLI. ([ #2346 ] ( https://github.com/WordPress/wordpress-playground/pull/2346 ) )
30
+ - Add ` --xdebug ` option in php-wasm CLI and wp-playground CLI. ([ #2346 ] ( https://github.com/WordPress/wordpress-playground/pull/2346 ) )
32
31
33
32
### Documentation
34
33
35
- - Adding Playground CLI page and removing wp-now references. ([ #2337 ] ( https://github.com/WordPress/wordpress-playground/pull/2337 ) )
36
- - Adding pt-br About and Launch Page. ([ #2358 ] ( https://github.com/WordPress/wordpress-playground/pull/2358 ) )
37
- - Adding three new flags on the CLI README file. ([ #2325 ] ( https://github.com/WordPress/wordpress-playground/pull/2325 ) )
38
- - Adding video content in Japanese to resources page. ([ #2354 ] ( https://github.com/WordPress/wordpress-playground/pull/2354 ) )
39
- - Updating web instance page documentation. ([ #2365 ] ( https://github.com/WordPress/wordpress-playground/pull/2365 ) )
34
+ - Adding Playground CLI page and removing wp-now references. ([ #2337 ] ( https://github.com/WordPress/wordpress-playground/pull/2337 ) )
35
+ - Adding pt-br About and Launch Page. ([ #2358 ] ( https://github.com/WordPress/wordpress-playground/pull/2358 ) )
36
+ - Adding three new flags on the CLI README file. ([ #2325 ] ( https://github.com/WordPress/wordpress-playground/pull/2325 ) )
37
+ - Adding video content in Japanese to resources page. ([ #2354 ] ( https://github.com/WordPress/wordpress-playground/pull/2354 ) )
38
+ - Updating web instance page documentation. ([ #2365 ] ( https://github.com/WordPress/wordpress-playground/pull/2365 ) )
40
39
41
40
### PHP WebAssembly
42
41
43
- - [ PHP-wasm Node] Remove unused node creation code from createNodeFsMountHandler. ([ #2379 ] ( https://github.com/WordPress/wordpress-playground/pull/2379 ) )
44
- - [ PHP-wasm] File mounting in NODEFS. ([ #2338 ] ( https://github.com/WordPress/wordpress-playground/pull/2338 ) )
45
- - [ PHP] Improve error logging. ([ #2357 ] ( https://github.com/WordPress/wordpress-playground/pull/2357 ) )
46
- - [ PHP] Isomorphic, reusable spawn handler. ([ #2359 ] ( https://github.com/WordPress/wordpress-playground/pull/2359 ) )
47
- - [ PHP] Refresh the latest PHP versions before recompiling. ([ #2372 ] ( https://github.com/WordPress/wordpress-playground/pull/2372 ) )
48
- - [ php-wasm/universal] Try require() before dynamic imprt in comlink-sync.ts. ([ #2363 ] ( https://github.com/WordPress/wordpress-playground/pull/2363 ) )
42
+ - [ PHP-wasm Node] Remove unused node creation code from createNodeFsMountHandler. ([ #2379 ] ( https://github.com/WordPress/wordpress-playground/pull/2379 ) )
43
+ - [ PHP-wasm] File mounting in NODEFS. ([ #2338 ] ( https://github.com/WordPress/wordpress-playground/pull/2338 ) )
44
+ - [ PHP] Improve error logging. ([ #2357 ] ( https://github.com/WordPress/wordpress-playground/pull/2357 ) )
45
+ - [ PHP] Isomorphic, reusable spawn handler. ([ #2359 ] ( https://github.com/WordPress/wordpress-playground/pull/2359 ) )
46
+ - [ PHP] Refresh the latest PHP versions before recompiling. ([ #2372 ] ( https://github.com/WordPress/wordpress-playground/pull/2372 ) )
47
+ - [ php-wasm/universal] Try require() before dynamic imprt in comlink-sync.ts. ([ #2363 ] ( https://github.com/WordPress/wordpress-playground/pull/2363 ) )
49
48
50
49
### Website
51
50
52
- - Deploy public web app after WP major/beta update. ([ #2378 ] ( https://github.com/WordPress/wordpress-playground/pull/2378 ) )
51
+ - Deploy public web app after WP major/beta update. ([ #2378 ] ( https://github.com/WordPress/wordpress-playground/pull/2378 ) )
53
52
54
53
### Bug Fixes
55
54
56
- - Allow the WP update and changelog workflows to commit to trunk again. ([ #2377 ] ( https://github.com/WordPress/wordpress-playground/pull/2377 ) )
57
- - Fix failing WP update workflows. ([ #2376 ] ( https://github.com/WordPress/wordpress-playground/pull/2376 ) )
55
+ - Allow the WP update and changelog workflows to commit to trunk again. ([ #2377 ] ( https://github.com/WordPress/wordpress-playground/pull/2377 ) )
56
+ - Fix failing WP update workflows. ([ #2376 ] ( https://github.com/WordPress/wordpress-playground/pull/2376 ) )
58
57
59
58
### Various
60
59
61
- - Add Japanese translations to Resources References. ([ #2352 ] ( https://github.com/WordPress/wordpress-playground/pull/2352 ) )
62
- - Add new logo and open graph image. ([ #2350 ] ( https://github.com/WordPress/wordpress-playground/pull/2350 ) )
63
- - Adding Portuguese version for Code Standards, Code, and Documentation.. ([ #2343 ] ( https://github.com/WordPress/wordpress-playground/pull/2343 ) )
64
- - Adding new icons and og: Image for the Playground Web instance. ([ #2367 ] ( https://github.com/WordPress/wordpress-playground/pull/2367 ) )
65
- - Update Japanese translations to main directory. ([ #2375 ] ( https://github.com/WordPress/wordpress-playground/pull/2375 ) )
60
+ - Add Japanese translations to Resources References. ([ #2352 ] ( https://github.com/WordPress/wordpress-playground/pull/2352 ) )
61
+ - Add new logo and open graph image. ([ #2350 ] ( https://github.com/WordPress/wordpress-playground/pull/2350 ) )
62
+ - Adding Portuguese version for Code Standards, Code, and Documentation.. ([ #2343 ] ( https://github.com/WordPress/wordpress-playground/pull/2343 ) )
63
+ - Adding new icons and og: Image for the Playground Web instance. ([ #2367 ] ( https://github.com/WordPress/wordpress-playground/pull/2367 ) )
64
+ - Update Japanese translations to main directory. ([ #2375 ] ( https://github.com/WordPress/wordpress-playground/pull/2375 ) )
66
65
67
66
### Contributors
68
67
69
68
The following contributors merged PRs in this release:
70
69
71
70
@adamziel @bgrgicak @brandonpayton @fellyph @mho22 @shimotmk
72
71
73
-
74
72
## [ v1.2.2] (2025-07-14)
75
73
76
74
### Enhancements
0 commit comments