Changeset 44389 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/04/2019 07:37:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r44319 r44389 225 225 226 226 $packages_versions = array( 227 'api-fetch' => '2.2. 6',227 'api-fetch' => '2.2.7', 228 228 'a11y' => '2.0.2', 229 'annotations' => '1.0. 4',229 'annotations' => '1.0.5', 230 230 'autop' => '2.0.2', 231 231 'blob' => '2.1.0', 232 'block-library' => '2.2.1 1',233 'block-serialization-default-parser' => '2.0. 2',234 'blocks' => '6.0. 4',235 'components' => '7.0. 4',232 'block-library' => '2.2.12', 233 'block-serialization-default-parser' => '2.0.3', 234 'blocks' => '6.0.5', 235 'components' => '7.0.5', 236 236 'compose' => '3.0.0', 237 'core-data' => '2.0.1 5',238 'data' => '4. 1.0',237 'core-data' => '2.0.16', 238 'data' => '4.2.0', 239 239 'date' => '3.0.1', 240 'deprecated' => '2.0. 3',241 'dom' => '2.0. 7',240 'deprecated' => '2.0.4', 241 'dom' => '2.0.8', 242 242 'dom-ready' => '2.0.2', 243 'edit-post' => '3.1. 6',244 'editor' => '9.0. 6',243 'edit-post' => '3.1.7', 244 'editor' => '9.0.7', 245 245 'element' => '2.1.8', 246 246 'escape-html' => '1.0.1', 247 'format-library' => '1.2. 9',248 'hooks' => '2.0. 3',247 'format-library' => '1.2.10', 248 'hooks' => '2.0.4', 249 249 'html-entities' => '2.0.4', 250 250 'i18n' => '3.1.0', 251 251 'is-shallow-equal' => '1.1.4', 252 252 'keycodes' => '2.0.5', 253 'list-reusable-blocks' => '1.1.1 7',254 'notices' => '1.1. 1',255 'nux' => '3.0. 5',256 'plugins' => '2.0. 9',253 'list-reusable-blocks' => '1.1.18', 254 'notices' => '1.1.2', 255 'nux' => '3.0.6', 256 'plugins' => '2.0.10', 257 257 'redux-routine' => '3.0.3', 258 'rich-text' => '3.0. 3',258 'rich-text' => '3.0.4', 259 259 'shortcode' => '2.0.2', 260 260 'token-list' => '1.1.0', 261 'url' => '2.3. 2',262 'viewport' => '2. 0.13',261 'url' => '2.3.3', 262 'viewport' => '2.1.0', 263 263 'wordcount' => '2.0.3', 264 264 );
Note: See TracChangeset
for help on using the changeset viewer.