Skip to content

Commit f42795c

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent c9d2979 commit f42795c

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+
## [v2.0.13] (2025-08-26)
8+
9+
### Enhancements
10+
11+
- [CLI] --site-url option for Playground CLI. ([#2558](https://github.com/WordPress/wordpress-playground/pull/2558))
12+
13+
### Tools
14+
15+
- [XDebug Bridge] Fetch all array keys when inspecting an array. ([#2409](https://github.com/WordPress/wordpress-playground/pull/2409))
16+
17+
### PHP WebAssembly
18+
19+
- [PHP web] Export setErrNo() to make `less` work as pager. ([#2554](https://github.com/WordPress/wordpress-playground/pull/2554))
20+
21+
### Website
22+
23+
- [Web] tolerate empty e.target in addTargetBlankToExternalLinks. ([#2555](https://github.com/WordPress/wordpress-playground/pull/2555))
24+
25+
### Bug Fixes
26+
27+
- Playground CLI: Wire up execution modes for Blueprints v2. ([#2519](https://github.com/WordPress/wordpress-playground/pull/2519))
28+
29+
### Reliability
30+
31+
- [php-wasm-logger] Filter logs by severity in Logger and assign severity based on verbosity argument in CLIs. ([#2436](https://github.com/WordPress/wordpress-playground/pull/2436))
32+
33+
### Various
34+
35+
- Added Gujarati Translation for Index.md file. ([#2550](https://github.com/WordPress/wordpress-playground/pull/2550))
36+
- Use SQLite AST driver also with Blueprints v2. ([#2538](https://github.com/WordPress/wordpress-playground/pull/2538))
37+
38+
### Contributors
39+
40+
The following contributors merged PRs in this release:
41+
42+
@adamziel @brandonpayton @JanJakes @mho22 @shail-mehta
43+
44+
745
## [v2.0.12] (2025-08-25)
846

947
### Enhancements

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+
## [v2.0.13] (2025-08-26)
13+
14+
### Enhancements
15+
16+
- [CLI] --site-url option for Playground CLI. ([#2558](https://github.com/WordPress/wordpress-playground/pull/2558))
17+
18+
### Tools
19+
20+
- [XDebug Bridge] Fetch all array keys when inspecting an array. ([#2409](https://github.com/WordPress/wordpress-playground/pull/2409))
21+
22+
### PHP WebAssembly
23+
24+
- [PHP web] Export setErrNo() to make `less` work as pager. ([#2554](https://github.com/WordPress/wordpress-playground/pull/2554))
25+
26+
### Website
27+
28+
- [Web] tolerate empty e.target in addTargetBlankToExternalLinks. ([#2555](https://github.com/WordPress/wordpress-playground/pull/2555))
29+
30+
### Bug Fixes
31+
32+
- Playground CLI: Wire up execution modes for Blueprints v2. ([#2519](https://github.com/WordPress/wordpress-playground/pull/2519))
33+
34+
### Reliability
35+
36+
- [php-wasm-logger] Filter logs by severity in Logger and assign severity based on verbosity argument in CLIs. ([#2436](https://github.com/WordPress/wordpress-playground/pull/2436))
37+
38+
### Various
39+
40+
- Added Gujarati Translation for Index.md file. ([#2550](https://github.com/WordPress/wordpress-playground/pull/2550))
41+
- Use SQLite AST driver also with Blueprints v2. ([#2538](https://github.com/WordPress/wordpress-playground/pull/2538))
42+
43+
### Contributors
44+
45+
The following contributors merged PRs in this release:
46+
47+
@adamziel @brandonpayton @JanJakes @mho22 @shail-mehta
48+
49+
1250
## [v2.0.12] (2025-08-25)
1351

1452
### Enhancements

0 commit comments

Comments
 (0)