Changeset 52104 for branches/5.3/src/wp-includes/script-loader.php
- Timestamp:
- 11/10/2021 01:35:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3/src/wp-includes/script-loader.php
r51755 r52104 226 226 $packages_versions = array( 227 227 'a11y' => '2.5.1', 228 'annotations' => '1.7. 2',228 'annotations' => '1.7.4', 229 229 'api-fetch' => '3.6.4', 230 230 'autop' => '2.5.1', 231 231 'blob' => '2.5.1', 232 'block-editor' => '3.2. 5',233 'block-library' => '2.9. 6',232 'block-editor' => '3.2.7', 233 'block-library' => '2.9.12', 234 234 'block-serialization-default-parser' => '3.4.1', 235 'blocks' => '6.7. 2',236 'components' => '8.3. 2',235 'blocks' => '6.7.3', 236 'components' => '8.3.4', 237 237 'compose' => '3.7.2', 238 238 'core-data' => '2.7.5', … … 242 242 'deprecated' => '2.6.1', 243 243 'dom-ready' => '2.5.1', 244 'dom' => '2.5. 2',245 'edit-post' => '3.8. 6',246 'editor' => '9.7. 6',244 'dom' => '2.5.3', 245 'edit-post' => '3.8.12', 246 'editor' => '9.7.9', 247 247 'element' => '2.8.2', 248 248 'escape-html' => '1.5.1', 249 'format-library' => '1.9. 5',249 'format-library' => '1.9.7', 250 250 'hooks' => '2.6.0', 251 251 'html-entities' => '2.5.0', … … 253 253 'is-shallow-equal' => '1.6.1', 254 254 'keycodes' => '2.6.2', 255 'list-reusable-blocks' => '1.8. 4',255 'list-reusable-blocks' => '1.8.6', 256 256 'media-utils' => '1.2.4', 257 257 'notices' => '1.8.2', 258 'nux' => '3.7. 2',258 'nux' => '3.7.4', 259 259 'plugins' => '2.7.2', 260 260 'priority-queue' => '1.3.1', 261 261 'redux-routine' => '3.6.2', 262 'rich-text' => '3.7. 2',262 'rich-text' => '3.7.4', 263 263 'shortcode' => '2.4.1', 264 'server-side-render' => '1.3. 4',264 'server-side-render' => '1.3.6', 265 265 'token-list' => '1.6.1', 266 266 'url' => '2.8.2',
Note: See TracChangeset
for help on using the changeset viewer.