Changeset 45138 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 04/08/2019 06:36:33 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r45044 r45138 226 226 $packages_versions = array( 227 227 'a11y' => '2.2.0', 228 'annotations' => '1.2. 0',229 'api-fetch' => '3.1. 0',228 'annotations' => '1.2.2', 229 'api-fetch' => '3.1.2', 230 230 'autop' => '2.0.0', 231 231 'blob' => '2.3.0', 232 'block-editor' => '1.1. 0',233 'block-library' => '2.4. 0',232 'block-editor' => '1.1.2', 233 'block-library' => '2.4.2', 234 234 'block-serialization-default-parser' => '3.1.0', 235 'blocks' => '6.2. 0',236 'components' => '7.2. 0',235 'blocks' => '6.2.2', 236 'components' => '7.2.2', 237 237 'compose' => '3.2.0', 238 'core-data' => '2.2. 0',238 'core-data' => '2.2.2', 239 239 'data' => '4.4.0', 240 240 'date' => '3.2.0', 241 241 'deprecated' => '2.2.0', 242 'dom' => '2.2. 0',242 'dom' => '2.2.2', 243 243 'dom-ready' => '2.2.0', 244 'edit-post' => '3.3. 0',245 'editor' => '9.2. 0',244 'edit-post' => '3.3.2', 245 'editor' => '9.2.2', 246 246 'element' => '2.3.0', 247 247 'escape-html' => '1.2.0', 248 'format-library' => '1.4. 0',248 'format-library' => '1.4.2', 249 249 'hooks' => '2.2.0', 250 250 'html-entities' => '2.2.0', … … 252 252 'is-shallow-equal' => '1.2.0', 253 253 'keycodes' => '2.2.0', 254 'list-reusable-blocks' => '1.3. 0',254 'list-reusable-blocks' => '1.3.2', 255 255 'notices' => '1.3.0', 256 'nux' => '3.2. 0',256 'nux' => '3.2.2', 257 257 'plugins' => '2.2.0', 258 258 'priority-queue' => '1.1.0', 259 259 'redux-routine' => '3.2.0', 260 'rich-text' => '3.2. 0',260 'rich-text' => '3.2.2', 261 261 'shortcode' => '2.2.0', 262 262 'token-list' => '1.2.0',
Note: See TracChangeset
for help on using the changeset viewer.