Skip to content

Commit 8ab16da

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent 41f38dd commit 8ab16da

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ 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+
## [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+
745
## [v1.0.38] (2025-05-22)
846

947
### Various

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,44 @@ 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+
## [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+
1250
## [v1.0.38] (2025-05-22)
1351

1452
### Various

0 commit comments

Comments
 (0)