From 947f4806d30818bba279014ea35708848a5a82a9 Mon Sep 17 00:00:00 2001 From: Philip Jackson Date: Wed, 29 Jul 2020 17:23:49 +1200 Subject: [PATCH 1/2] Bump WordPress.com Editing Toolkit version to 1.15 --- .../full-site-editing-plugin.php | 4 ++-- .../full-site-editing-plugin/readme.txt | 10 +++++++++- apps/full-site-editing/package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/full-site-editing/full-site-editing-plugin/full-site-editing-plugin.php b/apps/full-site-editing/full-site-editing-plugin/full-site-editing-plugin.php index 84040dd6f6c6f..83e22015e2a30 100644 --- a/apps/full-site-editing/full-site-editing-plugin/full-site-editing-plugin.php +++ b/apps/full-site-editing/full-site-editing-plugin/full-site-editing-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: WordPress.com Editing Toolkit * Description: Enhances your page creation workflow within the Block Editor. - * Version: 1.14 + * Version: 1.15 * Author: Automattic * Author URI: https://automattic.com/wordpress-plugins/ * License: GPLv2 or later @@ -35,7 +35,7 @@ * * @var string */ -define( 'PLUGIN_VERSION', '1.14' ); +define( 'PLUGIN_VERSION', '1.15' ); // Always include these helper files for dotcom FSE. require_once __DIR__ . '/dotcom-fse/helpers.php'; diff --git a/apps/full-site-editing/full-site-editing-plugin/readme.txt b/apps/full-site-editing/full-site-editing-plugin/readme.txt index 7bea8a92be634..34b27a7e70c8f 100644 --- a/apps/full-site-editing/full-site-editing-plugin/readme.txt +++ b/apps/full-site-editing/full-site-editing-plugin/readme.txt @@ -3,7 +3,7 @@ Contributors: alexislloyd, allancole, automattic, bartkalisz, codebykat, copons, Tags: block, blocks, editor, gutenberg, page Requires at least: 5.0 Tested up to: 5.4 -Stable tag: 1.14 +Stable tag: 1.15 Requires PHP: 5.6.20 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,14 @@ This plugin is experimental, so we don't provide any support for it outside of w == Changelog == += 1.15 +* Plugin display name changed to WordPress.com Editing Toolkit. +* The donation block has been removed from the plugin. +* Add a launch sidebar to the editor to walk the user through the launch flows. +* Improved contrast of links in the navigation sidebar. +* Fix formatting of the site title in the navigation sidebar. +* Fix broken site editor close button when navigation sidebar is active. + = 1.14 = * Add missing dependencies to package declaration. * Remove "Latest posts" page from navigation sidebar. diff --git a/apps/full-site-editing/package.json b/apps/full-site-editing/package.json index 8cbf6bb94db0a..826e159fabfbb 100644 --- a/apps/full-site-editing/package.json +++ b/apps/full-site-editing/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/full-site-editing", - "version": "1.14.0", + "version": "1.15.0", "description": "Plugin for editing-related features.", "sideEffects": true, "repository": { From 7d0c4541fe4e32f3a285f2165232ecaaa54a0bdd Mon Sep 17 00:00:00 2001 From: Philip Jackson Date: Tue, 4 Aug 2020 10:19:43 +1200 Subject: [PATCH 2/2] Commit to re-run CI