PluginProbe
Gutenberg / 24.0.0
Gutenberg v24.0.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/modules/registry.php +16 -10 23.5.224.0.0 View file →
@@ -32,13 +32,8 @@
32 32 'path' => 'block-library/file/view',
33 33 'asset' => 'block-library/file/view.min.asset.php',
34 34 ),
35 35 array(
36 - 'id' => '@wordpress/block-library/form/view',
37 - 'path' => 'block-library/form/view',
38 - 'asset' => 'block-library/form/view.min.asset.php',
39 - ),
40 - array(
41 36 'id' => '@wordpress/block-library/image/view',
42 37 'path' => 'block-library/image/view',
43 38 'asset' => 'block-library/image/view.min.asset.php',
44 39 ),
@@ -77,13 +72,8 @@
77 72 'path' => 'connectors/index',
78 73 'asset' => 'connectors/index.min.asset.php',
79 74 ),
80 75 array(
81 - 'id' => '@wordpress/content-types',
82 - 'path' => 'content-types/index',
83 - 'asset' => 'content-types/index.min.asset.php',
84 - ),
85 - array(
86 76 'id' => '@wordpress/core-abilities',
87 77 'path' => 'core-abilities/index',
88 78 'asset' => 'core-abilities/index.min.asset.php',
89 79 ),
@@ -132,8 +122,19 @@
132 122 'path' => 'route/index',
133 123 'asset' => 'route/index.min.asset.php',
134 124 ),
135 125 array(
126 + 'id' => '@wordpress/video-conversion/loader',
127 + 'path' => 'video-conversion/loader',
128 + 'asset' => 'video-conversion/loader.min.asset.php',
129 + ),
130 + array(
131 + 'id' => '@wordpress/video-conversion/worker',
132 + 'path' => 'video-conversion/worker',
133 + 'asset' => 'video-conversion/worker.min.asset.php',
134 + 'min_only' => true,
135 + ),
136 + array(
136 137 'id' => '@wordpress/vips/loader',
137 138 'path' => 'vips/loader',
138 139 'asset' => 'vips/loader.min.asset.php',
139 140 ),
@@ -141,8 +142,13 @@
141 142 'id' => '@wordpress/vips/worker',
142 143 'path' => 'vips/worker',
143 144 'asset' => 'vips/worker.min.asset.php',
144 145 'min_only' => true,
146 + ),
147 + array(
148 + 'id' => '@wordpress/widget-primitives',
149 + 'path' => 'widget-primitives/index',
150 + 'asset' => 'widget-primitives/index.min.asset.php',
145 151 ),
146 152 array(
147 153 'id' => '@wordpress/workflow',
148 154 'path' => 'workflow/index',