Make WordPress Core


Ignore:
Timestamp:
05/28/2026 03:27:18 PM (2 months ago)
Author:
adamsilverstein
Message:

Media: Re-introduce client-side media processing feature.

Reverts the removal in [62081] now that WordPress 7.1 has forked. Restores all PHP functions, REST API endpoints, cross-origin isolation infrastructure, VIPS script module handling, build configuration, and associated tests.

Follow-up to [62081].

Props adamsilverstein, jorbin, westonruter.
Fixes #64919.
See #64906.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/assets/script-modules-packages.php

    r62380 r62428  
    285285                'version' => 'c5843b6c5e84b352f43b'
    286286        ),
     287        'vips/loader.js' => array(
     288                'dependencies' => array(
     289                       
     290                ),
     291                'module_dependencies' => array(
     292                        array(
     293                                'id' => '@wordpress/vips/worker',
     294                                'import' => 'dynamic'
     295                        )
     296                ),
     297                'version' => '07c9acb45d3e5d81829a'
     298        ),
     299        'vips/worker.js' => array(
     300                'dependencies' => array(
     301                       
     302                ),
     303                'version' => 'aff5e5c5b28ae6b73aaa'
     304        ),
    287305        'workflow/index.js' => array(
    288306                'dependencies' => array(
Note: See TracChangeset for help on using the changeset viewer.