Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WordPress/WordPress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c847feeb7c41
Choose a base ref
...
head repository: WordPress/WordPress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42270fb5a252
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. Script Loader: Print import map before classic scripts.

    Should any scripts contain calls to `import()`, the browser won't be able to resolve bare import specifiers unless the import map is already in the DOM. Thus, rather than rely on hook registration order, which is fallible, ensure that the newer callback `WP_Script_Modules::print_import_map` (since 6.5.0) has a lower priority than `_wp_footer_scripts`.
    
    Reviewed by jonsurrell.
    Props mlaetitia.
    Fixes #64907.
    
    
    Built from https://develop.svn.wordpress.org/trunk@62080
    
    
    git-svn-id: http://core.svn.wordpress.org/trunk@61362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
    mcsf committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    00f48b7 View commit details
    Browse the repository at this point in the history
  2. Media: Remove client-side media processing feature for now.

    Punt the wasm-vips client-side media processing feature to a future release when it can include more features. The VIPS WASM worker adds too much build size overhead for the current value provided. Removes all PHP functions, REST API endpoints, cross-origin isolation infrastructure, VIPS script module handling, build configuration, and associated tests.
    
    Props adamsilverstein, jorbin.
    Fixes #64906.
    
    
    Built from https://develop.svn.wordpress.org/trunk@62081
    
    
    git-svn-id: http://core.svn.wordpress.org/trunk@61363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
    adamsilverstein committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    42270fb View commit details
    Browse the repository at this point in the history
Loading