Changeset 46364 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/30/2019 08:05:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r46289 r46364 226 226 $packages_versions = array( 227 227 'a11y' => '2.5.0', 228 'annotations' => '1.7. 0',229 'api-fetch' => '3.6. 0',228 'annotations' => '1.7.1', 229 'api-fetch' => '3.6.1', 230 230 'autop' => '2.5.0', 231 231 'blob' => '2.5.0', 232 'block-editor' => '3.2. 0',233 'block-library' => '2.9. 0',232 'block-editor' => '3.2.1', 233 'block-library' => '2.9.1', 234 234 'block-serialization-default-parser' => '3.4.0', 235 'blocks' => '6.7. 0',236 'components' => '8.3. 0',237 'compose' => '3.7. 0',238 'core-data' => '2.7. 0',239 'data' => '4.9. 0',240 'data-controls' => '1.3. 0',235 'blocks' => '6.7.1', 236 'components' => '8.3.1', 237 'compose' => '3.7.1', 238 'core-data' => '2.7.1', 239 'data' => '4.9.1', 240 'data-controls' => '1.3.1', 241 241 'date' => '3.5.0', 242 242 'deprecated' => '2.6.0', 243 'dom' => '2.5. 0',243 'dom' => '2.5.1', 244 244 'dom-ready' => '2.5.0', 245 'edit-post' => '3.8. 0',246 'editor' => '9.7. 0',247 'element' => '2.8. 0',245 'edit-post' => '3.8.1', 246 'editor' => '9.7.1', 247 'element' => '2.8.1', 248 248 'escape-html' => '1.5.0', 249 'format-library' => '1.9. 0',249 'format-library' => '1.9.1', 250 250 'hooks' => '2.6.0', 251 251 'html-entities' => '2.5.0', 252 'i18n' => '3.6. 0',252 'i18n' => '3.6.1', 253 253 'is-shallow-equal' => '1.6.0', 254 'keycodes' => '2.6. 0',255 'list-reusable-blocks' => '1.8. 0',256 'media-utils' => '1.2. 0',257 'notices' => '1.8. 0',258 'nux' => '3.7. 0',259 'plugins' => '2.7. 0',254 'keycodes' => '2.6.1', 255 'list-reusable-blocks' => '1.8.1', 256 'media-utils' => '1.2.1', 257 'notices' => '1.8.1', 258 'nux' => '3.7.1', 259 'plugins' => '2.7.1', 260 260 'priority-queue' => '1.3.0', 261 'redux-routine' => '3.6. 0',262 'rich-text' => '3.7. 0',263 'shortcode' => '2.4. 0',264 'server-side-render' => '1.3. 0',265 'token-list' => '1.6. 0',261 'redux-routine' => '3.6.1', 262 'rich-text' => '3.7.1', 263 'shortcode' => '2.4.1', 264 'server-side-render' => '1.3.1', 265 'token-list' => '1.6.1', 266 266 'url' => '2.8.0', 267 'viewport' => '2.8. 0',268 'wordcount' => '2.6. 0',267 'viewport' => '2.8.1', 268 'wordcount' => '2.6.1', 269 269 ); 270 270
Note: See TracChangeset
for help on using the changeset viewer.