Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing Toolkit: Update to 2.8.5 #47442

Merged
merged 4 commits into from
Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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