Changeset 51833 for branches/5.0/src/wp-includes/script-loader.php
- Timestamp:
- 09/21/2021 04:48:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/script-loader.php
r51758 r51833 225 225 226 226 $packages_versions = array( 227 'api-fetch' => '2.2. 7',227 'api-fetch' => '2.2.8', 228 228 'a11y' => '2.0.2', 229 'annotations' => '1.0. 5',229 'annotations' => '1.0.10', 230 230 'autop' => '2.0.2', 231 231 'blob' => '2.1.0', 232 'block-library' => '2.2. 17',233 'block-serialization-default-parser' => '2.0. 3',234 'blocks' => '6.0. 5',235 'components' => '7.0. 5',236 'compose' => '3.0. 0',237 'core-data' => '2.0.1 6',238 'data' => '4.2. 0',232 'block-library' => '2.2.20', 233 'block-serialization-default-parser' => '2.0.5', 234 'blocks' => '6.0.8', 235 'components' => '7.0.10', 236 'compose' => '3.0.1', 237 'core-data' => '2.0.17', 238 'data' => '4.2.1', 239 239 'date' => '3.0.1', 240 'deprecated' => '2.0. 4',241 'dom' => '2.0. 8',240 'deprecated' => '2.0.5', 241 'dom' => '2.0.9', 242 242 'dom-ready' => '2.0.2', 243 'edit-post' => '3.1. 7',244 'editor' => '9.0. 7',245 'element' => '2.1. 8',243 'edit-post' => '3.1.13', 244 'editor' => '9.0.13', 245 'element' => '2.1.9', 246 246 'escape-html' => '1.0.1', 247 'format-library' => '1.2.1 0',248 'hooks' => '2.0. 4',247 'format-library' => '1.2.16', 248 'hooks' => '2.0.5', 249 249 'html-entities' => '2.0.4', 250 'i18n' => '3.1. 0',251 'is-shallow-equal' => '1.1. 4',252 'keycodes' => '2.0. 5',253 'list-reusable-blocks' => '1.1. 18',254 'notices' => '1.1. 2',255 'nux' => '3.0. 6',256 'plugins' => '2.0.1 0',257 'redux-routine' => '3.0. 3',258 'rich-text' => '3.0. 4',250 'i18n' => '3.1.1', 251 'is-shallow-equal' => '1.1.5', 252 'keycodes' => '2.0.6', 253 'list-reusable-blocks' => '1.1.23', 254 'notices' => '1.1.3', 255 'nux' => '3.0.11', 256 'plugins' => '2.0.11', 257 'redux-routine' => '3.0.4', 258 'rich-text' => '3.0.9', 259 259 'shortcode' => '2.0.2', 260 260 'token-list' => '1.1.0', 261 261 'url' => '2.3.3', 262 'viewport' => '2.1. 0',262 'viewport' => '2.1.1', 263 263 'wordcount' => '2.0.3', 264 264 );
Note: See TracChangeset
for help on using the changeset viewer.