Antonio Sejas
Antonio Sejas
- Related: https://github.com/WordPress/playground-tools/issues/178 > [!NOTE] > We won't merge this PR until the plugin update error is fixed ## What? Add tests to validate the WordPress Plugin Update flow. ##...
- Closes: https://github.com/WordPress/playground-tools/issues/25 ## What? Brings `wp-cli` execution to `wp-now` with the current site context. The new command will be `wp-now wp ...` I'm open to other command names, like...
We were printing the HTTP requests here: https://github.com/WordPress/playground-tools/commit/6c532ef2e660d5bd03914be36cc196e69e7d0521#diff-ba038070d84a1e22ba372c62ab49b81244f5eac4d46020495c37ed4cf7a74f01R41-R46 And removed them here: https://github.com/WordPress/playground-tools/commit/47bacf3f22e25665fc7a149c2f5b877c429076b8 The reason was to make the console output less noisy. We can add a parameter to log...
When running `wp-now start` on Playground mode, we reference the current directory, but actually, all the files loaded live in the home directory `~/.wp-now/wp-content/plagyround` Example: ``` > wp-now start Starting...
## What? Let's update Playground dependencies to the latest version. We may need to update other projects like Playground Plugin. ## Why? It will fix WBEP images, support curl and...
The [@wp-playground/blueprints](https://www.npmjs.com/package/@wp-playground/blueprints) `0.9.2` change some steps format. Let's update the dependencies.
- Closes https://github.com/Automattic/studio/issues/25 ## Proposed Changes - Add language picker in user settings, which allows changing the language on the fly - Add language to AppData user data file -...
- Related to https://github.com/Automattic/dotcom-forge/issues/8758 ## Proposed Changes - Remove post_meta `_wp_attachment_metadata` to remove intermediate images information and match existing image files. This is a temporal solution. The ideal solution would...
- Related to https://github.com/Automattic/studio/issues/119 ## Proposed Changes - Upgrade Playground dependencies to `v0.9.26` ## Testing Instructions - Tests should pass - Creating, Starting and Stopping sites should work the same...
## Related issues - Fixes STU-352 - Fixes STU-351 ## Proposed Changes - Add a new component - Load `@wordpress/components` css conditionally based on RTL and LTR. - Load `index.css`...