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 -6 23.2.122.7.0 View file →
@@ -72,18 +72,18 @@
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 ),
80 85 array(
81 - 'id' => '@wordpress/content-types',
82 - 'path' => 'content-types/index',
83 - 'asset' => 'content-types/index.min.asset.php',
84 - ),
85 - array(
86 86 'id' => '@wordpress/core-abilities',
87 87 'path' => 'core-abilities/index',
88 88 'asset' => 'core-abilities/index.min.asset.php',
89 89 ),
@@ -127,8 +127,13 @@
127 127 'path' => 'route/index',
128 128 'asset' => 'route/index.min.asset.php',
129 129 ),
130 130 array(
131 + 'id' => '@wordpress/route',
132 + 'path' => 'route/index',
133 + 'asset' => 'route/index.min.asset.php',
134 + ),
135 + array(
131 136 'id' => '@wordpress/vips/loader',
132 137 'path' => 'vips/loader',
133 138 'asset' => 'vips/loader.min.asset.php',
134 139 ),
@@ -135,9 +140,8 @@
135 140 array(
136 141 'id' => '@wordpress/vips/worker',
137 142 'path' => 'vips/worker',
138 143 'asset' => 'vips/worker.min.asset.php',
139 - 'min_only' => true,
140 144 ),
141 145 array(
142 146 'id' => '@wordpress/workflow',
143 147 'path' => 'workflow/index',