File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed
packages/docs/site/docs/main Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,41 @@ All notable changes to this project are documented in this file by a CI job
4
4
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
5
5
format.
6
6
7
+ ## [ v2.0.7] (2025-08-05)
8
+
9
+ ### Tools
10
+
11
+ - [ CLI ] Rename CLI binaries in ` @php-wasm/cli ` and ` @wp-playground/cli ` . ([ #2441 ] ( https://github.com/WordPress/wordpress-playground/pull/2441 ) )
12
+
13
+ ### Documentation
14
+
15
+ - Updating Docusaurus version from 3.7 to 3.8. ([ #2457 ] ( https://github.com/WordPress/wordpress-playground/pull/2457 ) )
16
+ - [ Docs] Adding fixes to broken URLs. ([ #2451 ] ( https://github.com/WordPress/wordpress-playground/pull/2451 ) )
17
+ - [ Docs] Bump PHP version to avoid WordPress PHP version Warning. ([ #2443 ] ( https://github.com/WordPress/wordpress-playground/pull/2443 ) )
18
+
19
+ ### PHP WebAssembly
20
+
21
+ - Patch the premature "request in progress" semaphore release. ([ #2455 ] ( https://github.com/WordPress/wordpress-playground/pull/2455 ) )
22
+
23
+ ### Bug Fixes
24
+
25
+ - Re-enable Playground CLI tests. ([ #2445 ] ( https://github.com/WordPress/wordpress-playground/pull/2445 ) )
26
+
27
+ ### Various
28
+
29
+ - Add check for SQLite driver missing in target folder. ([ #2440 ] ( https://github.com/WordPress/wordpress-playground/pull/2440 ) )
30
+ - Adding CLI reference to Playground README. ([ #2433 ] ( https://github.com/WordPress/wordpress-playground/pull/2433 ) )
31
+ - Adding Gujarati Intro documentation. ([ #2450 ] ( https://github.com/WordPress/wordpress-playground/pull/2450 ) )
32
+ - Bump WordPress old version demo to version 6.2.1. ([ #2460 ] ( https://github.com/WordPress/wordpress-playground/pull/2460 ) )
33
+ - Removing blog references on Docusaurus. ([ #2456 ] ( https://github.com/WordPress/wordpress-playground/pull/2456 ) )
34
+
35
+ ### Contributors
36
+
37
+ The following contributors merged PRs in this release:
38
+
39
+ @adamziel @brandonpayton @fellyph @mho22 @nikunj8866 @zaerl
40
+
41
+
7
42
## [ v2.0.6] (2025-08-04)
8
43
9
44
### Documentation
Original file line number Diff line number Diff line change @@ -9,6 +9,41 @@ All notable changes to this project are documented in this file by a CI job
9
9
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
10
10
format.
11
11
12
+ ## [ v2.0.7] (2025-08-05)
13
+
14
+ ### Tools
15
+
16
+ - [ CLI ] Rename CLI binaries in ` @php-wasm/cli ` and ` @wp-playground/cli ` . ([ #2441 ] ( https://github.com/WordPress/wordpress-playground/pull/2441 ) )
17
+
18
+ ### Documentation
19
+
20
+ - Updating Docusaurus version from 3.7 to 3.8. ([ #2457 ] ( https://github.com/WordPress/wordpress-playground/pull/2457 ) )
21
+ - [ Docs] Adding fixes to broken URLs. ([ #2451 ] ( https://github.com/WordPress/wordpress-playground/pull/2451 ) )
22
+ - [ Docs] Bump PHP version to avoid WordPress PHP version Warning. ([ #2443 ] ( https://github.com/WordPress/wordpress-playground/pull/2443 ) )
23
+
24
+ ### PHP WebAssembly
25
+
26
+ - Patch the premature "request in progress" semaphore release. ([ #2455 ] ( https://github.com/WordPress/wordpress-playground/pull/2455 ) )
27
+
28
+ ### Bug Fixes
29
+
30
+ - Re-enable Playground CLI tests. ([ #2445 ] ( https://github.com/WordPress/wordpress-playground/pull/2445 ) )
31
+
32
+ ### Various
33
+
34
+ - Add check for SQLite driver missing in target folder. ([ #2440 ] ( https://github.com/WordPress/wordpress-playground/pull/2440 ) )
35
+ - Adding CLI reference to Playground README. ([ #2433 ] ( https://github.com/WordPress/wordpress-playground/pull/2433 ) )
36
+ - Adding Gujarati Intro documentation. ([ #2450 ] ( https://github.com/WordPress/wordpress-playground/pull/2450 ) )
37
+ - Bump WordPress old version demo to version 6.2.1. ([ #2460 ] ( https://github.com/WordPress/wordpress-playground/pull/2460 ) )
38
+ - Removing blog references on Docusaurus. ([ #2456 ] ( https://github.com/WordPress/wordpress-playground/pull/2456 ) )
39
+
40
+ ### Contributors
41
+
42
+ The following contributors merged PRs in this release:
43
+
44
+ @adamziel @brandonpayton @fellyph @mho22 @nikunj8866 @zaerl
45
+
46
+
12
47
## [ v2.0.6] (2025-08-04)
13
48
14
49
### Documentation
You can’t perform that action at this time.
0 commit comments