Skip to content

Commit

Permalink
Bump WordPress.com Editing Toolkit version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson committed Jul 30, 2020
1 parent 1b3e25e commit 48aaa14
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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';
Expand Down
9 changes: 8 additions & 1 deletion apps/full-site-editing/full-site-editing-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apps/full-site-editing/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 48aaa14

Please sign in to comment.