Make WordPress Core


Ignore:
Timestamp:
02/10/2020 10:31:13 PM (5 years ago)
Author:
jorgefilipecosta
Message:

Block Editor: Update WordPress Packages; Remove navigation block; Add social links block

The following package versions were changed:
@wordpress/annotations: 1.11.0 -> 1.12.0
@wordpress/api-fetch: 3.10.0 -> 3.11.0
@wordpress/block-directory: 1.4.0 -> 1.5.0
@wordpress/block-editor: 3.6.0 -> 3.7.0
@wordpress/block-library: 2.13.0 -> 2.14.0
@wordpress/blocks: 6.11.0 -> 6.12.0
@wordpress/components: 9.1.0 -> 9.2.0
@wordpress/core-data: 2.11.0 -> 2.12.0
@wordpress/data: 4.13.0 -> 4.14.0
@wordpress/data-controls: 1.7.0 -> 1.8.0
@wordpress/e2e-test-utils: 4.2.0 -> 4.3.0
@wordpress/edit-post: 3.12.0 -> 3.13.0
@wordpress/editor: 9.11.0 -> 9.12.0
@wordpress/format-library: 1.13.0 -> 1.14.0
@wordpress/icons: 1.0.0 -> 1.1.0
@wordpress/keyboard-shortcuts: 1.0.0 -> 1.1.0
@wordpress/list-reusable-blocks: 1.12.0 -> 1.13.0
@wordpress/media-utils: 1.6.0 -> 1.7.0
@wordpress/notices: 1.12.0 -> 2.0.0
@wordpress/nux: 3.11.0 -> 3.12.0
@wordpress/plugins: 2.11.0 -> 2.12.0
@wordpress/primitives: 1.0.0 -> 1.1.0
@wordpress/rich-text: 3.11.0 -> 3.12.0
@wordpress/server-side-render: 1.7.0 -> 1.8.0
@wordpress/url: 2.10.0 -> 2.11.0
@wordpress/viewport: 2.12.0 -> 2.13.0
The navigation block inclusion was reverted.
The social links block was included.

Props gziolo, youknowriad, mcsf, noisysocks.
Fixes #49397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/functions.php

    r47176 r47250  
    302302    remove_action( 'init', 'register_block_core_latest_comments' );
    303303    remove_action( 'init', 'register_block_core_latest_posts' );
    304     remove_action( 'init', 'register_block_core_navigation' );
    305304    remove_action( 'init', 'register_block_core_rss' );
    306305    remove_action( 'init', 'register_block_core_search' );
    307306    remove_action( 'init', 'register_block_core_shortcode' );
    308307    remove_action( 'init', 'register_block_core_social_link' );
     308    remove_action( 'init', 'register_block_core_social_link' );
    309309    remove_action( 'init', 'register_block_core_tag_cloud' );
    310310}
Note: See TracChangeset for help on using the changeset viewer.