Changeset 44183 for branches/5.0/src/wp-includes/script-loader.php
- Timestamp:
- 12/14/2018 12:19:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/script-loader.php
r43960 r44183 226 226 227 227 $packages_versions = array( 228 'api-fetch' => '2.2. 5',228 'api-fetch' => '2.2.6', 229 229 'a11y' => '2.0.2', 230 'annotations' => '1.0. 3',230 'annotations' => '1.0.4', 231 231 'autop' => '2.0.2', 232 232 'blob' => '2.1.0', 233 'block-library' => '2.2. 9',234 'block-serialization-default-parser' => '2.0. 1',235 'blocks' => '6.0. 3',236 'components' => '7.0. 3',233 'block-library' => '2.2.10', 234 'block-serialization-default-parser' => '2.0.2', 235 'blocks' => '6.0.4', 236 'components' => '7.0.4', 237 237 'compose' => '3.0.0', 238 'core-data' => '2.0.1 4',239 'data' => '4. 0.1',240 'date' => '3.0. 0',238 'core-data' => '2.0.15', 239 'data' => '4.1.0', 240 'date' => '3.0.1', 241 241 'deprecated' => '2.0.3', 242 242 'dom' => '2.0.7', 243 243 'dom-ready' => '2.0.2', 244 'edit-post' => '3.1. 4',245 'editor' => '9.0. 4',244 'edit-post' => '3.1.5', 245 'editor' => '9.0.5', 246 246 'element' => '2.1.8', 247 247 'escape-html' => '1.0.1', 248 'format-library' => '1.2. 7',248 'format-library' => '1.2.8', 249 249 'hooks' => '2.0.3', 250 'html-entities' => '2.0. 3',250 'html-entities' => '2.0.4', 251 251 'i18n' => '3.1.0', 252 252 'is-shallow-equal' => '1.1.4', 253 253 'keycodes' => '2.0.5', 254 'list-reusable-blocks' => '1.1.1 6',255 'notices' => '1.1. 0',256 'nux' => '3.0. 4',254 'list-reusable-blocks' => '1.1.17', 255 'notices' => '1.1.1', 256 'nux' => '3.0.5', 257 257 'plugins' => '2.0.9', 258 258 'redux-routine' => '3.0.3', 259 'rich-text' => '3.0. 2',259 'rich-text' => '3.0.3', 260 260 'shortcode' => '2.0.2', 261 261 'token-list' => '1.1.0', 262 'url' => '2.3. 1',263 'viewport' => '2.0.1 2',262 'url' => '2.3.2', 263 'viewport' => '2.0.13', 264 264 'wordcount' => '2.0.3', 265 265 ); … … 1808 1808 'wp-components', 1809 1809 'wp-editor', 1810 'wp-block-library', 1810 1811 // Always include visual styles so the editor never appears broken. 1811 1812 'wp-block-library-theme',
Note: See TracChangeset
for help on using the changeset viewer.