[v0.6.0] (2024-02-05)
Enhancements
- Add wp-cli and code editor examples to the demos page. (#965)
- WordPress: Preserve PHP attributes and wp-config.php whitespace. (#964)
Blueprints
- Add enableMultisite step. (#888)
- Set_current_user to admin before activating plugins and themes. (#984)
Tools
- Use .zip files instead of .data files for loading WordPress. (#978)
Blueprints
PHP WebAssembly
- Support wp-cli in the browser. (#957)
PHP WebAssembly
- Correcting OOB & Prevent Crash on Saving Large Post. (#870)
- Memory leak: Add rotatedPHP to kill and recreate PHP instances after a certain number of requests. (#990)
- PHP : Add args and descriptors dynamic arrays in proc open function. (#969)
- PHP.wasm: Fix stack overflow in wasm_set_request_body. (#993)
Website
- Add .htaccess file to prevent caching of index.html and enable importing the client.js library. (#989)
- Add og meta tags and meta description. (#980)
- CORS headers for client/index.js. (#893)
- wp-cli: Respect quotes when parsing shell commands. (#966)
Internal
- Remove the interactive block playground. (#988)
Bug Fixes
- Fix "WP-CLI" typos. (#971)
- Fix footer styling issue in the "Code is Poetry" in wordpress.github.io/wordpress-playground. (#959)
- WordPress build: Add newlines after PHP annotations. (#986)
Various
- Add a blueprint example. (#946)
- Add terminal to playground site. (#161)
- Match the .nvmrc node version to the changes made in commit ec2605b. (#972)
- PHP : Dispatch available descriptor specs in js_open_process function. (#963)
- PHP : Give access to command arguments if array type is given in php ^7.4 proc_open function. (#944)
- Rebuild WordPress. (#987)
- Update the networking disabled error messages in wp-admin for plugins and themes. (#936)
Contributors
The following contributors merged PRs in this release:
@adamziel @bph @ironnysh @marcarmengou @mho22 @rowasc @seanmorris @swissspidy @tyrann0us