Commit fdb8651292d for woocommerce
commit fdb8651292d4e0c8c25de084098d0dbda9aac142
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Wed Sep 9 18:35:34 2026 +0100
Prepare Packages for Release (#68524)
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 bddd96fd8a2..58ab771c2c0 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,10 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.17.2](https://github.com/woocommerce/email-editor/releases/tag/2.17.2) - 2026-09-09
+
+- Patch - Keep Media & Text blocks in normal document flow so a button placed after one no longer paints its background across it. The wrapper table's align="left" rendered as a float in email clients, pulling the block out of flow so the following block failed to clear it. Alignment is preserved via the existing text-align CSS. [#68443]
+
## [2.17.1](https://github.com/woocommerce/email-editor/releases/tag/2.17.1) - 2026-09-07
- Patch - Restrict the send preview email endpoint to posts of registered email post types. [#68414]
diff --git a/packages/php/email-editor/changelog/fix-cm-520-media-text-float-button-bleed b/packages/php/email-editor/changelog/fix-cm-520-media-text-float-button-bleed
deleted file mode 100644
index 187303c87e4..00000000000
--- a/packages/php/email-editor/changelog/fix-cm-520-media-text-float-button-bleed
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep Media & Text blocks in normal document flow so a button placed after one no longer paints its background across it. The wrapper table's align="left" rendered as a float in email clients, pulling the block out of flow so the following block failed to clear it. Alignment is preserved via the existing text-align CSS.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index c8520d5f5d9..91b0fa097b2 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.17.1",
+ "version": "2.17.2",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 2e83593c777..14db18239c2 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1182,11 +1182,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.17.1",
+ "version": "2.17.2",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "dc87a12de68d1079e0e5d4724a29462951bd1832"
+ "reference": "642aa258cb1dd25b2e2829771446d5ad94064d46"
},
"require": {
"php": ">=7.4"