Skip to content

Commit 24c2556

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent e415d8c commit 24c2556

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,66 @@ 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+
## [v3.0.10] (2025-10-13)
8+
9+
### Enhancements
10+
11+
- Update form-data npm dependency via package.json overrides. ([#2761](https://github.com/WordPress/wordpress-playground/pull/2761))
12+
- Update sha to 2.4.12. ([#2729](https://github.com/WordPress/wordpress-playground/pull/2729))
13+
- Update tmp package to the latest version. ([#2730](https://github.com/WordPress/wordpress-playground/pull/2730))
14+
- [XDebug Bridge] Read files from VFS when a PHP instance is provided. ([#2722](https://github.com/WordPress/wordpress-playground/pull/2722))
15+
16+
### Blueprints
17+
18+
- Accept branch names and tags in git:Directory resource. ([#2760](https://github.com/WordPress/wordpress-playground/pull/2760))
19+
20+
### Tools
21+
22+
- [CLI] Respond with HTTP 500 response when the request handler throws an error. ([#2715](https://github.com/WordPress/wordpress-playground/pull/2715))
23+
24+
### Documentation
25+
26+
- Add docblock for createInvertedReadableStream. ([#2726](https://github.com/WordPress/wordpress-playground/pull/2726))
27+
- Adding Kapa AI script tag. ([#2727](https://github.com/WordPress/wordpress-playground/pull/2727))
28+
- [Docs] Updating resources page. ([#2771](https://github.com/WordPress/wordpress-playground/pull/2771))
29+
- [i18n] Adding Bengali Structure. ([#2754](https://github.com/WordPress/wordpress-playground/pull/2754))
30+
31+
### PHP WebAssembly
32+
33+
- [ xdebug ] Configure `xdebug` for phpstorm compatibility. ([#2747](https://github.com/WordPress/wordpress-playground/pull/2747))
34+
35+
### Website
36+
37+
- Adding new icons to Playground web instance. ([#2696](https://github.com/WordPress/wordpress-playground/pull/2696))
38+
- Allow remote.html from same origin as Playground client script. ([#2765](https://github.com/WordPress/wordpress-playground/pull/2765))
39+
- Make deployment script more usable for self-hosting. ([#2764](https://github.com/WordPress/wordpress-playground/pull/2764))
40+
41+
### Internal
42+
43+
- Add Dependabot configuration for npm updates. ([#2733](https://github.com/WordPress/wordpress-playground/pull/2733))
44+
- [Meta] Fix package-lock.json after dependabot. ([#2745](https://github.com/WordPress/wordpress-playground/pull/2745))
45+
46+
### Bug Fixes
47+
48+
- Fixing old documentation regarding PHP code examples. ([#2721](https://github.com/WordPress/wordpress-playground/pull/2721))
49+
- [i18n] Fix issue related to link in french translation. ([#2748](https://github.com/WordPress/wordpress-playground/pull/2748))
50+
51+
### Various
52+
53+
- Deploy web app less often to reduce cache invalidation. ([#2762](https://github.com/WordPress/wordpress-playground/pull/2762))
54+
- [Meta] Fix package-lock.json after dependabot. ([#2746](https://github.com/WordPress/wordpress-playground/pull/2746))
55+
- [i18n] Add Japanese translations to APIs overview. ([#2770](https://github.com/WordPress/wordpress-playground/pull/2770))
56+
- [i18n] Add translation to page title in resources.md. ([#2728](https://github.com/WordPress/wordpress-playground/pull/2728))
57+
- [i18n] Adding French translation to intro.md. ([#2724](https://github.com/WordPress/wordpress-playground/pull/2724))
58+
- [i18n] Fixing typos in French translation quick-start-guide.md. ([#2725](https://github.com/WordPress/wordpress-playground/pull/2725))
59+
60+
### Contributors
61+
62+
The following contributors merged PRs in this release:
63+
64+
@adamziel @beryl-dlg @brandonpayton @fellyph @mho22 @shimotmk @wojtekn @zaerl
65+
66+
767
## [v3.0.9] (2025-10-06)
868

969
### Tools

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,66 @@ 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+
## [v3.0.10] (2025-10-13)
13+
14+
### Enhancements
15+
16+
- Update form-data npm dependency via package.json overrides. ([#2761](https://github.com/WordPress/wordpress-playground/pull/2761))
17+
- Update sha to 2.4.12. ([#2729](https://github.com/WordPress/wordpress-playground/pull/2729))
18+
- Update tmp package to the latest version. ([#2730](https://github.com/WordPress/wordpress-playground/pull/2730))
19+
- [XDebug Bridge] Read files from VFS when a PHP instance is provided. ([#2722](https://github.com/WordPress/wordpress-playground/pull/2722))
20+
21+
### Blueprints
22+
23+
- Accept branch names and tags in git:Directory resource. ([#2760](https://github.com/WordPress/wordpress-playground/pull/2760))
24+
25+
### Tools
26+
27+
- [CLI] Respond with HTTP 500 response when the request handler throws an error. ([#2715](https://github.com/WordPress/wordpress-playground/pull/2715))
28+
29+
### Documentation
30+
31+
- Add docblock for createInvertedReadableStream. ([#2726](https://github.com/WordPress/wordpress-playground/pull/2726))
32+
- Adding Kapa AI script tag. ([#2727](https://github.com/WordPress/wordpress-playground/pull/2727))
33+
- [Docs] Updating resources page. ([#2771](https://github.com/WordPress/wordpress-playground/pull/2771))
34+
- [i18n] Adding Bengali Structure. ([#2754](https://github.com/WordPress/wordpress-playground/pull/2754))
35+
36+
### PHP WebAssembly
37+
38+
- [ xdebug ] Configure `xdebug` for phpstorm compatibility. ([#2747](https://github.com/WordPress/wordpress-playground/pull/2747))
39+
40+
### Website
41+
42+
- Adding new icons to Playground web instance. ([#2696](https://github.com/WordPress/wordpress-playground/pull/2696))
43+
- Allow remote.html from same origin as Playground client script. ([#2765](https://github.com/WordPress/wordpress-playground/pull/2765))
44+
- Make deployment script more usable for self-hosting. ([#2764](https://github.com/WordPress/wordpress-playground/pull/2764))
45+
46+
### Internal
47+
48+
- Add Dependabot configuration for npm updates. ([#2733](https://github.com/WordPress/wordpress-playground/pull/2733))
49+
- [Meta] Fix package-lock.json after dependabot. ([#2745](https://github.com/WordPress/wordpress-playground/pull/2745))
50+
51+
### Bug Fixes
52+
53+
- Fixing old documentation regarding PHP code examples. ([#2721](https://github.com/WordPress/wordpress-playground/pull/2721))
54+
- [i18n] Fix issue related to link in french translation. ([#2748](https://github.com/WordPress/wordpress-playground/pull/2748))
55+
56+
### Various
57+
58+
- Deploy web app less often to reduce cache invalidation. ([#2762](https://github.com/WordPress/wordpress-playground/pull/2762))
59+
- [Meta] Fix package-lock.json after dependabot. ([#2746](https://github.com/WordPress/wordpress-playground/pull/2746))
60+
- [i18n] Add Japanese translations to APIs overview. ([#2770](https://github.com/WordPress/wordpress-playground/pull/2770))
61+
- [i18n] Add translation to page title in resources.md. ([#2728](https://github.com/WordPress/wordpress-playground/pull/2728))
62+
- [i18n] Adding French translation to intro.md. ([#2724](https://github.com/WordPress/wordpress-playground/pull/2724))
63+
- [i18n] Fixing typos in French translation quick-start-guide.md. ([#2725](https://github.com/WordPress/wordpress-playground/pull/2725))
64+
65+
### Contributors
66+
67+
The following contributors merged PRs in this release:
68+
69+
@adamziel @beryl-dlg @brandonpayton @fellyph @mho22 @shimotmk @wojtekn @zaerl
70+
71+
1272
## [v3.0.9] (2025-10-06)
1373

1474
### Tools

0 commit comments

Comments
 (0)