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.10 #47969

Merged
merged 1 commit into from
Dec 2, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.9
* Version: 2.8.10
* 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.9' );
define( 'PLUGIN_VERSION', '2.8.10' );

// Always include these helper files for dotcom FSE.
require_once __DIR__ . '/dotcom-fse/helpers.php';
Expand Down
8 changes: 7 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.9
Stable tag: 2.8.10
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,12 @@ This plugin is experimental, so we don't provide any support for it outside of w

== Changelog ==

= 2.8.10 =
* Premium Content: Fix selection of payment plans (https://github.com/Automattic/wp-calypso/pull/47944)
* Coming soon: Check for coming soon mode on 404 (https://github.com/Automattic/wp-calypso/pull/47945)
* Onboarding: Add support for RTL site launch stylesheet (https://github.com/Automattic/wp-calypso/pull/47890)
* Coming soon: Show Coming Soon on blog post pages (https://github.com/Automattic/wp-calypso/pull/47853)

= 2.8.9 =
* Domain Picker: Persistent Domain (https://github.com/Automattic/wp-calypso/pull/47633)
* Focused Launch: Add Launch your site button (https://github.com/Automattic/wp-calypso/pull/47601)
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.9",
"version": "2.8.10",
"description": "Plugin for editing-related features.",
"sideEffects": true,
"repository": {
Expand Down