File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed
packages/docs/site/docs/main Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,44 @@ 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.2] (2025-07-14)
8
+
9
+ ### Enhancements
10
+
11
+ - Add --internal-cookie-store option for Playground CLI. ([ #2323 ] ( https://github.com/WordPress/wordpress-playground/pull/2323 ) )
12
+
13
+ ### Tools
14
+
15
+
16
+ #### PHP WebAssembly
17
+
18
+ - [ php-wasm ] Add ` xdebug ` shared extension to @php-wasm/node ASYNCIFY. ([ #2326 ] ( https://github.com/WordPress/wordpress-playground/pull/2326 ) )
19
+
20
+ ### Documentation
21
+
22
+ - Add Japanese translations to Using Blueprints. ([ #2330 ] ( https://github.com/WordPress/wordpress-playground/pull/2330 ) )
23
+ - Add Japanese translations to Blueprint data Format. ([ #2340 ] ( https://github.com/WordPress/wordpress-playground/pull/2340 ) )
24
+ - Adding new videos about WordPress Playground. ([ #2348 ] ( https://github.com/WordPress/wordpress-playground/pull/2348 ) )
25
+ - Translate How to contribute pages to Brazilian Portuguese. ([ #2329 ] ( https://github.com/WordPress/wordpress-playground/pull/2329 ) )
26
+ - Updating Translation Guide. ([ #2342 ] ( https://github.com/WordPress/wordpress-playground/pull/2342 ) )
27
+ - Updating slack channel from #meta-playground to #playground. ([ #2345 ] ( https://github.com/WordPress/wordpress-playground/pull/2345 ) )
28
+
29
+ ### PHP WebAssembly
30
+
31
+ - Support multiple workers for NODEFS /wordpress mounts – Asyncify. ([ #2317 ] ( https://github.com/WordPress/wordpress-playground/pull/2317 ) )
32
+ - [ PHP] Support non-blocking read streams. ([ #2339 ] ( https://github.com/WordPress/wordpress-playground/pull/2339 ) )
33
+
34
+ ### Bug Fixes
35
+
36
+ - Fix: Set an explicit path for docsaurus.config.js. ([ #2335 ] ( https://github.com/WordPress/wordpress-playground/pull/2335 ) )
37
+
38
+ ### Contributors
39
+
40
+ The following contributors merged PRs in this release:
41
+
42
+ @adamziel @brandonpayton @fellyph @mho22 @rollybueno @shimotmk
43
+
44
+
7
45
## [ v1.0.38] (2025-05-22)
8
46
9
47
### Various
Original file line number Diff line number Diff line change @@ -9,6 +9,44 @@ 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
+ ## [ v1.2.2] (2025-07-14)
13
+
14
+ ### Enhancements
15
+
16
+ - Add --internal-cookie-store option for Playground CLI. ([ #2323 ] ( https://github.com/WordPress/wordpress-playground/pull/2323 ) )
17
+
18
+ ### Tools
19
+
20
+
21
+ #### PHP WebAssembly
22
+
23
+ - [ php-wasm ] Add ` xdebug ` shared extension to @php-wasm/node ASYNCIFY. ([ #2326 ] ( https://github.com/WordPress/wordpress-playground/pull/2326 ) )
24
+
25
+ ### Documentation
26
+
27
+ - Add Japanese translations to Using Blueprints. ([ #2330 ] ( https://github.com/WordPress/wordpress-playground/pull/2330 ) )
28
+ - Add Japanese translations to Blueprint data Format. ([ #2340 ] ( https://github.com/WordPress/wordpress-playground/pull/2340 ) )
29
+ - Adding new videos about WordPress Playground. ([ #2348 ] ( https://github.com/WordPress/wordpress-playground/pull/2348 ) )
30
+ - Translate How to contribute pages to Brazilian Portuguese. ([ #2329 ] ( https://github.com/WordPress/wordpress-playground/pull/2329 ) )
31
+ - Updating Translation Guide. ([ #2342 ] ( https://github.com/WordPress/wordpress-playground/pull/2342 ) )
32
+ - Updating slack channel from #meta-playground to #playground. ([ #2345 ] ( https://github.com/WordPress/wordpress-playground/pull/2345 ) )
33
+
34
+ ### PHP WebAssembly
35
+
36
+ - Support multiple workers for NODEFS /wordpress mounts – Asyncify. ([ #2317 ] ( https://github.com/WordPress/wordpress-playground/pull/2317 ) )
37
+ - [ PHP] Support non-blocking read streams. ([ #2339 ] ( https://github.com/WordPress/wordpress-playground/pull/2339 ) )
38
+
39
+ ### Bug Fixes
40
+
41
+ - Fix: Set an explicit path for docsaurus.config.js. ([ #2335 ] ( https://github.com/WordPress/wordpress-playground/pull/2335 ) )
42
+
43
+ ### Contributors
44
+
45
+ The following contributors merged PRs in this release:
46
+
47
+ @adamziel @brandonpayton @fellyph @mho22 @rollybueno @shimotmk
48
+
49
+
12
50
## [ v1.0.38] (2025-05-22)
13
51
14
52
### Various
You can’t perform that action at this time.
0 commit comments