Skip to content

Commit afc6b65

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent 886a4a8 commit afc6b65

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ 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+
## [v2.0.8] (2025-08-07)
8+
9+
### Blueprints
10+
11+
- Fallback to URL-based file name when fetching remote ZIP files. ([#2470](https://github.com/WordPress/wordpress-playground/pull/2470))
12+
13+
### Documentation
14+
15+
- [Docs] Adding Resources, Web instance, and guides pages on Brazilian Portuguese. ([#2351](https://github.com/WordPress/wordpress-playground/pull/2351))
16+
- [Docs] Enabling language switcher. ([#2465](https://github.com/WordPress/wordpress-playground/pull/2465))
17+
18+
### PHP WebAssembly
19+
20+
- Fix resolving mounted symlinks in secondary PHP instances. ([#2444](https://github.com/WordPress/wordpress-playground/pull/2444))
21+
- [XDebug Bridge] List additional ASYNCIFY_ONLY functions to prevent `unreachable` crashes when using Devtools. ([#2454](https://github.com/WordPress/wordpress-playground/pull/2454))
22+
23+
### Website
24+
25+
- [Browser] Do not use the Buffer class in web browsers. ([#2469](https://github.com/WordPress/wordpress-playground/pull/2469))
26+
- Add PHP Playground. ([#2463](https://github.com/WordPress/wordpress-playground/pull/2463))
27+
- Suppress PHP warnings when pre-fetching WordPress updates. ([#2458](https://github.com/WordPress/wordpress-playground/pull/2458))
28+
29+
### Bug Fixes
30+
31+
- Fix invalid filename "<7.4" on Windows. ([#2461](https://github.com/WordPress/wordpress-playground/pull/2461))
32+
33+
### Contributors
34+
35+
The following contributors merged PRs in this release:
36+
37+
@adamziel @brandonpayton @fellyph @JanJakes @mho22
38+
39+
740
## [v2.0.7] (2025-08-05)
841

942
### Tools

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,39 @@ 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+
## [v2.0.8] (2025-08-07)
13+
14+
### Blueprints
15+
16+
- Fallback to URL-based file name when fetching remote ZIP files. ([#2470](https://github.com/WordPress/wordpress-playground/pull/2470))
17+
18+
### Documentation
19+
20+
- [Docs] Adding Resources, Web instance, and guides pages on Brazilian Portuguese. ([#2351](https://github.com/WordPress/wordpress-playground/pull/2351))
21+
- [Docs] Enabling language switcher. ([#2465](https://github.com/WordPress/wordpress-playground/pull/2465))
22+
23+
### PHP WebAssembly
24+
25+
- Fix resolving mounted symlinks in secondary PHP instances. ([#2444](https://github.com/WordPress/wordpress-playground/pull/2444))
26+
- [XDebug Bridge] List additional ASYNCIFY_ONLY functions to prevent `unreachable` crashes when using Devtools. ([#2454](https://github.com/WordPress/wordpress-playground/pull/2454))
27+
28+
### Website
29+
30+
- [Browser] Do not use the Buffer class in web browsers. ([#2469](https://github.com/WordPress/wordpress-playground/pull/2469))
31+
- Add PHP Playground. ([#2463](https://github.com/WordPress/wordpress-playground/pull/2463))
32+
- Suppress PHP warnings when pre-fetching WordPress updates. ([#2458](https://github.com/WordPress/wordpress-playground/pull/2458))
33+
34+
### Bug Fixes
35+
36+
- Fix invalid filename "<7.4" on Windows. ([#2461](https://github.com/WordPress/wordpress-playground/pull/2461))
37+
38+
### Contributors
39+
40+
The following contributors merged PRs in this release:
41+
42+
@adamziel @brandonpayton @fellyph @JanJakes @mho22
43+
44+
1245
## [v2.0.7] (2025-08-05)
1346

1447
### Tools

0 commit comments

Comments
 (0)