Skip to content

Commit

Permalink
bump etk to 2.7.2 (#46553)
Browse files Browse the repository at this point in the history
  • Loading branch information
roo2 authored Oct 19, 2020
1 parent 158a634 commit 43dd16d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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: 2.7.1
* Version: 2.7.2
* 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', '2.7.1' );
define( 'PLUGIN_VERSION', '2.7.2' );

// Always include these helper files for dotcom FSE.
require_once __DIR__ . '/dotcom-fse/helpers.php';
Expand Down
5 changes: 3 additions & 2 deletions apps/editing-toolkit/editing-toolkit-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.5
Stable tag: 2.7.1
Stable tag: 2.7.2
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -39,14 +39,15 @@ This plugin is experimental, so we don't provide any support for it outside of w


== Changelog ==
= 2.7.2 =
* Enable Coming Soon v2 for a12s

= 2.7.1 =
* Coming Soon v2: adding links to default page (https://github.com/Automattic/wp-calypso/pull/46441)
* Remove "gutenboarding/new-launch" feature flag and checks. (https://github.com/Automattic/wp-calypso/pull/46453)
* Fixes Global Styles plugin translation (https://github.com/Automattic/wp-calypso/pull/46421)

= 2.7 =
* Added coming soon page. (https://github.com/Automattic/wp-calypso/pull/45950)
* Added launch flow mobile layout (https://github.com/Automattic/wp-calypso/pull/45714).
* Added vertical space above the first content block when the page title is hidden. (https://github.com/Automattic/wp-calypso/pull/46003)
* Removed the Premium Content block from the "New" category, and add it to the "Earn" category. (https://github.com/Automattic/wp-calypso/pull/45978)
Expand Down
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/wpcom-editing-toolkit",
"version": "2.7.1",
"version": "2.7.2",
"description": "Plugin for editing-related features.",
"sideEffects": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"@automattic/webpack-inline-constant-exports-plugin": "^0.0.1",
"@automattic/wp-babel-makepot": "^1.0.0",
"@automattic/wpcom-block-editor": "^1.0.0-alpha.0",
"@automattic/wpcom-editing-toolkit": "^2.7.1",
"@automattic/wpcom-editing-toolkit": "^2.7.2",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/register": "^7.10.5",
Expand Down

0 comments on commit 43dd16d

Please sign in to comment.