Skip to content

Commit 4283089

Browse files
authored
@php-wasm/universal : Add Phar support in php-wasm (#1716)
1 parent c6d3a79 commit 4283089

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+46
-47
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,36 @@ 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-
## [v0.9.39] (2024-09-09)
7+
## [v0.9.39] (2024-09-09)
88

99
### Bug Fixes
1010

11-
- Use the correct imports in the generated .d.ts files. ([#1742](https://github.com/WordPress/wordpress-playground/pull/1742))
11+
- Use the correct imports in the generated .d.ts files. ([#1742](https://github.com/WordPress/wordpress-playground/pull/1742))
1212

1313
### Contributors
1414

1515
The following contributors merged PRs in this release:
1616

1717
@adamziel
1818

19-
20-
## [v0.9.38] (2024-09-09)
19+
## [v0.9.38] (2024-09-09)
2120

2221
### Internal
2322

24-
- Fix changelog updates for latest doc structure. ([#1734](https://github.com/WordPress/wordpress-playground/pull/1734))
23+
- Fix changelog updates for latest doc structure. ([#1734](https://github.com/WordPress/wordpress-playground/pull/1734))
2524

2625
### Various
2726

28-
- Add support for handling symlinks in the request handler. ([#1724](https://github.com/WordPress/wordpress-playground/pull/1724))
29-
- Docs: Playground block in launch section. ([#1722](https://github.com/WordPress/wordpress-playground/pull/1722))
30-
- documentation - Blueprints - Resources: Highlight installPlugin and installTheme steps and most common resouces for them. ([#1733](https://github.com/WordPress/wordpress-playground/pull/1733))
27+
- Add support for handling symlinks in the request handler. ([#1724](https://github.com/WordPress/wordpress-playground/pull/1724))
28+
- Docs: Playground block in launch section. ([#1722](https://github.com/WordPress/wordpress-playground/pull/1722))
29+
- documentation - Blueprints - Resources: Highlight installPlugin and installTheme steps and most common resouces for them. ([#1733](https://github.com/WordPress/wordpress-playground/pull/1733))
3130

3231
### Contributors
3332

3433
The following contributors merged PRs in this release:
3534

3635
@brandonpayton @jeroenpf @juanmaguitar
3736

38-
3937
## [v0.9.37] (2024-09-05)
4038

4139
### PHP WebAssembly

0 commit comments

Comments
 (0)