PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.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 +10 -1 23.0.122.7.0 View file →
@@ -72,8 +72,13 @@
72 72 'path' => 'boot/index',
73 73 'asset' => 'boot/index.min.asset.php',
74 74 ),
75 75 array(
76 + 'id' => '@wordpress/boot',
77 + 'path' => 'boot/index',
78 + 'asset' => 'boot/index.min.asset.php',
79 + ),
80 + array(
76 81 'id' => '@wordpress/connectors',
77 82 'path' => 'connectors/index',
78 83 'asset' => 'connectors/index.min.asset.php',
79 84 ),
@@ -122,8 +127,13 @@
122 127 'path' => 'route/index',
123 128 'asset' => 'route/index.min.asset.php',
124 129 ),
125 130 array(
131 + 'id' => '@wordpress/route',
132 + 'path' => 'route/index',
133 + 'asset' => 'route/index.min.asset.php',
134 + ),
135 + array(
126 136 'id' => '@wordpress/vips/loader',
127 137 'path' => 'vips/loader',
128 138 'asset' => 'vips/loader.min.asset.php',
129 139 ),
@@ -130,9 +140,8 @@
130 140 array(
131 141 'id' => '@wordpress/vips/worker',
132 142 'path' => 'vips/worker',
133 143 'asset' => 'vips/worker.min.asset.php',
134 - 'min_only' => true,
135 144 ),
136 145 array(
137 146 'id' => '@wordpress/workflow',
138 147 'path' => 'workflow/index',