Commit e759c079994 for woocommerce

commit e759c079994d610c92fcbd5181fd66760590070b
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Tue Jul 28 14:57:54 2026 +0530

    Prepare Packages for Release (#67051)

    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 b2bb6ea43a7..d6d06a936b9 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.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]
+-   Patch - Render a Query Loop's post-template grid as an email-safe table of columns. Grid layouts (e.g. a 3-column sponsor logo grid) previously collapsed to a single stacked column in email clients because CSS grid isn't supported; the post-template's items are now re-flowed into table columns matching the author's column count. [#66993]
+
 ## [2.14.2](https://github.com/woocommerce/email-editor/releases/tag/2.14.2) - 2026-07-24

 -   Patch - Clamp an oversized raw image width in email galleries down to the cell it renders in (scaling height to keep the aspect ratio), so wide originals no longer blow out the layout in Outlook, and drop the web-only class the sanitizer preserves. [#66824]
diff --git a/packages/php/email-editor/changelog/add-email-post-template-grid-renderer b/packages/php/email-editor/changelog/add-email-post-template-grid-renderer
deleted file mode 100644
index 0fb5223cd79..00000000000
--- a/packages/php/email-editor/changelog/add-email-post-template-grid-renderer
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Render a Query Loop's post-template grid as an email-safe table of columns. Grid layouts (e.g. a 3-column sponsor logo grid) previously collapsed to a single stacked column in email clients because CSS grid isn't supported; the post-template's items are now re-flowed into table columns matching the author's column count.
diff --git a/packages/php/email-editor/changelog/wooplug-6181-enable-embed-block b/packages/php/email-editor/changelog/wooplug-6181-enable-embed-block
deleted file mode 100644
index d3a08486fe1..00000000000
--- a/packages/php/email-editor/changelog/wooplug-6181-enable-embed-block
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Enable the embed block for supported video providers in the email editor and improve embed rendering in emails.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index f9e63da8e80..1c97ceb37f6 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.14.2",
+	"version": "2.15.0",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 64acade0297..92b4882ece5 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.14.2",
+            "version": "2.15.0",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "f7f2be52a0c8121a2c91464c906b919192f2f375"
+                "reference": "aaa91958d134d11d54eb6a6f5c6cb270c8426355"
             },
             "require": {
                 "php": ">=7.4"