Commit da1fdad33ca for woocommerce
commit da1fdad33ca5fcbafe44d75f1a2d6437f1f28ea0
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Apr 6 10:32:04 2026 +0000
Prepare Packages for Release (#64024)
Automated change: Prep @woocommerce/email-editor-config for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 95e1b7a59fc..6e74e336470 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.11.0](https://github.com/woocommerce/email-editor/releases/tag/2.11.0) - 2026-04-06
+
+- Patch - Fix double margin-top applied to buttons and list blocks in rendered emails. [#63790]
+- Patch - Fix `register_post_types_to_api()` to verify view context availability before skipping field registration on WordPress 7.0+ [#64023]
+- Minor - Email Editor: update default font [#63622]
+
## [2.10.0](https://github.com/woocommerce/email-editor/releases/tag/2.10.0) - 2026-03-20
- Patch - Apply root horizontal padding uniformly to all blocks in the email rendering pipeline, fixing missing padding for blocks using render_email_callback without Abstract_Block_Renderer. [#63682]
diff --git a/packages/php/email-editor/changelog/63622-fix-WOOPRD-2899-refine-merchantcustomer-facing-email-styling b/packages/php/email-editor/changelog/63622-fix-WOOPRD-2899-refine-merchantcustomer-facing-email-styling
deleted file mode 100644
index 97b9ec9f7ab..00000000000
--- a/packages/php/email-editor/changelog/63622-fix-WOOPRD-2899-refine-merchantcustomer-facing-email-styling
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Email Editor: update default font
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/63790-wooprd-3077-fix-double-top-margin-in-flex-layout-rendering b/packages/php/email-editor/changelog/63790-wooprd-3077-fix-double-top-margin-in-flex-layout-rendering
deleted file mode 100644
index f5e7ce30776..00000000000
--- a/packages/php/email-editor/changelog/63790-wooprd-3077-fix-double-top-margin-in-flex-layout-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix double margin-top applied to buttons and list blocks in rendered emails.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/fix-register-post-types-view-context-check b/packages/php/email-editor/changelog/fix-register-post-types-view-context-check
deleted file mode 100644
index 22902d83fcf..00000000000
--- a/packages/php/email-editor/changelog/fix-register-post-types-view-context-check
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix `register_post_types_to_api()` to verify view context availability before skipping field registration on WordPress 7.0+
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 51d1cf52663..1d06fc7758b 100644
--- a/packages/php/email-editor/composer.json
+++ b/packages/php/email-editor/composer.json
@@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
- "version": "2.10.0",
+ "version": "2.11.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 8b76379e652..d1942913dd6 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "90ed36edb0b4a076cd12d3db7480bdef",
+ "content-hash": "c9dcd2cbeb75aa25b1b43c237292c908",
"packages": [
{
"name": "automattic/block-delimiter",
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.10.0",
+ "version": "2.11.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "4e01d8f7f968089147984e823eaa1d0da0174b11"
+ "reference": "fee475d4f80a8a469c1c34fddea89e301adcb963"
},
"require": {
"php": ">=7.4"