Plugin Directory

Changeset 2997093

Timestamp:
11/16/2023 01:26:42 PM (9 months ago)
Author:
mattwiebe
Message:

Update Editing Toolkit Plugin to 4.3633

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

Legend:

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

    r2996649 r2997093  
    11{
    2   "build_number": "4.3592",
    3   "cache_buster": "34e879e8396",
    4   "commit_hash": "34e879e8396616f5f797bcecc7b3c9ec51ce918f",
    5   "commit_url": "https://github.com/Automattic/wp-calypso/commit/34e879e8396616f5f797bcecc7b3c9ec51ce918f"
     2  "build_number": "4.3",
     3  "cache_buster": "",
     4  "commit_hash": "",
     5  "commit_url": "https://github.com/Automattic/wp-calypso/commit/"
    66}
  • full-site-editing/trunk/full-site-editing-plugin.php

    r2996649 r2997093  
    33 * Plugin Name: WordPress.com Editing Toolkit
    44 * Description: Enhances your page creation workflow within the Block Editor.
    5  * Version: 4.3592
     5 * Version: 4.3
    66 * Author: Automattic
    77 * Author URI: https://automattic.com/wordpress-plugins/
     
    4343 * @var string
    4444 */
    45 define( 'A8C_ETK_PLUGIN_VERSION', '4.3592' );
     45define( 'A8C_ETK_PLUGIN_VERSION', '4.3' );
    4646
    4747// Always include these helper files for dotcom FSE.
     
    371371
    372372/**
    373  * Universal themes.
    374  */
    375 function load_universal_themes() {
    376     require_once __DIR__ . '/wpcom-universal-themes/index.php';
    377 }
    378 add_action( 'plugins_loaded', __NAMESPACE__ . '\load_universal_themes', 11 ); // load just after the Gutenberg plugin.
    379 
    380 /**
    381373 * Tags Education
    382374 */
  • full-site-editing/trunk/readme.txt

    r2996649 r2997093  
    44Requires at least: 5.5
    55Tested up to: 6.3
    6 Stable tag: 4.3592
     6Stable tag: 4.3
    77Requires PHP: 5.6.20
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.