Plugin Directory

Changeset 2545297

Timestamp:
06/09/2021 08:19:12 PM (3 years ago)
Author:
mreishus
Message:

Update Editing Toolkit Plugin to 3.8300

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

Legend:

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

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

    r2384327 r2545297  
    202202
    203203- Arvo
     204
    204205- Cabin
    205206- Chivo
     207
    206208- Domine
    207209- Fira Sans
     210
    208211- Libre Baskerville
    209212- Libre Franklin
  • full-site-editing/trunk/global-styles/class-global-styles.php

    r2415084 r2545297  
    9292        ),
    9393        'Arvo',
     94
    9495        'Cabin',
    9596        'Chivo',
    9697        'Courier Prime',
     98
    9799        'Domine',
    98100        'EB Garamond',
    99101        'Fira Sans',
     102
    100103        'Josefin Sans',
    101104        'Libre Baskerville',
     
    201204                            'base'     => 'Roboto',
    202205                        ),
     206
     207
     208
     209
     210
     211
     212
     213
     214
     215
    203216                    ),
    204217                ),
  • full-site-editing/trunk/readme.txt

    r2545286 r2545297  
    44Requires at least: 5.5
    55Tested up to: 5.6
    6 Stable tag: 3.8296
     6Stable tag: 3.8
    77Requires PHP: 5.6.20
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.