Skip to content

Commit 5b1e18c

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent 13cea15 commit 5b1e18c

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.0.21] (2025-01-13)
8+
9+
### Enhancements
10+
11+
- [Data Liberation] Add EPub to Blocks converter. ([#2097](https://github.com/WordPress/wordpress-playground/pull/2097))
12+
- [Data Liberation] Block markup consumers and producers. ([#2121](https://github.com/WordPress/wordpress-playground/pull/2121))
13+
- [Data Liberation] Filesystem entity reader. ([#2125](https://github.com/WordPress/wordpress-playground/pull/2125))
14+
- [Data Liberation] Recognize self-closing blocks in WP_Block_Markup_Processor. ([#2120](https://github.com/WordPress/wordpress-playground/pull/2120))
15+
- [Data Liberation] Refactor Entity Readers class diagram. ([#2096](https://github.com/WordPress/wordpress-playground/pull/2096))
16+
17+
### PHP WebAssembly
18+
19+
- PHP 8.4 support. ([#2038](https://github.com/WordPress/wordpress-playground/pull/2038))
20+
- Rewrote fileToUint8Array function to be also NodeJS/Deno compatible. ([#2117](https://github.com/WordPress/wordpress-playground/pull/2117))
21+
- [PHP] Restore /internal files and Filesystem mounts after hotswapPhpRuntime is called. ([#2119](https://github.com/WordPress/wordpress-playground/pull/2119))
22+
23+
### Bug Fixes
24+
25+
- [CORS Proxy] Support chunked encoding when running in Apache/Nginx/etc. ([#2114](https://github.com/WordPress/wordpress-playground/pull/2114))
26+
27+
### Contributors
28+
29+
The following contributors merged PRs in this release:
30+
31+
@adamziel @mbuella
32+
33+
734
## [v1.0.20] (2025-01-06)
835

936
### Website

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

+27
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@ 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.0.21] (2025-01-13)
13+
14+
### Enhancements
15+
16+
- [Data Liberation] Add EPub to Blocks converter. ([#2097](https://github.com/WordPress/wordpress-playground/pull/2097))
17+
- [Data Liberation] Block markup consumers and producers. ([#2121](https://github.com/WordPress/wordpress-playground/pull/2121))
18+
- [Data Liberation] Filesystem entity reader. ([#2125](https://github.com/WordPress/wordpress-playground/pull/2125))
19+
- [Data Liberation] Recognize self-closing blocks in WP_Block_Markup_Processor. ([#2120](https://github.com/WordPress/wordpress-playground/pull/2120))
20+
- [Data Liberation] Refactor Entity Readers class diagram. ([#2096](https://github.com/WordPress/wordpress-playground/pull/2096))
21+
22+
### PHP WebAssembly
23+
24+
- PHP 8.4 support. ([#2038](https://github.com/WordPress/wordpress-playground/pull/2038))
25+
- Rewrote fileToUint8Array function to be also NodeJS/Deno compatible. ([#2117](https://github.com/WordPress/wordpress-playground/pull/2117))
26+
- [PHP] Restore /internal files and Filesystem mounts after hotswapPhpRuntime is called. ([#2119](https://github.com/WordPress/wordpress-playground/pull/2119))
27+
28+
### Bug Fixes
29+
30+
- [CORS Proxy] Support chunked encoding when running in Apache/Nginx/etc. ([#2114](https://github.com/WordPress/wordpress-playground/pull/2114))
31+
32+
### Contributors
33+
34+
The following contributors merged PRs in this release:
35+
36+
@adamziel @mbuella
37+
38+
1239
## [v1.0.20] (2025-01-06)
1340

1441
### Website

0 commit comments

Comments
 (0)