Plugin Directory

Changeset 2804412


Ignore:
Timestamp:
10/26/2022 07:03:28 AM (3 years ago)
Author:
rcrdortiz
Message:

Update Editing Toolkit Plugin to 3.46638

Location:
full-site-editing/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • full-site-editing/trunk/build_meta.txt

    r2804077 r2804412  
    1 commit_hash=e07bdf69a5594054763b24019b540c6494d10538
    2 commit_url=https://github.com/Automattic/wp-calypso/commit/e07bdf69a5594054763b24019b540c6494d10538
    3 build_number=3.46566
     1commit_hash=fe0bff0f4bd22b4194781332ccebf0bc467a9e1e
     2commit_url=https://github.com/Automattic/wp-calypso/commit/fe0bff0f4bd22b4194781332ccebf0bc467a9e1e
     3build_number=3.46638
  • full-site-editing/trunk/full-site-editing-plugin.php

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

    r2804077 r2804412  
    44Requires at least: 5.5
    55Tested up to: 6.0
    6 Stable tag: 3.46566
     6Stable tag: 3.46638
    77Requires PHP: 5.6.20
    88License: GPLv2 or later
  • full-site-editing/trunk/wpcom-global-styles/index.php

    r2804077 r2804412  
    232232
    233233/**
     234 * Include the Rest API that returns the global style information for a give WordPress site.
     235 */
     236require_once __DIR__ . '/api/class-global-styles-status-rest-api.php';
     237
     238/**
    234239 * Checks if the necessary conditions are met in order to establish that the supplied user should be considered as previewing Global Styles.
    235240 *
Note: See TracChangeset for help on using the changeset viewer.