Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store remote assets as zip #1527

Closed

Commits on Jun 19, 2024

  1. Update remaining localhost:5400 refs to 127.0.0.1:5400 (#1509)

    ## Motivation for the change, related issues
    
    There are some code and documentation references that still point to
    `localhost:5400` for dev even though the correct address is now
    `127.0.0.1:5400`.
    
    ## Implementation details
    
    This updates the plaintext references to `127.0.0.1:5400` and also
    updates the JSPI origintrial string to reference the correct address. I
    tested this update with the `jspi` branch, and the dev server running on
    the `jspi` branch loads in Chrome but only after this change.
    
    ## Testing Instructions (or ideally a Blueprint)
    
    - CI
    brandonpayton authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bc0538e View commit details
    Browse the repository at this point in the history
  2. Refresh WordPress Nightly

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d9692cc View commit details
    Browse the repository at this point in the history
  3. chore: update changelog

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f4bdc7c View commit details
    Browse the repository at this point in the history
  4. v0.7.21

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ef6322d View commit details
    Browse the repository at this point in the history
  5. chore: update changelog

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b3bb70f View commit details
    Browse the repository at this point in the history
  6. v0.8.0

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b9bbfae View commit details
    Browse the repository at this point in the history
  7. v0.9.0

    adamziel authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    59fbd8f View commit details
    Browse the repository at this point in the history
  8. Refresh WordPress Nightly

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5a1a4fd View commit details
    Browse the repository at this point in the history
  9. Refresh WordPress Nightly

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4a76688 View commit details
    Browse the repository at this point in the history
  10. Refresh WordPress Nightly

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    331e61e View commit details
    Browse the repository at this point in the history
  11. Networking: Remove CORS workarounds for WordPress.org API. (#1511)

    ## Motivation for the change, related issues
    
    api.WordPress.org/core/version-check now supports preflight requests,
    and so we can remove these header deletions that was to resolve CORS
    issues
    
    See #933 for where this was added.
    
    ## Testing Instructions (or ideally a Blueprint)
    
    The following blueprint should not have a CORS fetch failure in browser
    console.
    
    
    https://playground.wordpress.net/?mode=seamless#{%22preferredVersions%22:{%22php%22:%228.0%22,%22wp%22:%226.5%22},%22phpExtensionBundles%22:[%22kitchen-sink%22],%22features%22:{%22networking%22:true},%22landingPage%22:%22/wp-admin/update-core.php%22,%22steps%22:[{%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22}]}
    dd32 authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    06fd163 View commit details
    Browse the repository at this point in the history
  12. Networking access: Fix wp_http_supports() to work without the kitchen…

    …-sink extension bundle. (#1504)
    
    Fixes #1494 
    
    In #1048 I introduced a regression of #819, in that `wp_http_supports( [
    'ssl' ] )` no longer returned truthful without the kitchen-sink
    extension bundle loaded.
    
    This partially reverts #1048 by keeping the filters for Requests, but
    reinstating the deprecated WP_HTTP filters.
    
    It's worth noting, that this is not a direct revert, as it forces the
    Fetch/Dummy handlers instead of simply adding them as an option. This is
    to match the Requests filter behaviour.
    
    To test this, the following blueprint should land you on a plugin
    install page without any errors visible:
    
    https://playground.wordpress.net/#{%22phpExtensionBundles%22:[%22light%22],%22features%22:{%22networking%22:true},%22landingPage%22:%22/wp-admin/plugin-install.php%22,%22steps%22:[{%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22}]}
    ```
    {
      "phpExtensionBundles": [
        "light"
      ],
      "features": {
        "networking": true
      },
      "landingPage": "/wp-admin/plugin-install.php",
      "steps": [
        {
          "step": "login",
          "username": "admin",
          "password": "password"
        }
      ]
    }
    ```
    dd32 authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    51b498f View commit details
    Browse the repository at this point in the history
  13. Remove trailing semicolon from example URL for loading playground wit…

    …h network access (#1520)
    
    It can be confusing if one attempts to copypaste that line for reloading
    the page as the value for `networking` ends up being `yes;`
    
    
    ### After
    
    ![image](https://github.com/WordPress/wordpress-playground/assets/746152/65fd2087-5e85-483f-bd1c-164cebe57e91)
    
    
    
    ### Before
    
    <img width="1003" alt="image"
    src="https://github.com/WordPress/wordpress-playground/assets/746152/adf04f97-b7df-4ead-a2e1-52629f9b54fb">
    
    
    ## Motivation for the change, related issues
    
    While showcasing Playground during WCEU, I found myself failing to
    install plugins after copy-pasting the proposed URL until I realized I
    was copying an unintended semicolon.
    
    ## Implementation details
    
    ## Testing Instructions (or ideally a Blueprint)
    oskosk authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ccace6b View commit details
    Browse the repository at this point in the history
  14. Refresh WordPress Nightly

    deployment_bot authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e13a27f View commit details
    Browse the repository at this point in the history
  15. Remove deprecation note from shorthand steps (#1507)

    Fixes 
    
    - #1282
    
    
    ## Implementation details
    remove the deprecation lines from the schema
    bph authored and bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    874bb5c View commit details
    Browse the repository at this point in the history
  16. Build static zip

    bgrgicak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    40190c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Preload assets

    bgrgicak committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    16a462a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f885702 View commit details
    Browse the repository at this point in the history