Commit 8ed2bcce60b for woocommerce

commit 8ed2bcce60bd912a52709df228bab0f1402253ee
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Thu Jul 30 12:04:38 2026 +0530

    Prepare Packages for Release (#67145)

    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 d6d06a936b9..aed44f64060 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,11 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [2.15.1](https://github.com/woocommerce/email-editor/releases/tag/2.15.1) - 2026-07-30
+
+-   Patch - Ensure block captions keep only the allowed formatting tags and attributes, including when the authored caption markup is malformed. [#67079]
+-   Patch - Update wp-coding-standards/wpcs to 3.4.1 (security release). [#67034]
+
 ## [2.15.0](https://github.com/woocommerce/email-editor/releases/tag/2.15.0) - 2026-07-28

 -   Minor - Enable the embed block for supported video providers in the email editor and improve embed rendering in emails. [#66968]
diff --git a/packages/php/email-editor/changelog/update-wpcs-3-4-1 b/packages/php/email-editor/changelog/update-wpcs-3-4-1
deleted file mode 100644
index 11dde5e3ae4..00000000000
--- a/packages/php/email-editor/changelog/update-wpcs-3-4-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update wp-coding-standards/wpcs to 3.4.1 (security release).
diff --git a/packages/php/email-editor/changelog/woo6-79-caption-sanitizer-tag-smuggling b/packages/php/email-editor/changelog/woo6-79-caption-sanitizer-tag-smuggling
deleted file mode 100644
index 685ed88d5a9..00000000000
--- a/packages/php/email-editor/changelog/woo6-79-caption-sanitizer-tag-smuggling
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure block captions keep only the allowed formatting tags and attributes, including when the authored caption markup is malformed.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 1c97ceb37f6..f72762a6285 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.15.0",
+	"version": "2.15.1",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 92b4882ece5..c3ce5a86d5c 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.15.0",
+            "version": "2.15.1",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "aaa91958d134d11d54eb6a6f5c6cb270c8426355"
+                "reference": "3fa204da9ea3d0b5bea1a3c53bb7ea5070980f17"
             },
             "require": {
                 "php": ">=7.4"