Make WordPress Core


Ignore:
Timestamp:
12/18/2018 10:36:53 AM (6 years ago)
Author:
gziolo
Message:

Block Editor: Upgrade @WordPress packages to the latest version (4.7.1)

Updated packages:

  • @wordpress/block-library@2.2.11
  • @wordpress/edit-post@3.1.6
  • @wordpress/editor@9.0.6
  • @wordpress/format-library@1.2.9

Props youknowriad, pento.

Fixes #45637.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/script-loader.php

    r44231 r44287  
    230230        'autop' => '2.0.2',
    231231        'blob' => '2.1.0',
    232         'block-library' => '2.2.10',
     232        'block-library' => '2.2.11',
    233233        'block-serialization-default-parser' => '2.0.2',
    234234        'blocks' => '6.0.4',
     
    241241        'dom' => '2.0.7',
    242242        'dom-ready' => '2.0.2',
    243         'edit-post' => '3.1.5',
    244         'editor' => '9.0.5',
     243        'edit-post' => '3.1.6',
     244        'editor' => '9.0.6',
    245245        'element' => '2.1.8',
    246246        'escape-html' => '1.0.1',
    247         'format-library' => '1.2.8',
     247        'format-library' => '1.2.9',
    248248        'hooks' => '2.0.3',
    249249        'html-entities' => '2.0.4',
Note: See TracChangeset for help on using the changeset viewer.