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 26e6601ca2152..1724f6ed5f83e 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: Full Site Editing * Description: Enhances your page creation workflow within the Block Editor. - * Version: 1.13 + * Version: 1.14 * Author: Automattic * Author URI: https://automattic.com/wordpress-plugins/ * License: GPLv2 or later @@ -35,7 +35,7 @@ * * @var string */ -define( 'PLUGIN_VERSION', '1.13' ); +define( 'PLUGIN_VERSION', '1.14' ); // 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 341adfbca7ae0..2e3e1cfdabc19 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.13 +Stable tag: 1.14 Requires PHP: 5.6.20 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,12 +40,17 @@ This plugin is experimental, so we don't provide any support for it outside of w == Changelog == += 1.14 = +* Add missing dependencies to package declaration. +* Remove "Latest posts" page from navigation sidebar. + = 1.13 = * Change the category of FSE blocks from legacy to the updated ones (https://github.com/Automattic/wp-calypso/issues/43198). * Add a helper function that can be used to assign categories with older fallbacks. * Add support for TypeScript tests. * Update visual style of navigation sidebar. * Fix navigation sidebar dismiss button in IE. +* Fix missing block inserter on dotcom FSE sites. = 1.12 = * Experimental navigation sidebar in block editor, can be enabled in config or with a hook. diff --git a/apps/full-site-editing/package.json b/apps/full-site-editing/package.json index c31d3944aca62..fe2faa0de0069 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.13.0", + "version": "1.14.0", "description": "Plugin for full site editing with the block editor.", "sideEffects": true, "repository": {