Plugin Directory

Changeset 2664897

Timestamp:
01/25/2022 07:32:28 PM (3 years ago)
Author:
mattwiebe
Message:

Update Editing Toolkit Plugin to 3.25484

Location:
full-site-editing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • full-site-editing/trunk/full-site-editing-plugin.php

    r2664703 r2664897  
    33 * Plugin Name: WordPress.com Editing Toolkit
    44 * Description: Enhances your page creation workflow within the Block Editor.
    5  * Version: 3.25453
     5 * Version: 3.254
    66 * Author: Automattic
    77 * Author URI: https://automattic.com/wordpress-plugins/
     
    4343 * @var string
    4444 */
    45 define( 'A8C_ETK_PLUGIN_VERSION', '3.25453' );
     45define( 'A8C_ETK_PLUGIN_VERSION', '3.254' );
    4646
    4747// Always include these helper files for dotcom FSE.
  • full-site-editing/trunk/readme.txt

    r2664703 r2664897  
    44Requires at least: 5.5
    55Tested up to: 5.6
    6 Stable tag: 3.25453
     6Stable tag: 3.254
    77Requires PHP: 5.6.20
    88License: GPLv2 or later
  • full-site-editing/trunk/wpcom-universal-themes/index.php

    r2646016 r2664897  
    8989    add_action( 'admin_menu', 'gutenberg_remove_legacy_pages' );
    9090    add_action( 'admin_bar_menu', 'gutenberg_adminbar_items', 50 );
    91     add_filter( 'menu_order', 'gutenberg_menu_order' );
    9291    remove_action( 'init', __NAMESPACE__ . '\hide_template_cpts', 11 );
    9392    remove_action( 'restapi_theme_init', __NAMESPACE__ . '\hide_template_cpts', 11 );
     
    106105    remove_action( 'admin_menu', 'gutenberg_remove_legacy_pages' );
    107106    remove_action( 'admin_bar_menu', 'gutenberg_adminbar_items', 50 );
    108     remove_filter( 'menu_order', 'gutenberg_menu_order' );
    109107    if ( defined( 'REST_API_REQUEST' ) && true === REST_API_REQUEST ) {
    110108        // Do not hook to init during the REST API requests, as it causes PHP warnings
Note: See TracChangeset for help on using the changeset viewer.