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 84040dd6f6c6f1..83e22015e2a306 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 7bea8a92be6345..a988556bec09e0 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,13 @@ 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. +* Improved contrast of links in the navigation sidebar. +* Add a launch sidebar to the editor to walk the user through the launch flows. +* Fix formatting of the site title in the navigation sidebar. + = 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 8cbf6bb94db0a3..826e159fabfbb3 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": {