Commit 48fd253c709 for woocommerce
commit 48fd253c7098eb6b8931531651ebf9a9925b59d2
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Sep 7 10:22:34 2026 +0100
Prepare Packages for Release (#68415)
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 758522ebeb5..bddd96fd8a2 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.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]
+
## [2.17.0](https://github.com/woocommerce/email-editor/releases/tag/2.17.0) - 2026-09-03
- Patch - Ensure pill-shaped social link padding uses locale-independent decimal formatting in rendered emails. [#67790]
diff --git a/packages/php/email-editor/changelog/fix-send-preview-email-post-type-check b/packages/php/email-editor/changelog/fix-send-preview-email-post-type-check
deleted file mode 100644
index fe411f833a9..00000000000
--- a/packages/php/email-editor/changelog/fix-send-preview-email-post-type-check
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restrict the send preview email endpoint to posts of registered email post types.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index d828cb7ec9a..c8520d5f5d9 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.0",
+ "version": "2.17.1",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 98b0d9f5f27..2e83593c777 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1182,11 +1182,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.17.0",
+ "version": "2.17.1",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "585a407638d6e486b006d4f35809c7d7a3a973b1"
+ "reference": "dc87a12de68d1079e0e5d4724a29462951bd1832"
},
"require": {
"php": ">=7.4"