Skip to content

Commit

Permalink
Editing Toolkit: Update to 2.8.5 (#47442)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson committed Nov 17, 2020
1 parent be021c9 commit 52a3781
Show file tree
Hide file tree
Showing 3 changed files with 13 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: 2.8.4
* Version: 2.8.5
* 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.8.4' );
define( 'PLUGIN_VERSION', '2.8.5' );

// Always include these helper files for dotcom FSE.
require_once __DIR__ . '/dotcom-fse/helpers.php';
Expand Down
11 changes: 10 additions & 1 deletion 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.8.4
Stable tag: 2.8.5
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,15 @@ This plugin is experimental, so we don't provide any support for it outside of w

== Changelog ==

= 2.8.5 =
* Launch: support i18n in plans grid (https://github.com/Automattic/wp-calypso/pull/47227)
* Launch: support i18n in domain picker (https://github.com/Automattic/wp-calypso/pull/47178)
* Premium Content: add block preview for the Premium Content block (https://github.com/Automattic/wp-calypso/pull/47200)
* Premium Content: allow the payments button to know when it's inside the premium content block (https://github.com/Automattic/wp-calypso/pull/47245)
* Coming soon: remove cookie banner, open graph, gravatar and other unneeded features from coming soon page (https://github.com/Automattic/wp-calypso/pull/47400)
* Coming soon: fix the localised login link on the coming soon page (https://github.com/Automattic/wp-calypso/pull/47307)
* Comgin soon: don't cache the coming soon page (https://github.com/Automattic/wp-calypso/pull/47450)

= 2.8.4 =
* Editor NUX modal: Temporarily make text smaller in editor welcome modal for german language (https://github.com/Automattic/wp-calypso/pull/47193)
* Editor Toolkit: update slide copy in NUX (https://github.com/Automattic/wp-calypso/pull/46674)
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.8.4",
"version": "2.8.5",
"description": "Plugin for editing-related features.",
"sideEffects": true,
"repository": {
Expand Down

0 comments on commit 52a3781

Please sign in to comment.