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 -11 23.5.322.7.0 View file →
@@ -72,28 +72,23 @@
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 ),
90 90 array(
91 - 'id' => '@wordpress/dashboard-init',
92 - 'path' => 'dashboard-init/index',
93 - 'asset' => 'dashboard-init/index.min.asset.php',
94 - ),
95 - array(
96 91 'id' => '@wordpress/edit-site-init',
97 92 'path' => 'edit-site-init/index',
98 93 'asset' => 'edit-site-init/index.min.asset.php',
99 94 ),
@@ -132,8 +127,13 @@
132 127 'path' => 'route/index',
133 128 'asset' => 'route/index.min.asset.php',
134 129 ),
135 130 array(
131 + 'id' => '@wordpress/route',
132 + 'path' => 'route/index',
133 + 'asset' => 'route/index.min.asset.php',
134 + ),
135 + array(
136 136 'id' => '@wordpress/vips/loader',
137 137 'path' => 'vips/loader',
138 138 'asset' => 'vips/loader.min.asset.php',
139 139 ),
@@ -140,9 +140,8 @@
140 140 array(
141 141 'id' => '@wordpress/vips/worker',
142 142 'path' => 'vips/worker',
143 143 'asset' => 'vips/worker.min.asset.php',
144 - 'min_only' => true,
145 144 ),
146 145 array(
147 146 'id' => '@wordpress/workflow',
148 147 'path' => 'workflow/index',