Skip to content

Commit f36955b

Browse files
committed
Restore: Sync Gutenberg @ b441348bb7e05af351c250b74283f253acaf9138
See changelog in 0544d56 > Editor: backport client side media PHP changes to core. > Bring over the changes required to implement client side media in core. This feature recently graduated from experiments and is ready for testing in beta. > > Props adamsilverstein, westonruter, mamaduka, mukesh27, swissspidy, andrewserong, ellatrix, ramonjd. git-svn-id: https://develop.svn.wordpress.org/branches/fixes-64393-restore-version-history@62125 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5aba997 commit f36955b

1 file changed

Lines changed: 48 additions & 6 deletions

File tree

src/wp-includes/assets/script-loader-packages.min.php

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => '0d62438d19e28f8cabd2'
103+
'version' => '2b04bb93d6efca0bce25'
104104
),
105105
'block-library.min.js' => array(
106106
'dependencies' => array(
@@ -136,7 +136,13 @@
136136
'wp-url',
137137
'wp-wordcount'
138138
),
139-
'version' => '12d29683ae6525714836'
139+
'module_dependencies' => array(
140+
array(
141+
'id' => '@wordpress/latex-to-mathml',
142+
'import' => 'dynamic'
143+
)
144+
),
145+
'version' => '9adfd5c0b20d4d86a63d'
140146
),
141147
'block-serialization-default-parser.min.js' => array(
142148
'dependencies' => array(
@@ -365,7 +371,13 @@
365371
'wp-url',
366372
'wp-widgets'
367373
),
368-
'version' => '56d49503c08450158881'
374+
'module_dependencies' => array(
375+
array(
376+
'id' => '@wordpress/route',
377+
'import' => 'static'
378+
)
379+
),
380+
'version' => '1a6b82c9f517652a242b'
369381
),
370382
'edit-site.min.js' => array(
371383
'dependencies' => array(
@@ -406,7 +418,13 @@
406418
'wp-warning',
407419
'wp-widgets'
408420
),
409-
'version' => '8df382639056febf5fe2'
421+
'module_dependencies' => array(
422+
array(
423+
'id' => '@wordpress/route',
424+
'import' => 'static'
425+
)
426+
),
427+
'version' => '621fb808445b3c4c8b9e'
410428
),
411429
'edit-widgets.min.js' => array(
412430
'dependencies' => array(
@@ -437,6 +455,12 @@
437455
'wp-viewport',
438456
'wp-widgets'
439457
),
458+
'module_dependencies' => array(
459+
array(
460+
'id' => '@wordpress/route',
461+
'import' => 'static'
462+
)
463+
),
440464
'version' => 'be944f745795910dc41a'
441465
),
442466
'editor.min.js' => array(
@@ -481,7 +505,13 @@
481505
'wp-warning',
482506
'wp-wordcount'
483507
),
484-
'version' => '3e69d9ecac31b3be43c0'
508+
'module_dependencies' => array(
509+
array(
510+
'id' => '@wordpress/route',
511+
'import' => 'static'
512+
)
513+
),
514+
'version' => '5c4eec0def65a665d05c'
485515
),
486516
'element.min.js' => array(
487517
'dependencies' => array(
@@ -513,6 +543,12 @@
513543
'wp-rich-text',
514544
'wp-url'
515545
),
546+
'module_dependencies' => array(
547+
array(
548+
'id' => '@wordpress/latex-to-mathml',
549+
'import' => 'dynamic'
550+
)
551+
),
516552
'version' => 'f89be9586f2d9ce4545a'
517553
),
518554
'hooks.min.js' => array(
@@ -590,7 +626,7 @@
590626
'wp-url',
591627
'wp-warning'
592628
),
593-
'version' => '1cef0981fd43cb8307f0'
629+
'version' => '5275f42a22469e56c419'
594630
),
595631
'notices.min.js' => array(
596632
'dependencies' => array(
@@ -806,6 +842,12 @@
806842
'wp-private-apis',
807843
'wp-url'
808844
),
845+
'module_dependencies' => array(
846+
array(
847+
'id' => '@wordpress/vips/worker',
848+
'import' => 'dynamic'
849+
)
850+
),
809851
'version' => '012bdf4e5d634c0e3e01'
810852
),
811853
'url.min.js' => array(

0 commit comments

Comments
 (0)