Make WordPress Core


Ignore:
Timestamp:
02/07/2019 09:01:10 AM (7 years ago)
Author:
youknowriad
Message:

Block Editor: Update WordPress Packages to solve PHP 5.2.2 parser incompatibility.

Updated:

  • @wordpress/block-library@2.2.16
  • @wordpress/block-serialization-default-parser@2.0.5
  • @wordpress/blocks@6.0.7
  • @wordpress/edit-post@3.1.11
  • @wordpress/editor@9.0.11
  • @wordpress/format-library@1.2.14

Props pento.
Fixes #46200.

File:
1 edited

Legend:

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

    r44711 r44729  
    230230        'autop'                              => '2.0.2',
    231231        'blob'                               => '2.1.0',
    232         'block-library'                      => '2.2.15',
    233         'block-serialization-default-parser' => '2.0.4',
    234         'blocks'                             => '6.0.5',
     232        'block-library'                      => '2.2.16',
     233        'block-serialization-default-parser' => '2.0.5',
     234        'blocks'                             => '6.0.6',
    235235        'components'                         => '7.0.8',
    236236        'compose'                            => '3.0.1',
     
    241241        'dom'                                => '2.0.8',
    242242        'dom-ready'                          => '2.0.2',
    243         'edit-post'                          => '3.1.10',
    244         'editor'                             => '9.0.10',
     243        'edit-post'                          => '3.1.11',
     244        'editor'                             => '9.0.11',
    245245        'element'                            => '2.1.9',
    246246        'escape-html'                        => '1.0.1',
    247         'format-library'                     => '1.2.13',
     247        'format-library'                     => '1.2.14',
    248248        'hooks'                              => '2.0.5',
    249249        'html-entities'                      => '2.0.4',
Note: See TracChangeset for help on using the changeset viewer.