Make WordPress Core

Changeset 46030


Ignore:
Timestamp:
09/04/2019 09:15:59 PM (5 years ago)
Author:
whyisjake
Message:

Update the block library to 2.2.17 to fix an issue with invalid shortcode blocks.

Props aduth, flaviozavan, epiqueras, jorgefilipecosta

Location:
branches/5.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1/package-lock.json

    r46014 r46030  
    292292        },
    293293        "@wordpress/block-library": {
    294             "version": "2.2.16",
    295             "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.16.tgz",
    296             "integrity": "sha512-7HoqV7myTdmClOQZ3MXPQs8FXflqK6krU4Nkx8kyl6/b/gbZSaqJhbeDpZ+w56wOrTTaNi7OrPDH9t2M18nBdA==",
     294            "version": "2.2.18",
     295            "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.18.tgz",
     296            "integrity": "sha512-dxoI6J0o6XYYmA81IHMh/5HmnZ0M1QvmLYpAmxL4Uh4cdGOy5ZzqDAbolZ96yazvQg6dXIW4aJoIQL2QQyjxcA==",
    297297            "requires": {
    298298                "@babel/runtime": "^7.0.0",
  • branches/5.1/package.json

    r46014 r46030  
    6060        "@wordpress/autop": "^2.0.2",
    6161        "@wordpress/blob": "^2.1.0",
    62         "@wordpress/block-library": "2.2.16",
     62        "@wordpress/block-library": "2.2.18",
    6363        "@wordpress/block-serialization-default-parser": "^2.0.5",
    6464        "@wordpress/blocks": "^6.0.7",
  • branches/5.1/src/wp-includes/script-loader.php

    r44985 r46030  
    230230        'autop'                              => '2.0.2',
    231231        'blob'                               => '2.1.0',
    232         'block-library'                      => '2.2.16',
     232        'block-library'                      => '2.2.18',
    233233        'block-serialization-default-parser' => '2.0.5',
    234234        'blocks'                             => '6.0.6',
Note: See TracChangeset for help on using the changeset viewer.